Include the currently pressed keys in keyboard focus event.

This commit is contained in:
Kristian Høgsberg 2009-02-23 22:30:29 -05:00
parent 7e3e860031
commit 3c38fa0c3e
7 changed files with 106 additions and 9 deletions

View file

@ -124,7 +124,8 @@ struct wl_input_device_listener {
struct wl_surface *surface);
void (*keyboard_focus)(void *data,
struct wl_input_device *input_device,
struct wl_surface *surface);
struct wl_surface *surface,
struct wl_array *keys);
};
int