summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-01-29 22:45:47 +0100
committerMikael Magnusson <mikachu@gmail.com>2009-01-29 22:45:47 +0100
commit4145468a1984e1055a947ad957075ae51f70ca9c (patch)
tree923b1d6ae11d4ba0c471779229d2f76642bf4774 /openbox/client.h
parent90cecafa3de2f118e550622932d1d30266c71226 (diff)
parentd0829d4416d83fda4aa4ec8d5f0a7003b0a7f148 (diff)
Merge branch 'backport' into work
Conflicts: openbox/event.c openbox/frame.c
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 5e26ef30..6d018bc6 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -246,6 +246,8 @@ struct _ObClient
/*! The window uses shape extension to be non-rectangular? */
gboolean shaped;
+ /*! The window uses shape extension to have non-rectangular input? */
+ gboolean shaped_input;
/*! The window is modal, so it must be processed before any windows it is
related to can be focused */