mirror of https://github.com/FreeRDP/FreeRDP
xfreerdp-client: initialize initialized initially
This commit is contained in:
parent
dd57bcbee8
commit
8a81730ff9
|
@ -148,6 +148,7 @@ int xf_input_init(xfInfo* xfi, Window window)
|
|||
if (nmasks > 0)
|
||||
xstatus = XISelectEvents(xfi->display, window, evmasks, nmasks);
|
||||
|
||||
initialized = 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue