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

Diff of /oroborus/src/client.c

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

revision 1.55 by dreamind, Thu Mar 13 02:41:50 2003 UTC revision 1.56 by dreamind, Mon Mar 17 22:52:04 2003 UTC
# Line 470  clientFrame (Window w) Line 470  clientFrame (Window w)
470    XGetWindowAttributes (dpy, w, &attr);    XGetWindowAttributes (dpy, w, &attr);
471    c->window = w;    c->window = w;
472    if (typeAbove (c->window))    if (typeAbove (c->window))
473      c->above = True;      {
474          c->above = True;
475          c->was_above = True;
476        }
477    else    else
478      c->above = False;      {
479          c->above = False;
480          c->was_above = False;
481        }
482    c->x = c->old_x = attr.x;    c->x = c->old_x = attr.x;
483    c->y = c->old_y = attr.y;    c->y = c->old_y = attr.y;
484    c->width = c->old_width = attr.width;    c->width = c->old_width = attr.width;
# Line 942  clientToggleAbove (Client * c) Line 948  clientToggleAbove (Client * c)
948        clientSetFocus(c, 0);        clientSetFocus(c, 0);
949      }      }
950    setGnomeHint(c->window, win_layer, c->win_layer);    setGnomeHint(c->window, win_layer, c->win_layer);
951      c->was_above = True;
952  }  }
953    
954  void  void

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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