summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-05-18 23:11:07 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-05-19 23:42:36 -0700
commit57178458371620afcef5f81fc12f1d92e3432a9c (patch)
tree5792fd7e07faa9194670e313850c8b886a62170e
parentec44b9dca18c94a7eead1f97efdfb6f3d48eabdb (diff)
downloadxrdp-proprietary-57178458371620afcef5f81fc12f1d92e3432a9c.tar.gz
xrdp-proprietary-57178458371620afcef5f81fc12f1d92e3432a9c.zip
xup: don't need to clear on connect
-rw-r--r--xup/xup.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/xup/xup.c b/xup/xup.c
index e0ad3619..95161f96 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 */