From c4661e7eecaf889f4975218a7c1c1b308e898cb8 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 23 Mar 2009 16:30:32 +0000 Subject: [PATCH] Reenable display even on failure. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3710 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/xserver/hw/vnc/xvnc.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index ed09b802..5231b156 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -1022,6 +1022,8 @@ static Bool vncRandRSetConfig (ScreenPtr pScreen, Rotation rotation, pScreen->mmWidth = oldmmWidth; pScreen->mmHeight = oldmmHeight; + xf86SetRootClip(pScreen, TRUE); + return FALSE; } @@ -1037,6 +1039,8 @@ static Bool vncRandRSetConfig (ScreenPtr pScreen, Rotation rotation, pScreen->mmWidth = oldmmWidth; pScreen->mmHeight = oldmmHeight; + xf86SetRootClip(pScreen, TRUE); + return FALSE; } -- 2.39.5