summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 932c3e3e..d747b3f7 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -41,6 +41,10 @@ typedef struct Cursors {
Cursor br;
Cursor tl;
Cursor tr;
+ Cursor t;
+ Cursor r;
+ Cursor b;
+ Cursor l;
} Cursors;
extern Cursors ob_cursors;