all repos — fluxbox @ 21d5810f1d7350f527e9f8d3c3c625f26f80c1b8

custom fork of the fluxbox windowmanager

changed include guard and added gnome_win
fluxgen fluxgen
commit

21d5810f1d7350f527e9f8d3c3c625f26f80c1b8

parent

c6a79f9e42c404da631faafbb0d09a5e5548b7bd

1 files changed, 6 insertions(+), 25 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -22,41 +22,21 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 $ +// $Id: Screen.hh,v 1.17 2002/02/17 10:28:18 fluxgen Exp $ -#ifndef _SCREEN_HH_ -#define _SCREEN_HH_ - +#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 @@ int removeLastWorkspace(void);

//scroll workspaces void nextWorkspace(); void prevWorkspace(); - void rightWorkspace(); - void leftWorkspace(); + void rightWorkspace(); + void leftWorkspace(); void removeWorkspaceNames(void); void updateWorkspaceNamesAtom(void);

@@ -251,6 +231,7 @@

private: #ifdef GNOME void initGnomeAtoms(); + Window gnome_win; #endif Theme *theme;