summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-11-04 22:36:42 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-11-04 22:36:42 +0000
commit67c2cfcd14ea0e24aa12b4d06e0b40733832e69b (patch)
tree73908f00e1167eeb062c1692c83c86540be48878 /src/netwm.h
parent52f4d891aca2362bf718291e90e72250b2af6a9b (diff)
downloadxfwm4-67c2cfcd14ea0e24aa12b4d06e0b40733832e69b.tar.gz
Use X server time to restore focus when sent to the root window (bug #2472), a bit of code cleanup and some refactoring.
(Old svn revision: 23704)
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h30
1 files changed, 17 insertions, 13 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 0eb0214d9..74cd07222 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -31,18 +31,22 @@
#include "screen.h"
#include "client.h"
-void clientSetNetState (Client *);
-void clientGetNetState (Client *);
-void clientUpdateNetState (Client *, XClientMessageEvent *);
-void clientNetMoveResize (Client *, XClientMessageEvent *);
-void clientUpdateFullscreenState (Client *);
-void clientGetNetWmType (Client *);
-void clientGetInitialNetWmDesktop (Client *);
-void clientSetNetClientList (ScreenInfo *, Atom, GList *);
-void clientGetNetStruts (Client *);
-void clientSetNetActions (Client *);
-void clientWindowType (Client *);
-void clientUpdateAboveState (Client *);
-void clientUpdateBelowState (Client *);
+void clientSetNetState (Client *);
+void clientGetNetState (Client *);
+void clientUpdateNetState (Client *,
+ XClientMessageEvent *);
+void clientNetMoveResize (Client *,
+ XClientMessageEvent *);
+void clientUpdateFullscreenState (Client *);
+void clientGetNetWmType (Client *);
+void clientGetInitialNetWmDesktop (Client *);
+void clientSetNetClientList (ScreenInfo *,
+ Atom,
+ GList *);
+void clientGetNetStruts (Client *);
+void clientSetNetActions (Client *);
+void clientWindowType (Client *);
+void clientUpdateAboveState (Client *);
+void clientUpdateBelowState (Client *);
#endif /* INC_NETWM_H */