summaryrefslogtreecommitdiff
path: root/src/netwm.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-06-04 22:08:34 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-06-04 22:08:34 +0000
commit3f78aeee4c9e8bcb070f47858a3eb31fc6c9e4b3 (patch)
treee9375b68762abd3c1afa1ea4f8155eeb91e08bde /src/netwm.h
parent21879ba93257ee0a8ad769de87c0da419060e1da (diff)
downloadxfwm4-3f78aeee4c9e8bcb070f47858a3eb31fc6c9e4b3.tar.gz
Change internals to prepare multi-screen (not quite there yet)
(Old svn revision: 11776)
Diffstat (limited to 'src/netwm.h')
-rw-r--r--src/netwm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/netwm.h b/src/netwm.h
index 3b3233d10..47ab7d8ff 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -1,8 +1,8 @@
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; You may only use version 2 of the License,
- you have no option to use any other version.
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,6 +27,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <glib.h>
+#include "screen.h"
#include "client.h"
void clientSetNetState (Client *);
@@ -35,7 +36,7 @@ void clientUpdateNetState (Client *, XClientMessageEvent *);
void clientUpdateFullscreenState (Client *);
void clientGetNetWmType (Client *);
void clientGetInitialNetWmDesktop (Client *);
-void clientSetNetClientList (Atom, GList *);
+void clientSetNetClientList (ScreenData *, Atom, GList *);
void clientGetNetStruts (Client *);
void clientSetNetActions (Client *);
void clientWindowType (Client *);