Files
xserver_xsdl/include
Keith Packard 1dcda4f3c5 Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)
With Xinerama support built into the X server but not in use,
sprite.screen is NULL and yet the SyntheticMotion
macro would dereference it. Avoid that by just passing sprite.screen
to PostSyntheticMotion which can then dereference it when Xinerama is
enabled.

Also, define PostSyntheticMotion in dixevents.h and include dixevents.h in
getevents.c
2006-11-07 01:29:51 -08:00
..
2006-11-04 17:46:26 -08:00
2006-10-25 01:08:29 +03:00
2006-07-21 15:19:53 -04:00
2006-08-18 17:04:48 +03:00
2006-10-08 17:04:12 +03:00