Add Event handler (for keymap events) to compositor structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-26 11:04:29 +01:00
parent f45e418158
commit 27fa756808
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ struct _E_Wayland_Compositor
E_Wayland_Shell_Interface shell_interface;
Ecore_Event_Handler *kbd_handler;
Ecore_Fd_Handler *fd_handler;
Ecore_Idler *idler;