]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
add actions for key/mouse bindings etc
[chaz/openbox] / openbox / screen.h
index 1c0a4f7704df918b41c3682362e7aaba88866857..1e9697028c8185021c01280e4123ce5ab77b5725 100644 (file)
@@ -2,6 +2,7 @@
 #define __screen_h
 
 #include "geom.h"
+#include "client.h"
 
 struct Client;
 
@@ -18,13 +19,13 @@ extern gboolean screen_showing_desktop;
 
 /*! Orientation of the desktops */
 typedef enum {
-    Orientation_Horz,
-    Orientation_Vert
+    Orientation_Horz = 0,
+    Orientation_Vert = 1
 } Orientation;
 
 typedef struct DesktopLayout {
-    guint orientation;
-    guint start_corner;
+    Orientation orientation;
+    Corner start_corner;
     guint rows;
     guint columns;
 } DesktopLayout;
This page took 0.024442 seconds and 4 git commands to generate.