actually make activate work! oops. wrong event mask

SVN revision: 34962
This commit is contained in:
Carsten Haitzler 2008-07-01 07:12:27 +00:00
parent 542e51691b
commit fa688b14b1
1 changed files with 2 additions and 1 deletions

View File

@ -467,7 +467,8 @@ ecore_x_netwm_client_active_request(Ecore_X_Window root, Ecore_X_Window win, int
xev.xclient.data.l[4] = 0;
xev.xclient.data.l[5] = 0;
XSendEvent(_ecore_x_disp, root, False, NoEventMask, &xev);
XSendEvent(_ecore_x_disp, root, False,
SubstructureRedirectMask | SubstructureNotifyMask, &xev);
}
EAPI void