summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 07:16:19 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 07:16:19 +0000
commit7d943a950e39d4d93113c0efc7b41916f6b8c66d (patch)
tree12b3d495f9e034dcb8f39fa1f0e69c5119c015b0 /openbox/client.h
parent5be23ec5a4dcacb8b1adf1d352ad5600f426f3ed (diff)
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 52005fcb..9c96351e 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -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;