diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-10-13 17:34:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-10-13 17:34:53 -0700 |
commit | 054f8cd2675a80b14bc1ce266377fcfee2335cee (patch) | |
tree | e8ad75d1953b59bde6cece58bea61a4089c5e404 /randr/Makefile.am | |
parent | 1178796a4dff5ebf0bd9fb3cacb35be9709b41e5 (diff) |
Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.
Add function to keep pointer within valid crtc areas.
Finish event delivery and swapping code.
Separate configuration from layout changes to send correct events.
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r-- | randr/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am index 91c4bc6dd..9bf0e6531 100644 --- a/randr/Makefile.am +++ b/randr/Makefile.am @@ -15,6 +15,7 @@ librandr_la_SOURCES = \ rrinfo.c \ rrmode.c \ rroutput.c \ + rrpointer.c \ rrproperty.c \ rrscreen.c \ rrsdispatch.c \ |