mirror of https://github.com/neutrinolabs/xrdp
added sleep
This commit is contained in:
parent
07bdb23bde
commit
d4f44b907c
|
@ -219,6 +219,7 @@ server_msg(struct xrdp_mod* mod, char* msg, int code)
|
|||
wm->log_wnd->notify = xrdp_wm_log_wnd_notify;
|
||||
}
|
||||
xrdp_bitmap_invalidate(wm->log_wnd, 0);
|
||||
g_sleep(100);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue