summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-20 21:14:15 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-20 21:14:15 -0700
commitd88291c9ddc4abc81ae68897faaafcc91f6a6e86 (patch)
tree74eccdb284fed0ffd7c9d6493745652e51808fc9 /xrdp
parentaa3fad894db4e9b02999b229eb7e63fd8e91bdf6 (diff)
downloadxrdp-proprietary-d88291c9ddc4abc81ae68897faaafcc91f6a6e86.tar.gz
xrdp-proprietary-d88291c9ddc4abc81ae68897faaafcc91f6a6e86.zip
-xorg: work on off screen bitmaps
Diffstat (limited to 'xrdp')
-rw-r--r--xrdp/xrdp_painter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_painter.c b/xrdp/xrdp_painter.c
index 9cf9438d..ada8a65b 100644
--- a/xrdp/xrdp_painter.c
+++ b/xrdp/xrdp_painter.c
@@ -70,7 +70,7 @@ wm_painter_set_target(struct xrdp_painter* self)
{
libxrdp_orders_send_create_os_surface(self->session, surface_index,
self->wm->target_surface->width,
- self->wm->target_surface->height);
+ self->wm->target_surface->height, 0, 0);
self->wm->target_surface->tab_stop = 1;
}
libxrdp_orders_send_switch_os_surface(self->session, surface_index);