summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2014-10-11 22:16:15 +0100
committerOlivier Fourdan <fourdan@xfce.org>2014-12-09 19:06:13 +0100
commit41d20680e6fc9da40560f906e15c1200de8189f2 (patch)
treef2f638ff110b9ea348e2ee8fce8db046bc2bac33 /src/netwm.h
parenta07b656055fba9f699520e567f106b5f2b3f196f (diff)
downloadxfwm4-41d20680e6fc9da40560f906e15c1200de8189f2.tar.gz
Add support for GTK frame extents
This is required for proper positionning and resizing of CSD windows from GTK3/GNOME. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 5156c1a36..ed266e335 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -68,5 +68,6 @@ void clientReceiveNetWMPong (ScreenInfo *,
gboolean clientGetUserTime (Client *);
void clientAddUserTimeWin (Client *);
void clientRemoveUserTimeWin (Client *);
+gboolean clientGetGtkFrameExtents (Client *);
#endif /* INC_NETWM_H */