Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-10-04 00:02:22 +0400
committerTon Roosendaal <ton@blender.org>2004-10-04 00:02:22 +0400
commit010200f9b552e13de5169069935ad666ca03377f (patch)
tree148b5579de55f33b459cb2ef92b5a09ca4ba6135 /source/blender/include/BIF_interface.h
parentb7ac42a4c60307a6d95913bfb7a04cec55013ca6 (diff)
Fix for new UI system and vertexpaint/faceselect/weightpaint/texturepaint
If backbuffer is in use for selection codes, the system switches back to frontbuffer drawing temporally. Is easier solution now. Next commit; fix for new 'zbuffer clipped selection', which also doesnt work after using a pulldown or popup menu.
Diffstat (limited to 'source/blender/include/BIF_interface.h')
-rw-r--r--source/blender/include/BIF_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h
index 9f8afd76ea6..01fc74430e1 100644
--- a/source/blender/include/BIF_interface.h
+++ b/source/blender/include/BIF_interface.h
@@ -75,6 +75,7 @@ struct ScrArea;
#define UI_BLOCK_NUMSELECT 16
#define UI_BLOCK_ENTER_OK 32
#define UI_BLOCK_NOSHADOW 64
+#define UI_BLOCK_FRONTBUFFER 128
/* block->flag bits 12-15 are identical to but->flag bits */