summaryrefslogtreecommitdiff
path: root/randr/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-12-16 01:59:03 -0800
committerDave Airlie <airlied@redhat.com>2015-03-31 12:32:04 +1000
commit7e1f86d42b54fb7f6492875e47a718eaeca3069b (patch)
tree5af781974f9bf0fd6ebfab80ad5b384a30090045 /randr/Makefile.am
parent9c2b4f8e0e2b5d4b5e1102d6eea7bdb4211baa68 (diff)
randr: Add Monitor support (v1.1)
Store the user-defined monitors in the RandR screen private. Generate a list of monitors from both the user-defined ones and from any outputs not mentioned in one of the user-defined monitors. This list covers both the outputs in the main screen as well as any slaves. v1.1: airlied: fix up primary skipping bug, fix wrong height initialiser add get_active flag from updated protocol. Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r--randr/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am
index ccaff3f02..90dc9ec9a 100644
--- a/randr/Makefile.am
+++ b/randr/Makefile.am
@@ -15,6 +15,7 @@ librandr_la_SOURCES = \
rrdispatch.c \
rrinfo.c \
rrmode.c \
+ rrmonitor.c \
rroutput.c \
rrpointer.c \
rrproperty.c \