Use correct mask when sending state request.

SVN revision: 23236
This commit is contained in:
sebastid 2006-06-07 10:36:47 +00:00 committed by sebastid
parent 7f068dfaf6
commit 3a6f861ed6
1 changed files with 2 additions and 1 deletions

View File

@ -1244,7 +1244,8 @@ ecore_x_netwm_state_request_send(Ecore_X_Window win, Ecore_X_Window root,
xev.xclient.data.l[3] = 1;
xev.xclient.data.l[4] = 0;
XSendEvent(_ecore_x_disp, root, False, 0, &xev);
XSendEvent(_ecore_x_disp, root, False,
SubstructureNotifyMask | SubstructureRedirectMask, &xev);
}
EAPI void