xfreerdp-client: initialize initialized initially

This commit is contained in:
C-o-r-E 2013-06-18 21:52:05 -04:00
parent dd57bcbee8
commit 8a81730ff9
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}