wayland: fix typo

Fixes the build error:

clutter-input-device-wayland.c:154:69:
error: too few arguments to function call

http://bugzilla.clutter-project.org/show_bug.cgi?id=2473
This commit is contained in:
nobled 2010-12-07 07:07:40 +00:00 committed by Emmanuele Bassi
parent 3795c9b975
commit d8a544c0f1

View File

@ -150,7 +150,7 @@ clutter_backend_wayland_handle_key (void *data,
event = _clutter_key_event_new_from_evdev ((ClutterInputDevice *) device,
stage_wayland->wrapper,
device->xkb,
_time, key, state
_time, key, state,
&device->modifier_state);
clutter_context = _clutter_context_get_default ();