summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-17 02:15:09 +0000
committerDana Jansens <danakj@orodu.net>2003-04-17 02:15:09 +0000
commit11b79778ad3c6d1cf0e98f0aa13a91ecaa5448f5 (patch)
treef409559460947fb8279e2d1b2c5ec50b3a7f9921 /openbox/openbox.h
parent372bf0294745062e4dd1a1dc3de16e16e17f5215 (diff)
add more cursors for move/resizing, and use the arrows not the angle brackets
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;