diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-09-15 14:01:57 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-09-15 14:01:57 +0200 |
commit | 7bd65577018a574970b767b67967b65fcd5c2bf0 (patch) | |
tree | 4348573ea8d97156845c8d2830910898dffb9b6e | |
parent | b9f7aeb20015290a8acf938a11bf9272bf3527cf (diff) |
Initialize output->pendingProperties.
-rw-r--r-- | randr/rroutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/rroutput.c b/randr/rroutput.c index a67e4931a..c1e971ddc 100644 --- a/randr/rroutput.c +++ b/randr/rroutput.c @@ -95,6 +95,7 @@ RROutputCreate (ScreenPtr pScreen, output->numUserModes = 0; output->userModes = NULL; output->properties = NULL; + output->pendingProperties = FALSE; output->changed = FALSE; output->devPrivate = devPrivate; |