]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
add the left/right/top/bottom direction arrows and use them for resizing those ways
[chaz/openbox] / openbox / openbox.h
index 932c3e3eee0ecb2c2cae52ca085a416c9f005526..d747b3f74df1e901f4acb76b0589808bc93e13d6 100644 (file)
@@ -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;
 
This page took 0.021432 seconds and 4 git commands to generate.