diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 22:43:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 22:43:05 -0700 |
commit | 219546fd76750f358ffb6738f17b9237c58c15a6 (patch) | |
tree | c3e770e0146d4fb08963aae25013b0bca1fcc20a /randr/rrscreen.c | |
parent | bde0a4c12cb393a6d7f1552b067624da1b0502ae (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/rrscreen.c')
-rw-r--r-- | randr/rrscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c index e59947b36..e382540b7 100644 --- a/randr/rrscreen.c +++ b/randr/rrscreen.c @@ -69,7 +69,7 @@ RREditConnectionInfo (ScreenPtr pScreen) root->mmHeight = pScreen->mmHeight; } -static void +void RRSendConfigNotify (ScreenPtr pScreen) { WindowPtr pWin = WindowTable[pScreen->myNum]; |