/[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.4 by dreamind, Sun Jun 9 22:30:21 2002 UTC revision 1.5 by dreamind, Thu Jun 13 22:53:36 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));
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;

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

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