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

Diff of /oroborus/src/events.c

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

revision 1.36 by dreamind, Mon Feb 24 01:08:04 2003 UTC revision 1.37 by dreamind, Mon Feb 24 01:27:53 2003 UTC
# Line 437  handleDestroyNotify (XDestroyWindowEvent Line 437  handleDestroyNotify (XDestroyWindowEvent
437    c = clientGetFromWindow (ev->window, WINDOW);    c = clientGetFromWindow (ev->window, WINDOW);
438    if (c)    if (c)
439      {      {
440        not_warp_to_next = c->not_warp_to_next;        not_warp_to_next = c->not_warp_to_next || c->transientFor;
441        clientUnframe (c, False);        clientUnframe (c, False);
442        if (clients)        if (clients)
443          {          {
# Line 467  handleUnmapNotify (XUnmapEvent * ev) Line 467  handleUnmapNotify (XUnmapEvent * ev)
467    c = clientGetFromWindow (ev->window, WINDOW);    c = clientGetFromWindow (ev->window, WINDOW);
468    if (c)    if (c)
469      {      {
470        not_warp_to_next = c->not_warp_to_next;        not_warp_to_next = c->not_warp_to_next || c->transientFor;
471        if (c->ignore_unmap)        if (c->ignore_unmap)
472          c->ignore_unmap--;          c->ignore_unmap--;
473        else        else

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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