summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-05 15:14:49 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-05 15:14:49 +0100
commit54fcb66d876420d6a9158ecd70854739f22f159b (patch)
tree9840b4e18de42e09cd388f1e6fb2de97967403b1 /desktop
parentf1c2dde13bf1ca59a466cfed2f2d2076c06b235f (diff)
downloadnetsurf-54fcb66d876420d6a9158ecd70854739f22f159b.tar.gz
netsurf-54fcb66d876420d6a9158ecd70854739f22f159b.tar.bz2
cleanup RISC OS frontend header usage
Diffstat (limited to 'desktop')
-rw-r--r--desktop/mouse.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/desktop/mouse.h b/desktop/mouse.h
index bec221bb8..083bd1731 100644
--- a/desktop/mouse.h
+++ b/desktop/mouse.h
@@ -78,13 +78,14 @@ typedef enum browser_mouse_state {
} browser_mouse_state;
-typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
- GUI_POINTER_MENU, GUI_POINTER_UP, GUI_POINTER_DOWN,
- GUI_POINTER_LEFT, GUI_POINTER_RIGHT, GUI_POINTER_RU,
- GUI_POINTER_LD, GUI_POINTER_LU, GUI_POINTER_RD,
- GUI_POINTER_CROSS, GUI_POINTER_MOVE, GUI_POINTER_WAIT,
- GUI_POINTER_HELP, GUI_POINTER_NO_DROP, GUI_POINTER_NOT_ALLOWED,
- GUI_POINTER_PROGRESS } gui_pointer_shape;
+typedef enum gui_pointer_shape {
+ GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
+ GUI_POINTER_MENU, GUI_POINTER_UP, GUI_POINTER_DOWN,
+ GUI_POINTER_LEFT, GUI_POINTER_RIGHT, GUI_POINTER_RU,
+ GUI_POINTER_LD, GUI_POINTER_LU, GUI_POINTER_RD,
+ GUI_POINTER_CROSS, GUI_POINTER_MOVE, GUI_POINTER_WAIT,
+ GUI_POINTER_HELP, GUI_POINTER_NO_DROP, GUI_POINTER_NOT_ALLOWED,
+ GUI_POINTER_PROGRESS } gui_pointer_shape;
/** Mouse pointer type */
typedef enum {