diff options
author | akir <akir> | 2004-10-16 22:18:56 (GMT) |
---|---|---|
committer | akir <akir> | 2004-10-16 22:18:56 (GMT) |
commit | a6d4a3563c524e5fd6ee9ca18c0f5126a493108d (patch) | |
tree | 59043dd9b8cab59c427a92d070f1e82eeda5b55c /src/Screen.cc | |
parent | 9fbf1ab395ec8253cf942e04145501b11a6e35f5 (diff) | |
download | fluxbox_pavel-a6d4a3563c524e5fd6ee9ca18c0f5126a493108d.zip fluxbox_pavel-a6d4a3563c524e5fd6ee9ca18c0f5126a493108d.tar.bz2 |
added followModel Ressources, dunno if the name is so clever, i am open for other suggestions
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 24e75b0..9a8d2a0 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.294 2004/10/04 15:37:58 rathnor Exp $ | 25 | // $Id: Screen.cc,v 1.295 2004/10/16 22:18:56 akir Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -175,6 +175,7 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm, | |||
175 | resizemode(rm, "", scrname+".resizeMode", altscrname+".ResizeMode"), | 175 | resizemode(rm, "", scrname+".resizeMode", altscrname+".ResizeMode"), |
176 | windowmenufile(rm, "", scrname+".windowMenu", altscrname+".WindowMenu"), | 176 | windowmenufile(rm, "", scrname+".windowMenu", altscrname+".WindowMenu"), |
177 | focus_model(rm, CLICKTOFOCUS, scrname+".focusModel", altscrname+".FocusModel"), | 177 | focus_model(rm, CLICKTOFOCUS, scrname+".focusModel", altscrname+".FocusModel"), |
178 | follow_model(rm, IGNORE_OTHER_WORKSPACES, scrname+".followModel", altscrname+".followModel"), | ||
178 | workspaces(rm, 1, scrname+".workspaces", altscrname+".Workspaces"), | 179 | workspaces(rm, 1, scrname+".workspaces", altscrname+".Workspaces"), |
179 | edge_snap_threshold(rm, 0, scrname+".edgeSnapThreshold", altscrname+".EdgeSnapThreshold"), | 180 | edge_snap_threshold(rm, 0, scrname+".edgeSnapThreshold", altscrname+".EdgeSnapThreshold"), |
180 | focused_alpha(rm, 255, scrname+".window.focus.alpha", altscrname+".Window.Focus.Alpha"), | 181 | focused_alpha(rm, 255, scrname+".window.focus.alpha", altscrname+".Window.Focus.Alpha"), |