From 27fa756808196101b1496a511ee4a1028561f09f Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 26 Apr 2013 11:04:29 +0100 Subject: [PATCH] Add Event handler (for keymap events) to compositor structure. Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 03a21adb5..95351d7f0 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -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;