summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 21f0e9a8..70e51136 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -35,9 +35,12 @@ extern gboolean ob_remote;
extern gboolean ob_sync;
typedef struct Cursors {
- Cursor left_ptr;
- Cursor ll_angle;
- Cursor lr_angle;
+ Cursor ptr;
+ Cursor move;
+ Cursor bl;
+ Cursor br;
+ Cursor tl;
+ Cursor tr;
} Cursors;
extern Cursors ob_cursors;