/[oroborus]/oroborus/src/settings.c
ViewVC logotype

Diff of /oroborus/src/settings.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dreamind, Thu Jun 13 22:53:36 2002 UTC revision 1.6 by dreamind, Tue Jul 2 02:32:11 2002 UTC
# Line 280  loadSettings () Line 280  loadSettings ()
280    focus_new = !strcmp ("true", getValue ("focus_new", rc));    focus_new = !strcmp ("true", getValue ("focus_new", rc));
281    raise_on_focus = !strcmp ("true", getValue ("raise_on_focus", rc));    raise_on_focus = !strcmp ("true", getValue ("raise_on_focus", rc));
282    raise_delay = abs (atoi (getValue ("raise_delay", rc)));    raise_delay = abs (atoi (getValue ("raise_delay", rc)));
283    raise_on_click = !strcmp ("true", getValue("raise_on_click", rc));    raise_on_click = !strcmp ("true", getValue ("raise_on_click", rc));
284    
285    if (!strcmp ("center_root", getValue ("window_placement", rc)))    if (!strcmp ("center_root", getValue ("window_placement", rc)))
286      window_placement = PLACEMENT_ROOT;      window_placement = PLACEMENT_ROOT;
# Line 302  loadSettings () Line 302  loadSettings ()
302    if (workspace_count < 0)    if (workspace_count < 0)
303      {      {
304        workspace_count = abs (atoi (getValue ("workspace_count", rc)));        workspace_count = abs (atoi (getValue ("workspace_count", rc)));
305        setGnomeHint (dpy, root, win_workspace_count, workspace_count);        setGnomeHint (root, win_workspace_count, workspace_count);
306      }      }
307    wrap_workspaces = !strcmp ("true", getValue ("wrap_workspaces", rc));    wrap_workspaces = !strcmp ("true", getValue ("wrap_workspaces", rc));
308    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26