/[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.1.1.1 by dreamind, Thu May 23 19:55:46 2002 UTC revision 1.2 by dreamind, Sun May 26 00:57:09 2002 UTC
# Line 418  void clientFrame(Window w) Line 418  void clientFrame(Window w)
418      XWindowChanges wc;      XWindowChanges wc;
419      long dummy;      long dummy;
420      PropMwmHints *mwm_hints;      PropMwmHints *mwm_hints;
421        Window transientWindow;
422      int i;      int i;
423    
424  #ifdef DEBUG  #ifdef DEBUG
# Line 523  void clientFrame(Window w) Line 524  void clientFrame(Window w)
524          c->next = c;          c->next = c;
525          c->prev = c;          c->prev = c;
526      }      }
527        
528        XGetTransientForHint(dpy, c->window, &transientWindow);
529        c->transientFor = clientGetFromWindow(transientWindow, WINDOW);
530    
531      client_count++;      client_count++;
532      clientAddToList(c);      clientAddToList(c);
533      clientGrabKeys(c);      clientGrabKeys(c);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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