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:
authorCampbell Barton <ideasman42@gmail.com>2012-05-12 15:01:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-12 15:01:29 +0400
commita9f6e5438443e6b35db1e22f6c595d31804af9b6 (patch)
treec196cb64ba0c687bf1ed9f568a710b7ee865b230 /source/blender/windowmanager/wm_cursors.h
parent68e27b749ec0ebcde549cf2bc442a17f829c87ee (diff)
style cleanup: mostly whitespace in rna
Diffstat (limited to 'source/blender/windowmanager/wm_cursors.h')
-rw-r--r--source/blender/windowmanager/wm_cursors.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index f41b15aadcf..4c07324184d 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -41,7 +41,7 @@ void wm_init_cursor_data(void);
/* old cursors */
enum {
- CURSOR_FACESEL=BC_GHOST_CURSORS,
+ CURSOR_FACESEL = BC_GHOST_CURSORS,
CURSOR_WAIT,
CURSOR_EDIT,
CURSOR_X_MOVE,
@@ -80,7 +80,7 @@ typedef struct BCursor {
#define SYSCURSOR 1
enum {
- BC_NW_ARROWCURSOR=2,
+ BC_NW_ARROWCURSOR = 2,
BC_NS_ARROWCURSOR,
BC_EW_ARROWCURSOR,
BC_WAITCURSOR,
@@ -103,7 +103,7 @@ enum {
enum {
- BC_BLACK=0,
+ BC_BLACK = 0,
BC_WHITE,
BC_RED,
BC_BLUE,
@@ -111,8 +111,8 @@ enum {
BC_YELLOW
};
-#define SMALL_CURSOR 0
-#define BIG_CURSOR 1
+#define SMALL_CURSOR 0
+#define BIG_CURSOR 1
struct wmWindow;
struct wmEvent;