From 3f78aeee4c9e8bcb070f47858a3eb31fc6c9e4b3 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 4 Jun 2004 22:08:34 +0000 Subject: Change internals to prepare multi-screen (not quite there yet) (Old svn revision: 11776) --- src/netwm.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/netwm.h') 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 #include #include +#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 *); -- cgit v1.2.1