mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,update] do not require EndPaint callback
Some RDP servers start sending graphics updates too early for us to process. This triggered a bug that at that point the EndPaint callback is not available, as the connection is not fully established.
This commit is contained in:
committed by
Martin Fleisz
parent
d59c0a49c3
commit
31827485a8
@@ -3322,7 +3322,7 @@ BOOL update_begin_paint(rdpUpdate* update)
|
||||
|
||||
BOOL update_end_paint(rdpUpdate* update)
|
||||
{
|
||||
BOOL rc = FALSE;
|
||||
BOOL rc = TRUE;
|
||||
|
||||
if (!update)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user