provide modifiers with wheel events!

SVN revision: 16846
This commit is contained in:
Carsten Haitzler 2005-09-22 11:46:02 +00:00
parent 2d9ae536fb
commit 6d85e6e009
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ _ecore_x_event_handle_button_press(XEvent *xevent)
if (!e)
return;
e->modifiers = 0;
e->modifiers = xevent->xbutton.state;
e->direction = 0;
e->z = 0;
if (xevent->xbutton.button == 4)