summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpmain.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-08-09 22:19:10 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-08-09 22:19:10 -0700
commitda9d55f180cb68999d95b44fb3d53909ea9630b6 (patch)
tree2035b5b68b8cd879d07f554fa4ec3007c17e286c /xorg/X11R7.6/rdp/rdpmain.c
parent7539d7271eb6ae2504f8a5e17a837aa453bc8355 (diff)
downloadxrdp-proprietary-da9d55f180cb68999d95b44fb3d53909ea9630b6.tar.gz
xrdp-proprietary-da9d55f180cb68999d95b44fb3d53909ea9630b6.zip
xorg: offscreen bitmaps, don't remote until used
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpmain.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/X11R7.6/rdp/rdpmain.c b/xorg/X11R7.6/rdp/rdpmain.c
index 2bf36771..15a8993d 100644
--- a/xorg/X11R7.6/rdp/rdpmain.c
+++ b/xorg/X11R7.6/rdp/rdpmain.c
@@ -42,6 +42,7 @@ DevPrivateKeyRec g_rdpPixmapIndex;
DeviceIntPtr g_pointer = 0;
DeviceIntPtr g_keyboard = 0;
+int g_do_dirty_os = 1; /* delay remoting off screen bitmaps */
Bool g_wrapWindow = 1;
Bool g_wrapPixmap = 1;