diff options
author | Keith Packard <keithp@keithp.com> | 2008-11-26 15:49:02 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-26 15:50:54 -0800 |
commit | fc708394318ed92c612e2938b335c08c1ffebb28 (patch) | |
tree | 78e11167dca90269937092f8b78ad7a3a5815ddb /randr/randrstr.h | |
parent | f710ce269c020a39f58b2bfbd0fe5192a3279c72 (diff) |
Add server support for RRGetScreenResourcesCurrent
This depends on randrproto 1.2.99.1
Signed-off-by: Keith Packard <keithp@keithp.com>
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 822e37747..64206e88d 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -388,6 +388,9 @@ int ProcRRGetScreenResources (ClientPtr client); int +ProcRRGetScreenResourcesCurrent (ClientPtr client); + +int ProcRRSetScreenConfig (ClientPtr client); int |