diff options
author | fluxgen <fluxgen> | 2002-05-08 10:14:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-08 10:14:51 (GMT) |
commit | b53183cfe3c2a300ccec08b6912e416ae0cbb97b (patch) | |
tree | e5ff7954d3eaddc5dc11aa7844c41f91558d5694 /src/Screen.cc | |
parent | 1f5c8b5ba118c3700f0aac8652f400bf316a97b9 (diff) | |
download | fluxbox-b53183cfe3c2a300ccec08b6912e416ae0cbb97b.zip fluxbox-b53183cfe3c2a300ccec08b6912e416ae0cbb97b.tar.bz2 |
added desktopwheeling option
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 6bbe39f..e27a9db 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -16,13 +16,13 @@ | |||
16 | // | 16 | // |
17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
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.cc,v 1.48 2002/05/07 13:54:42 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.49 2002/05/08 10:12:17 fluxgen Exp $ |
26 | 26 | ||
27 | //use GNU extensions | 27 | //use GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
@@ -202,6 +202,7 @@ max_over_slit(rm, true, scrname+".maxOverSlit",altscrname+".MaxOverSlit"), | |||
202 | tab_rotate_vertical(rm, true, scrname+".tab.rotatevertical", altscrname+".Tab.RotateVertical"), | 202 | tab_rotate_vertical(rm, true, scrname+".tab.rotatevertical", altscrname+".Tab.RotateVertical"), |
203 | sloppy_window_grouping(rm, true, scrname+".sloppywindowgrouping", altscrname+".SloppyWindowGrouping"), | 203 | sloppy_window_grouping(rm, true, scrname+".sloppywindowgrouping", altscrname+".SloppyWindowGrouping"), |
204 | workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"), | 204 | workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"), |
205 | desktop_wheeling(rm, true, scrname+".desktopwheeling", altscrname+".DesktopWheeling"), | ||
205 | focus_last(rm, true, scrname+".focusLastWindow", altscrname+".FocusLastWindow"), | 206 | focus_last(rm, true, scrname+".focusLastWindow", altscrname+".FocusLastWindow"), |
206 | focus_new(rm, true, scrname+".focusNewWindows", altscrname+".FocusNewWindows"), | 207 | focus_new(rm, true, scrname+".focusNewWindows", altscrname+".FocusNewWindows"), |
207 | rootcommand(rm, "", scrname+".rootCommand", altscrname+".RootCommand"), | 208 | rootcommand(rm, "", scrname+".rootCommand", altscrname+".RootCommand"), |