diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
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; |
