diff options
author | rathnor <rathnor> | 2003-04-16 14:43:06 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-16 14:43:06 (GMT) |
commit | b3921bc4e6807ba759fe1b55b9da1f4885f88a1c (patch) | |
tree | 4c8b60de334dc67f80d0e71f13f675bed42f265e /src/Screen.hh | |
parent | 0750c1966badd4c1aaade6127a3d78e0375cf410 (diff) | |
download | fluxbox_pavel-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.zip fluxbox_pavel-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.tar.bz2 |
fix workspace warping and netizen updates for warping (Simon)
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 33fa03c..21d31f3 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.78 2003/04/16 13:43:42 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.79 2003/04/16 14:43:02 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -269,7 +269,6 @@ public: | |||
269 | std::string getNameOfWorkspace(unsigned int workspace) const; | 269 | std::string getNameOfWorkspace(unsigned int workspace) const; |
270 | void changeWorkspaceID(unsigned int); | 270 | void changeWorkspaceID(unsigned int); |
271 | void sendToWorkspace(unsigned int workspace, FluxboxWindow *win=0, bool changeworkspace=true); | 271 | void sendToWorkspace(unsigned int workspace, FluxboxWindow *win=0, bool changeworkspace=true); |
272 | void reassociateGroup(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); | ||
273 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); | 272 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); |
274 | void prevFocus() { prevFocus(0); } | 273 | void prevFocus() { prevFocus(0); } |
275 | void nextFocus() { nextFocus(0); } | 274 | void nextFocus() { nextFocus(0); } |