intel-virtual-output: We don't need to enable the timer for reconfigure

The timer will be enabled if a reconfiguration actually takes place and
we mark the damaged region to be redrawn.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-09-05 21:23:56 +01:00
parent d9a48bd0a3
commit bae4162487
1 changed files with 0 additions and 1 deletions

View File

@ -2579,7 +2579,6 @@ int main(int argc, char **argv)
DBG(("%s screen changed (reconfigure pending? %d)\n",
DisplayString(ctx.display->dpy), reconfigure));
reconfigure = 1;
context_enable_timer(&ctx);
} else if (e.type == PropertyNotify) {
XPropertyEvent *pe = (XPropertyEvent *)&e;
if (pe->atom == ctx.singleton) {