diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-16 13:35:46 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-16 13:35:46 -0800 |
commit | 8edabfeba65562f026111b35ec14a9801b4b6a5c (patch) | |
tree | 6fa9a443d2f3e6c209cfbe3efdf021e3f67c74b3 /src/XrrOutput.c | |
parent | 7ac8dba76fe33b13620e023699bf971fe8c99fb2 (diff) |
Remove RandR output options.
Options are to be implemented as properties instead.
Diffstat (limited to 'src/XrrOutput.c')
-rw-r--r-- | src/XrrOutput.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XrrOutput.c b/src/XrrOutput.c index ce25bb3..c908bbc 100644 --- a/src/XrrOutput.c +++ b/src/XrrOutput.c @@ -90,12 +90,10 @@ XRRGetOutputInfo (Display *dpy, XRRScreenResources *resources, RROutput output) xoi->timestamp = rep.timestamp; xoi->crtc = rep.crtc; - xoi->current_options = rep.currentOptions; xoi->mm_width = rep.mmWidth; xoi->mm_height = rep.mmHeight; xoi->connection = rep.connection; xoi->subpixel_order = rep.subpixelOrder; - xoi->possible_options = rep.possibleOptions; xoi->ncrtc = rep.nCrtcs; xoi->crtcs = (RRCrtc *) (xoi + 1); xoi->nmode = rep.nModes; |