diff options
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 9ca7859..b9a3b21 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -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.cc,v 1.113 2003/02/22 15:10:43 rathnor Exp $ | 25 | // $Id: Screen.cc,v 1.114 2003/02/22 16:09:44 rathnor Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -361,6 +361,7 @@ BScreen::ScreenResource::ScreenResource(ResourceManager &rm, | |||
361 | focus_last(rm, true, scrname+".focusLastWindow", altscrname+".FocusLastWindow"), | 361 | focus_last(rm, true, scrname+".focusLastWindow", altscrname+".FocusLastWindow"), |
362 | focus_new(rm, true, scrname+".focusNewWindows", altscrname+".FocusNewWindows"), | 362 | focus_new(rm, true, scrname+".focusNewWindows", altscrname+".FocusNewWindows"), |
363 | antialias(rm, false, scrname+".antialias", altscrname+".Antialias"), | 363 | antialias(rm, false, scrname+".antialias", altscrname+".Antialias"), |
364 | auto_raise(rm, false, scrname+".autoRaise", altscrname+".AutoRaise"), | ||
364 | rootcommand(rm, "", scrname+".rootCommand", altscrname+".RootCommand"), | 365 | rootcommand(rm, "", scrname+".rootCommand", altscrname+".RootCommand"), |
365 | focus_model(rm, Fluxbox::CLICKTOFOCUS, scrname+".focusModel", altscrname+".FocusModel"), | 366 | focus_model(rm, Fluxbox::CLICKTOFOCUS, scrname+".focusModel", altscrname+".FocusModel"), |
366 | workspaces(rm, 1, scrname+".workspaces", altscrname+".Workspaces"), | 367 | workspaces(rm, 1, scrname+".workspaces", altscrname+".Workspaces"), |
@@ -1758,7 +1759,7 @@ void BScreen::setupConfigmenu(FbTk::Menu &menu) { | |||
1758 | ConfigmenuSet, | 1759 | ConfigmenuSet, |
1759 | ConfigmenuAutoRaise, | 1760 | ConfigmenuAutoRaise, |
1760 | "Auto Raise"), | 1761 | "Auto Raise"), |
1761 | resource.auto_raise, | 1762 | *resource.auto_raise, |
1762 | save_and_reconfigure)); | 1763 | save_and_reconfigure)); |
1763 | 1764 | ||
1764 | focus_menu->update(); | 1765 | focus_menu->update(); |