/[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.32 by dreamind, Fri Feb 14 14:13:09 2003 UTC revision 1.33 by dreamind, Fri Feb 14 14:17:44 2003 UTC
# Line 443  handleDestroyNotify (XDestroyWindowEvent Line 443  handleDestroyNotify (XDestroyWindowEvent
443                                  {                                  {
444                                          c = clientGetNext (clients, 0);                                          c = clientGetNext (clients, 0);
445                                          clientSetFocus (c, True);                                          clientSetFocus (c, True);
446                                          if (!(not_warp_to_next || c->non_focusing))                                          if (c && !(not_warp_to_next || c->non_focusing))
447                                                  clientWarpMouse (c);                                                  clientWarpMouse (c);
448                                  }                                  }
449                          else                          else
# Line 474  handleUnmapNotify (XUnmapEvent * ev) Line 474  handleUnmapNotify (XUnmapEvent * ev)
474                                                  {                                                  {
475                                                          c = clientGetNext (clients, 0);                                                          c = clientGetNext (clients, 0);
476                                                          clientSetFocus (c, True);                                                          clientSetFocus (c, True);
477                                                          if (!(not_warp_to_next || c->non_focusing))                                                          if (c && !(not_warp_to_next || c->non_focusing))
478                                                                  clientWarpMouse (c);                                                                  clientWarpMouse (c);
479                                                  }                                                  }
480                                          else                                          else

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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