summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2006-09-18 12:18:22 -0700
committerKeith Packard <keithp@guitar.keithp.com>2006-09-18 12:18:22 -0700
commitafe5e9483b352ed06075ed68a6ffa50799194e2d (patch)
treef44e59a037f6132e3873609027c65c837bab4fbc /randr/randrstr.h
parent2be1ac15aee592782d7693b8de2c3815478a094e (diff)
RandR working with old clients and old API.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index 33461570f..a7f91b79a 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -482,6 +482,9 @@ RROutputSetCrtcs (RROutputPtr output,
RRCrtcPtr *crtcs,
int numCrtcs);
+void
+RROutputSetCrtc (RROutputPtr output, RRCrtcPtr crtc);
+
Bool
RROutputSetConnection (RROutputPtr output,
CARD8 connection);