]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
add more cursors for move/resizing, and use the arrows not the angle brackets
[chaz/openbox] / openbox / openbox.h
index 21f0e9a826de28b192139bf98c88a9f753ad9750..70e511365c1984439c9e81f927c006c0747b78c0 100644 (file)
@@ -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;
 
This page took 0.021677 seconds and 4 git commands to generate.