summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-17 16:18:34 +0000
committerDana Jansens <danakj@orodu.net>2003-04-17 16:18:34 +0000
commit43139ed3734c11c858f92f1c2cc7ed4cdba169cb (patch)
treeea672c555587e4235c269bc883165488f520d316 /openbox/openbox.h
parent4b421dc811d01d7eb0b40edae5513ebdef9da440 (diff)
add the left/right/top/bottom direction arrows and use them for resizing those ways
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;