summaryrefslogtreecommitdiff
path: root/randr/randr.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2006-09-20 22:43:05 -0700
committerKeith Packard <keithp@guitar.keithp.com>2006-09-20 22:43:05 -0700
commit219546fd76750f358ffb6738f17b9237c58c15a6 (patch)
treec3e770e0146d4fb08963aae25013b0bca1fcc20a /randr/randr.c
parentbde0a4c12cb393a6d7f1552b067624da1b0502ae (diff)
Steal Xinerama code from SiS driver. Add missing files.
Provide a Xinerama implementation when DIX version isn't enabled. This version exposes each crtc as a separate 'screen' and reports the size of that patch. The extension also sends ConfigureNotify events to the root window whenever crtcs change so that applications will re-fetch xinerama information. This actually works for metacity.
Diffstat (limited to 'randr/randr.c')
-rw-r--r--randr/randr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/randr.c b/randr/randr.c
index 5f54dea14..4ea72e505 100644
--- a/randr/randr.c
+++ b/randr/randr.c
@@ -311,7 +311,7 @@ RRExtensionInit (void)
EventSwapVector[RREventBase + RRNotify] = (EventSwapPtr)
SRRNotifyEvent;
- return;
+ RRXineramaExtensionInit();
}
static int