diff --git a/randr/rroutput.c b/randr/rroutput.c index b0ffedea8..33300e1cc 100644 --- a/randr/rroutput.c +++ b/randr/rroutput.c @@ -106,6 +106,7 @@ RROutputCreate(ScreenPtr pScreen, output->properties = NULL; output->pendingProperties = FALSE; output->changed = FALSE; + output->nonDesktop = FALSE; output->devPrivate = devPrivate; if (!AddResource(output->id, RROutputType, (void *) output))