/[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.5 by dreamind, Thu Jun 13 22:43:57 2002 UTC revision 1.6 by dreamind, Thu Jun 13 22:53:36 2002 UTC
# Line 343  handleButtonPress (XButtonEvent * ev) Line 343  handleButtonPress (XButtonEvent * ev)
343          clientSetLayer (c, c->win_layer - 1);          clientSetLayer (c, c->win_layer - 1);
344        else        else
345          {          {
346            clientRaise (c);            if (raise_on_click)
347                clientRaise (c);
348            if (win == c->window)            if (win == c->window)
349              replay = True;              replay = True;
350          }          }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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