[Pkg-remote-team] [xrdp] 06/09: xup: don't need to clear on connect

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Nov 26 10:59:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to annotated tag v0.8.0
in repository xrdp.

commit 954ed3d681a9310d493e81c050874587af0de5ae
Author: Jay Sorg <jay.sorg at gmail.com>
Date:   Sun May 18 23:11:07 2014 -0700

    xup: don't need to clear on connect
---
 xup/xup.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/xup/xup.c b/xup/xup.c
index 773f3da..93b2d18 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -175,11 +175,7 @@ lib_mod_connect(struct mod *mod)
     char con_port[256];
 
     LIB_DEBUG(mod, "in lib_mod_connect");
-    /* clear screen */
-    mod->server_begin_update(mod);
-    mod->server_set_fgcolor(mod, 0);
-    mod->server_fill_rect(mod, 0, 0, mod->width, mod->height);
-    mod->server_end_update(mod);
+
     mod->server_msg(mod, "started connecting", 0);
 
     /* only support 8, 15, 16, and 24 bpp connections from rdp client */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/xrdp.git



More information about the Pkg-remote-team mailing list