]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.h
confine the mouse to the window for button grabs so that alt-click-drag on a window...
[chaz/openbox] / src / Workspace.h
index 21e65cec7d81cf715c6d84a0c427894a7f34db1c..146e1d628e0df5d72fbc31be0372360813905f3a 100644 (file)
@@ -68,15 +68,15 @@ public:
   inline BScreen &getScreen(void) { return screen; }
   inline Clientmenu *getMenu(void) { return clientmenu; }
   inline const char *getName(void) const { return name; }
-  inline const int &getWorkspaceID(void) const { return id; }
+  inline int getWorkspaceID(void) const { return id; }
   inline OpenboxWindow *focusedWindow() { return _focused; }
   inline OpenboxWindow *lastFocusedWindow() { return _last; }
   void focusWindow(OpenboxWindow *win);
   OpenboxWindow *getWindow(int);
-  Bool isCurrent(void);
-  const int addWindow(OpenboxWindow *, Bool = False);
-  const int removeWindow(OpenboxWindow *);
-  const int getCount(void);
+  bool isCurrent(void);
+  int addWindow(OpenboxWindow *, bool = false);
+  int removeWindow(OpenboxWindow *);
+  int getCount(void);
   void showAll(void);
   void hideAll(void);
   void removeAll(void);
This page took 0.02039 seconds and 4 git commands to generate.