diff options
author | Keith Packard <keithp@keithp.com> | 2008-03-21 02:39:49 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-24 13:24:40 -0800 |
commit | 7c61db66a470a8306e346ed8bf8934f014dada42 (patch) | |
tree | 27215d0f0fa4a2823222fb37fc0ae5cff541780a /randr/Makefile.am | |
parent | fa6a1df209bd74da1d545982cca437afc2198cc1 (diff) |
Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
Instead of using a separate function to notify DIX about transform changes,
add the transform to RRCrtcNotify so that the whole Crtc state changes
atomically.
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r-- | randr/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am index 20b0f72e0..3d16ede72 100644 --- a/randr/Makefile.am +++ b/randr/Makefile.am @@ -20,7 +20,9 @@ librandr_la_SOURCES = \ rrpointer.c \ rrproperty.c \ rrscreen.c \ - rrsdispatch.c + rrsdispatch.c \ + rrtransform.h \ + rrtransform.c if XINERAMA librandr_la_SOURCES += ${XINERAMA_SRCS} |