From 21d5810f1d7350f527e9f8d3c3c625f26f80c1b8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 17 Feb 2002 10:28:18 +0000 Subject: changed include guard and added gnome_win --- src/Screen.hh | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/src/Screen.hh b/src/Screen.hh index 147bcef..77710d8 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -22,41 +22,21 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.16 2002/02/08 13:35:20 fluxgen Exp $ - -#ifndef _SCREEN_HH_ -#define _SCREEN_HH_ +// $Id: Screen.hh,v 1.17 2002/02/17 10:28:18 fluxgen Exp $ +#ifndef SCREEN_HH +#define SCREEN_HH #include "Theme.hh" - -#ifndef _BASEDISPLAY_HH_ #include "BaseDisplay.hh" -#endif -#ifndef _CONFIGMENU_HH_ #include "Configmenu.hh" -#endif -#ifndef _ICON_HH_ #include "Icon.hh" -#endif -#ifndef _NETIZEN_HH_ #include "Netizen.hh" -#endif -#ifndef _ROOTMENU_HH_ #include "Rootmenu.hh" -#endif -#ifndef _TIMER_HH_ #include "Timer.hh" -#endif -#ifndef _WORKSPACE_HH_ #include "Workspace.hh" -#endif -#ifndef _WORKSPACEMENU_HH_ #include "Workspacemenu.hh" -#endif -#ifndef _FLUXBOX_HH_ #include "fluxbox.hh" -#endif #ifdef SLIT # include "Slit.hh" @@ -206,8 +186,8 @@ public: //scroll workspaces void nextWorkspace(); void prevWorkspace(); - void rightWorkspace(); - void leftWorkspace(); + void rightWorkspace(); + void leftWorkspace(); void removeWorkspaceNames(void); void updateWorkspaceNamesAtom(void); @@ -251,6 +231,7 @@ public: private: #ifdef GNOME void initGnomeAtoms(); + Window gnome_win; #endif Theme *theme; -- cgit v0.11.2