From 6ac57d622cdabb2db9f8dce51f0313892e6bd1aa Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 19 Jun 2013 16:11:28 +0200 Subject: Do not use transparent window for the opengl window. It generates unnecessary flickering. --- xorg-server/hw/xwin/winglobals.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg-server/hw/xwin/winglobals.c') diff --git a/xorg-server/hw/xwin/winglobals.c b/xorg-server/hw/xwin/winglobals.c index 58dec7833..32f09f2bb 100644 --- a/xorg-server/hw/xwin/winglobals.c +++ b/xorg-server/hw/xwin/winglobals.c @@ -103,6 +103,11 @@ Window g_iClipboardWindow = None; Atom g_atomLastOwnedSelection = None; #endif +const char WIN_WINDOW_PROP[]= "vcxsrv_window_prop_rl"; +const char WIN_WID_PROP[]= "vcxsrv_wid_prop_rl"; +const char WIN_NEEDMANAGE_PROP[]= "vcxsrv_override_redirect_prop_rl"; +const char WIN_SCR_PROP[]= "vcxsrv_screen_prop_rl"; + /* * Re-initialize global variables that are invalidated * by a server reset. -- cgit v1.2.3