summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2012-01-08 12:16:07 +0100
committerOlivier Fourdan <fourdan@xfce.org>2012-01-08 15:13:44 +0100
commita1253635f26c0bc9ae855c71ff945b3139fb7333 (patch)
treee6f2ec2e7f4cd6b916421bee300df146969e6b59 /src/netwm.h
parentab54b1d7322adaac89b4218e52912d75dc395747 (diff)
downloadxfwm4-a1253635f26c0bc9ae855c71ff945b3139fb7333.tar.gz
Workaround Adobe AIR setting workspace to 0xFF instead of 0xFFFFFFFF for all workspaces as per EWMH specifications (Bug #8304)
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 92b0bf1e4..5156c1a36 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -35,6 +35,8 @@
void clientSetNetState (Client *);
void clientGetNetState (Client *);
+void clientUpdateNetWmDesktop (Client *,
+ XClientMessageEvent *);
void clientUpdateNetState (Client *,
XClientMessageEvent *);
void clientNetMoveResize (Client *,