diff options
author | marha <marha@users.sourceforge.net> | 2009-09-15 15:47:04 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-15 15:47:04 +0000 |
commit | 06ac0148302f9498779852c6b1dce50728e7fa66 (patch) | |
tree | ef9ac83a1bbf2a0972ed11376860ef7fa9382c9f /xorg-server/randr/makefile | |
parent | 1915b018a54e991c9289ee0c03488294e890caea (diff) | |
download | vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.tar.gz vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.tar.bz2 vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.zip |
Added xinerama extension.
Diffstat (limited to 'xorg-server/randr/makefile')
-rw-r--r-- | xorg-server/randr/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile index 9ec11e808..f72a32e9b 100644 --- a/xorg-server/randr/makefile +++ b/xorg-server/randr/makefile @@ -1,6 +1,7 @@ LIBRARY=librandr
CSRCS = \
+ rrxinerama.c \
mirandr.c \
randr.c \
rrcrtc.c \
|