/[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.12 by dreamind, Sun Jun 30 23:15:32 2002 UTC revision 1.13 by dreamind, Sun Jun 30 23:25:11 2002 UTC
# Line 401  clientFrame (Window w) Line 401  clientFrame (Window w)
401    PropMwmHints *mwm_hints;    PropMwmHints *mwm_hints;
402    Window transientWindow;    Window transientWindow;
403    int i;    int i;
 //  char *className;  
404    XClassHint *class_res;    XClassHint *class_res;
405    
406  #ifdef DEBUG  #ifdef DEBUG
# Line 450  clientFrame (Window w) Line 449  clientFrame (Window w)
449      {      {
450        c->win_hints = c->win_hints | WIN_HINTS_SKIP_FOCUS;        c->win_hints = c->win_hints | WIN_HINTS_SKIP_FOCUS;
451        c->has_border = False;        c->has_border = False;
       clientLower(c);  
452      }      }
453    
454    c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0;    c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0;
# Line 545  clientFrame (Window w) Line 543  clientFrame (Window w)
543    else    else
544      setWMState (dpy, c->window, IconicState);      setWMState (dpy, c->window, IconicState);
545    
546      if (typeDesktop(dpy, c->window))
547        clientLower(c);
548    
549  #ifdef DEBUG  #ifdef DEBUG
550    printf ("client_count=%d\n", client_count);    printf ("client_count=%d\n", client_count);
551  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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