diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 9fe9c9d3..4461377d 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -110,6 +110,8 @@ typedef enum { typedef struct Client { + ObWindow obwin; + Window window; /*! The window's decorations. NULL while the window is being managed! */ |
