summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-12-05 20:00:06 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-12-05 20:00:06 +0000
commit7f26e6eaebec3b8b7065b6b01b1b5852bde977c8 (patch)
tree78355cbbcf5f81a3c1f12b22274613ea231214b1 /src/netwm.h
parenta339ea7e432be319ab4fccab014c898d19aed2b7 (diff)
downloadxfwm4-7f26e6eaebec3b8b7065b6b01b1b5852bde977c8.tar.gz
Be a lot more paranoid about what broken apps set as struts.
(Old svn revision: 24048)
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 74cd07222..789485c69 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -43,7 +43,8 @@ void clientGetInitialNetWmDesktop (Client *);
void clientSetNetClientList (ScreenInfo *,
Atom,
GList *);
-void clientGetNetStruts (Client *);
+gboolean clientValidateNetStrut (Client *);
+gboolean clientGetNetStruts (Client *);
void clientSetNetActions (Client *);
void clientWindowType (Client *);
void clientUpdateAboveState (Client *);