From 010200f9b552e13de5169069935ad666ca03377f Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 3 Oct 2004 20:02:22 +0000 Subject: 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. --- source/blender/include/BIF_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BIF_interface.h') 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 */ -- cgit v1.2.3