x: clean out xevent before using it
This commit is contained in:
parent
d7f8624e71
commit
eb32070129
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user