winex11.drv: Fix uninitialized memory.

This commit is contained in:
Thomas Faller 2015-08-27 23:19:46 +02:00 committed by Alexandre Julliard
parent a4d5bf99d4
commit 8c1c7d19fe
1 changed files with 1 additions and 0 deletions

View File

@ -1024,6 +1024,7 @@ void update_net_wm_states( struct x11drv_win_data *data )
xev.xclient.send_event = True;
xev.xclient.format = 32;
xev.xclient.data.l[3] = 1;
xev.xclient.data.l[4] = 0;
for (i = 0; i < NB_NET_WM_STATES; i++)
{