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:
authorJoshua Leung <aligorith@gmail.com>2008-11-28 07:01:35 +0300
committerJoshua Leung <aligorith@gmail.com>2008-11-28 07:01:35 +0300
commitc8098f953d5f6fa18a00d49d0577a72706b43b89 (patch)
tree9e447b71098f09e3a07dae175112f81690a0d42c /source/blender/makesdna/DNA_screen_types.h
parentd6769d513e94a5552968f1ed79520e755183ca5d (diff)
View2D - Commented and finished off cleaning up code added so far
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index c03a60ff65f..39cf6454c2c 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -178,14 +178,17 @@ typedef struct ARegion {
#define WIN_BACK_OK 2
#define WIN_EQUAL 3
-#define L_SCROLL 1 /* left scrollbar */
+/* scrollbar flags for View2D */
+ /* left scrollbar */
+#define L_SCROLL 1
#define R_SCROLL 2
#define VERT_SCROLL 3
#define T_SCROLL 4
#define B_SCROLL 8
#define HOR_SCROLL 12
-#define B_SCROLLO 16 /* special hack for outliner hscroll - prevent hanging */
-#define HOR_SCROLLO 20 /* in older versions of blender */
+ /* special hack for outliner hscroll - prevent hanging older versions of Blender */
+#define B_SCROLLO 16
+#define HOR_SCROLLO 20
/* Panel->snap - for snapping to screen edges */
#define PNL_SNAP_NONE 0