patch-ev_calibrate_c 614 B

1234567891011
  1. --- xf86-input-evtouch-0.8.8.orig/ev_calibrate.c 2008-11-10 12:25:32.000000000 +0100
  2. +++ xf86-input-evtouch-0.8.8/ev_calibrate.c 2010-01-08 17:13:52.000000000 +0100
  3. @@ -218,7 +218,7 @@ int main (void)
  4. int cap_style = CapButt; /* style of the line's edje and */
  5. int join_style = JoinBevel; /* joined lines. */
  6. - int event_mask = ExposureMask | ButtonReleaseMask | PointerMotionMask | KeyPressMask;
  7. + int event_mask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PointerMotionMask | KeyPressMask;
  8. int depth;
  9. int screen_num;