Skip to content

clutter: Add CLUTTER_KEY_STATE_IM_PRESSED

Takao Fujiwara requested to merge fujiwarat/mutter:ibus-clutter-keystate into master

Currently clutter_virtual_input_device_notify_keyval() cannot set CLUTTER_EVENT_FLAG_INPUT_METHOD and it can cause an infinite loop with clutter_input_method_filter_key_event(). CLUTTER_KEY_STATE_IM_PRESSED can set the event flag.

gnome-shell#531 (closed)

Merge request reports