diff options
author | fluxgen <fluxgen> | 2002-09-08 19:44:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-08 19:44:18 (GMT) |
commit | ebcea1ff9286f7164baf550f07d7fc837ed9ef51 (patch) | |
tree | e68ef4b765a6d131b36f0c56418f0f1ecc346913 /src/Screen.hh | |
parent | 1467457cdee0ca1622894e594560f48bfafd34d0 (diff) | |
download | fluxbox-ebcea1ff9286f7164baf550f07d7fc837ed9ef51.zip fluxbox-ebcea1ff9286f7164baf550f07d7fc837ed9ef51.tar.bz2 |
raise with Workspace stack
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 78d518f..e7991b0 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.44 2002/09/07 20:19:13 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.45 2002/09/08 19:44:18 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -233,10 +233,13 @@ public: | |||
233 | void removeNetizen(Window win); | 233 | void removeNetizen(Window win); |
234 | void addIcon(FluxboxWindow *win); | 234 | void addIcon(FluxboxWindow *win); |
235 | void removeIcon(FluxboxWindow *win); | 235 | void removeIcon(FluxboxWindow *win); |
236 | // remove window | ||
237 | void removeWindow(FluxboxWindow *win); | ||
238 | |||
236 | std::string getNameOfWorkspace(unsigned int workspace) const; | 239 | std::string getNameOfWorkspace(unsigned int workspace) const; |
237 | void changeWorkspaceID(unsigned int); | 240 | void changeWorkspaceID(unsigned int); |
238 | void sendToWorkspace(unsigned int workspace, FluxboxWindow *win=0, bool changeworkspace=true); | 241 | void sendToWorkspace(unsigned int workspace, FluxboxWindow *win=0, bool changeworkspace=true); |
239 | void raiseWindows(Window *workspace_stack, int num); | 242 | void raiseWindows(const Workspace::Stack &workspace_stack); |
240 | void reassociateGroup(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); | 243 | void reassociateGroup(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); |
241 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); | 244 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); |
242 | void prevFocus(int = 0); | 245 | void prevFocus(int = 0); |
@@ -245,7 +248,7 @@ public: | |||
245 | void reconfigure(); | 248 | void reconfigure(); |
246 | void rereadMenu(); | 249 | void rereadMenu(); |
247 | void shutdown(); | 250 | void shutdown(); |
248 | void showPosition(int, int); | 251 | void showPosition(int x, int y); |
249 | void showGeometry(unsigned int, unsigned int); | 252 | void showGeometry(unsigned int, unsigned int); |
250 | void hideGeometry(); | 253 | void hideGeometry(); |
251 | 254 | ||
@@ -323,9 +326,6 @@ private: | |||
323 | unsigned int geom_w, geom_h; | 326 | unsigned int geom_w, geom_h; |
324 | unsigned long event_mask; | 327 | unsigned long event_mask; |
325 | 328 | ||
326 | |||
327 | |||
328 | |||
329 | WorkspaceNames workspaceNames; | 329 | WorkspaceNames workspaceNames; |
330 | Workspaces workspacesList; | 330 | Workspaces workspacesList; |
331 | 331 | ||