diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 13:14:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2006-09-20 13:14:53 -0700 |
commit | 9f870e0aa1ada238d6a0cd099996e8c47f6ba1d9 (patch) | |
tree | 11c051b8faf42c100965590738a9b4314c859c31 /randr/randrstr.h | |
parent | d08718d8fd31477e90f13b9e122504c515b46ee0 (diff) |
When setting output state, leave output unchanged when setting to current.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r-- | randr/randrstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h index 80272623c..e459452ff 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -77,6 +77,7 @@ struct _rrMode { int refcnt; xRRModeInfo mode; char *name; + void *devPrivate; }; struct _rrCrtc { |