Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/NeutrinoRDP.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-05-11 03:13:57 +0400
committerJay Sorg <jay.sorg@gmail.com>2013-05-11 03:13:57 +0400
commit634785e96a304c8bdc47a255c92adf818302f699 (patch)
tree8c9316f44ab468b528f996cb0addd5bd1f9e4d27 /client
parent0225197f2bf29bae8b7c6ead4f74b08a9e900a34 (diff)
added the invalidate call to interface, send when --no-bs
Diffstat (limited to 'client')
-rw-r--r--client/X11/xf_event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/X11/xf_event.c b/client/X11/xf_event.c
index 5dfcd57..33f01ae 100644
--- a/client/X11/xf_event.c
+++ b/client/X11/xf_event.c
@@ -85,6 +85,7 @@ boolean xf_event_Expose(xfInfo* xfi, XEvent* event, boolean app)
if (xfi->skip_bs)
{
+ xfi->instance->SendInvalidate(xfi->instance, -1, x, y, w, h);
return true;
}
if (app != true)