summaryrefslogtreecommitdiff
path: root/include/X11/extensions/Xrandr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-11-16 13:35:46 -0800
committerKeith Packard <keithp@neko.keithp.com>2006-11-16 13:35:46 -0800
commit8edabfeba65562f026111b35ec14a9801b4b6a5c (patch)
tree6fa9a443d2f3e6c209cfbe3efdf021e3f67c74b3 /include/X11/extensions/Xrandr.h
parent7ac8dba76fe33b13620e023699bf971fe8c99fb2 (diff)
Remove RandR output options.
Options are to be implemented as properties instead.
Diffstat (limited to 'include/X11/extensions/Xrandr.h')
-rw-r--r--include/X11/extensions/Xrandr.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h
index de0739d..c1de54a 100644
--- a/include/X11/extensions/Xrandr.h
+++ b/include/X11/extensions/Xrandr.h
@@ -206,7 +206,6 @@ XRRSetScreenSize (Display *dpy, Window window,
int mmWidth, int mmHeight);
typedef unsigned long XRRModeFlags;
-typedef unsigned int XRROutputOptions;
typedef struct _XRRModeInfo {
RRMode id;
@@ -225,11 +224,6 @@ typedef struct _XRRModeInfo {
XRRModeFlags modeFlags;
} XRRModeInfo;
-typedef struct _XRROutputConfig {
- RROutput output;
- XRROutputOptions options;
-} XRROutputConfig;
-
typedef struct _XRRScreenResources {
Time timestamp;
Time configTimestamp;
@@ -252,12 +246,10 @@ typedef struct _XRROutputInfo {
RRCrtc crtc;
char *name;
int nameLen;
- XRROutputOptions current_options;
unsigned long mm_width;
unsigned long mm_height;
Connection connection;
SubpixelOrder subpixel_order;
- XRROutputOptions possible_options;
int ncrtc;
RRCrtc *crtcs;
int nclone;
@@ -338,7 +330,7 @@ XRRSetCrtcConfig (Display *dpy,
int x, int y,
RRMode mode,
Rotation rotation,
- XRROutputConfig *outputs,
+ RROutput *outputs,
int noutputs);
int