diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-21 01:15:26 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-28 11:13:43 -0800 |
commit | 24abce8032940e96bb2ccf9e463a7fff6f36283a (patch) | |
tree | 4f41479e14760470e9da45e5f06c065bf829c8c5 /randr/mirandr.c | |
parent | f62ac3ec39c6593df476985c630e499864c19c72 (diff) |
Change RandR property datatype to include pending/valid values.
This patch tracks the protocol changes which introduce more complex
semantics for RandR output properties including pending and valid value
information.
(cherry picked from commit af55c65bea40669fdc038aa34c6a1ec9ecb33e87)
Diffstat (limited to 'randr/mirandr.c')
-rw-r--r-- | randr/mirandr.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/randr/mirandr.c b/randr/mirandr.c index 3a99bf9ed..0b763e111 100644 --- a/randr/mirandr.c +++ b/randr/mirandr.c @@ -64,10 +64,11 @@ miRRCrtcSetGamma (ScreenPtr pScreen, return TRUE; } -static Bool -miRROutputSetProperty (ScreenPtr pScreen, - RROutputPtr output, - Atom property) +Bool +miRROutputSetProperty (ScreenPtr pScreen, + RROutputPtr output, + Atom property, + RRPropertyValuePtr value) { return TRUE; } |