Peter Hutterer db568f9eab Xext: fix up wrong conditions for negative sync transitions.
If the counter had a value higher than the trigger value for a negative
transition, the trigger value did not get set.

The correct sequence of checks is:
if (positive transition)
   if (counter value < trigger value)
      set up trigger
if (negative transition)
   if (counter value > trigger value)
      set up trigger

Red Hat Bug 501601 <https://bugzilla.redhat.com/show_bug.cgi?id=501601>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-14 07:49:52 +10:00
2009-07-28 11:58:45 +02:00
2009-07-17 14:57:50 -04:00
2009-07-07 17:36:24 -07:00
2009-08-08 11:38:51 +02:00
2009-08-04 23:23:21 +02:00
2009-08-12 14:45:13 -04:00
2009-08-08 20:18:10 +03:00
2009-08-05 07:59:07 +10:00
2009-07-23 15:32:20 -07:00
Description
Truly free fork of the XOrg project.
92 MiB
Languages
C 96.4%
Roff 1.1%
Objective-C 1%
Meson 0.9%
Shell 0.2%
Other 0.2%