/[xforms]/xforms/lib/canvas.c
ViewVC logotype

Diff of /xforms/lib/canvas.c

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

revision 1.6 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.7 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 115  canvas_event_intercept(XEvent * xev, voi Line 115  canvas_event_intercept(XEvent * xev, voi
115          handle_keyboard_special(ob, xev))          handle_keyboard_special(ob, xev))
116          return FL_PREEMPT;          return FL_PREEMPT;
117    
118      if (xev->type != Expose &&      if (xev->type != Expose &&
119          xev->type != GraphicsExpose &&          xev->type != GraphicsExpose &&
120          xev->type != ClientMessage &&          xev->type != ClientMessage &&
121          (ob->active == DEACTIVATED || ob->form->deactivated))          (ob->active == DEACTIVATED || ob->form->deactivated))

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

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