]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameCo...
[chaz/openbox] / openbox / client.h
index 52005fcb309556f0d32a34e29c0f93ec6974a3e4..9c96351eb12f1072d32541a8467e00e533ccc441 100644 (file)
@@ -10,7 +10,7 @@
 #include <glib.h>
 #include <X11/Xlib.h>
 
-struct Frame;
+struct _ObFrame;
 struct _ObGroup;
 
 typedef struct _ObClient     ObClient;
@@ -75,7 +75,7 @@ struct _ObClient
     Window  window;
 
     /*! The window's decorations. NULL while the window is being managed! */
-    struct Frame *frame;
+    struct _ObFrame *frame;
 
     /*! The number of unmap events to ignore on the window */
     int ignore_unmaps;
This page took 0.022168 seconds and 4 git commands to generate.