x: clean out xevent before using it

This commit is contained in:
Alam Arias 2012-06-14 11:16:29 -04:00
parent d7f8624e71
commit eb32070129

View File

@ -281,6 +281,8 @@ void xf_create_window(xfInfo* xfi)
char* win_title;
int width, height;
memset(&xevent, 0x00, sizeof(xevent));
width = xfi->width;
height = xfi->height;