mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed duplicated check.
This commit is contained in:
@@ -318,9 +318,6 @@ BOOL wlf_disp_handle_configure(wlfDispContext* disp, int32_t width, int32_t heig
|
||||
if (!disp)
|
||||
return FALSE;
|
||||
|
||||
if (!disp)
|
||||
return FALSE;
|
||||
|
||||
disp->targetWidth = width;
|
||||
disp->targetHeight = height;
|
||||
return wlf_disp_sendResize(disp);
|
||||
|
||||
Reference in New Issue
Block a user