diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2006-09-18 12:18:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2006-09-18 12:18:22 -0700 |
commit | afe5e9483b352ed06075ed68a6ffa50799194e2d (patch) | |
tree | f44e59a037f6132e3873609027c65c837bab4fbc /randr/randrstr.h | |
parent | 2be1ac15aee592782d7693b8de2c3815478a094e (diff) |
RandR working with old clients and old API.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r-- | randr/randrstr.h | 3 |
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); |