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>2003-10-14 14:45:35 +0400
committerTon Roosendaal <ton@blender.org>2003-10-14 14:45:35 +0400
commit4629da0ffaa99d8f661668fbf32300d4bf571d53 (patch)
tree1264f9bf0f947780dcaeaa95f1e24c9cd47fbbe2 /source/blender/makesdna/DNA_screen_types.h
parent44b32134ae9944608ccaf370cd2969bf510d4d2a (diff)
- fixed threshold for merging closed Panels (was not sufficient narrow)
- in 'Horizontal Align' mode, Panels now close as a vertical bar - switching align modes, also switches how closed Panels are drawn - opengl nor ftgl support vertical string drawing... so for now it only draws the capitals of the Panel title in a horizontal collapsed header
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 9d8fa93d222..85aebbcd5b9 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -79,11 +79,6 @@ typedef unsigned short dna_ushort_fix;
#endif
-/* panel->flag */
-#define PNL_SELECT 1
-#define PNL_CLOSED 2
-#define PNL_TABBED 4
-#define PNL_OVERLAP 8
typedef struct Panel { /* the part from uiBlock that needs saved in file */
struct Panel *next, *prev;