From ef2bee29026a4d96229589cec7d144fa4280c643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 6 Jun 2011 08:18:03 +0000 Subject: [PATCH] Introduced update textures signal git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11725 383ad7c9-94d9-4d36-a494-682f7c89f535 --- common/UpdateType.hh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/UpdateType.hh b/common/UpdateType.hh index 7fbf1836..3a041cdb 100644 --- a/common/UpdateType.hh +++ b/common/UpdateType.hh @@ -156,8 +156,14 @@ const UpdateType UPDATE_SELECTION_KNOTS( UpdateTypeSet(1) << 9 ); */ const UpdateType UPDATE_COLOR( UpdateTypeSet(1) << 10 ); +/** \brief Textures have changed +* +* Update the Textures. +*/ +const UpdateType UPDATE_TEXTURE( UpdateTypeSet(1) << 11 ); + /// marks the last used ID -const UpdateType UPDATE_UNUSED ( UpdateTypeSet(1) << 11 ); +const UpdateType UPDATE_UNUSED ( UpdateTypeSet(1) << 12 ); /**@}*/ -- GitLab