/[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.31 by dreamind, Fri Feb 14 01:10:30 2003 UTC revision 1.32 by dreamind, Fri Feb 14 14:13:09 2003 UTC
# Line 441  handleDestroyNotify (XDestroyWindowEvent Line 441  handleDestroyNotify (XDestroyWindowEvent
441                          clientUnframe (c, False);                          clientUnframe (c, False);
442                          if (clients)                          if (clients)
443                                  {                                  {
444                                          c = clientGetTopMost (WIN_LAYER_NORMAL);                                          c = clientGetNext (clients, 0);
445                                          clientSetFocus (c, True);                                          clientSetFocus (c, True);
446                                          if (!(not_warp_to_next || c->non_focusing))                                          if (!(not_warp_to_next || c->non_focusing))
447                                                  clientWarpMouse (c);                                                  clientWarpMouse (c);
# Line 472  handleUnmapNotify (XUnmapEvent * ev) Line 472  handleUnmapNotify (XUnmapEvent * ev)
472                                          clientUnframe (c, False);                                          clientUnframe (c, False);
473                                          if (clients)                                          if (clients)
474                                                  {                                                  {
475                                                          c = clientGetTopMost (WIN_LAYER_NORMAL);                                                          c = clientGetNext (clients, 0);
476                                                          clientSetFocus (c, True);                                                          clientSetFocus (c, True);
477                                                          if (!(not_warp_to_next || c->non_focusing))                                                          if (!(not_warp_to_next || c->non_focusing))
478                                                                  clientWarpMouse (c);                                                                  clientWarpMouse (c);

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

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