mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
xfreerdp-client: attempted fixing build
This commit is contained in:
@@ -41,6 +41,11 @@ DEFINE_EVENT_BEGIN(ResizeWindow)
|
||||
int width;
|
||||
int height;
|
||||
DEFINE_EVENT_END(ResizeWindow)
|
||||
|
||||
DEFINE_EVENT_BEGIN(Pan)
|
||||
int xdiff;
|
||||
int ydiff;
|
||||
DEFINE_EVENT_END(Pan)
|
||||
|
||||
DEFINE_EVENT_BEGIN(EmbedWindow)
|
||||
BOOL embed;
|
||||
|
||||
Reference in New Issue
Block a user