summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2006-09-19 00:46:27 -0700
committerKeith Packard <keithp@guitar.keithp.com>2006-09-19 00:46:27 -0700
commit07112adb0802d28488de5a495aa61bb3cfc280b6 (patch)
treec181059f543a98c5f34becc171da8deae9485166 /randr/randrstr.h
parentafe5e9483b352ed06075ed68a6ffa50799194e2d (diff)
RRGetScreenResources and RRGetOutputInfo are working now.
Removed separate id field in RRModeRec. Pull screen subpixel order from Render extension. Implement RGetScreenResources and RRGetOutputInfo
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index a7f91b79a..682ebbfed 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -74,7 +74,6 @@ typedef struct _rrCrtc RRCrtcRec, *RRCrtcPtr;
typedef struct _rrOutput RROutputRec, *RROutputPtr;
struct _rrMode {
- RRMode id;
int refcnt;
xRRModeInfo mode;
char *name;
@@ -489,6 +488,10 @@ Bool
RROutputSetConnection (RROutputPtr output,
CARD8 connection);
+Bool
+RROutputSetSubpixelOrder (RROutputPtr output,
+ int subpixelOrder);
+
void
RRDeliverOutputEvent(ClientPtr client, WindowPtr pWin, RROutputPtr output);