From 6535cb1adf8710355b15361d087c700cd1c8c352 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Fri, 16 Jul 2010 16:38:17 +0900 Subject: [PATCH] [selection] import from upstream about x selections funcs --- src/lib/ecore_x/xcb/ecore_xcb.c | 2 +- src/lib/ecore_x/xcb/ecore_xcb_private.h | 2 +- src/lib/ecore_x/xlib/ecore_x.c | 2 +- src/lib/ecore_x/xlib/ecore_x_private.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/ecore_x/xcb/ecore_xcb.c b/src/lib/ecore_x/xcb/ecore_xcb.c index 7f1a63e..d02f687 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb.c +++ b/src/lib/ecore_x/xcb/ecore_xcb.c @@ -1500,7 +1500,7 @@ ecore_x_ungrab(void) int _ecore_window_grabs_num = 0; Ecore_X_Window *_ecore_window_grabs = NULL; -int (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); +Eina_Bool (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); void *_ecore_window_grab_replay_data; EAPI void diff --git a/src/lib/ecore_x/xcb/ecore_xcb_private.h b/src/lib/ecore_x/xcb/ecore_xcb_private.h index 3316d26..59a6ff8 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_private.h +++ b/src/lib/ecore_x/xcb/ecore_xcb_private.h @@ -196,7 +196,7 @@ extern Ecore_X_Atom _ecore_xcb_atoms_wm_protocols[ECORE_X_WM_PROTOCOL_NUM extern int _ecore_window_grabs_num; extern Ecore_X_Window *_ecore_window_grabs; -extern int (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); +extern Eina_Bool (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); extern void *_ecore_window_grab_replay_data; extern Ecore_X_Window _ecore_xcb_private_window; diff --git a/src/lib/ecore_x/xlib/ecore_x.c b/src/lib/ecore_x/xlib/ecore_x.c index a3d7d87..3eb7984 100644 --- a/src/lib/ecore_x/xlib/ecore_x.c +++ b/src/lib/ecore_x/xlib/ecore_x.c @@ -1324,7 +1324,7 @@ ecore_x_ungrab(void) int _ecore_window_grabs_num = 0; Window *_ecore_window_grabs = NULL; -int (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); +Eina_Bool (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); void *_ecore_window_grab_replay_data; EAPI void diff --git a/src/lib/ecore_x/xlib/ecore_x_private.h b/src/lib/ecore_x/xlib/ecore_x_private.h index 0416e0d..17b74a0 100644 --- a/src/lib/ecore_x/xlib/ecore_x_private.h +++ b/src/lib/ecore_x/xlib/ecore_x_private.h @@ -197,7 +197,7 @@ extern Ecore_X_Atom _ecore_x_atoms_wm_protocols[ECORE_X_WM_PROTOCOL_NUM]; extern int _ecore_window_grabs_num; extern Window *_ecore_window_grabs; -extern int (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); +extern Eina_Bool (*_ecore_window_grab_replay_func) (void *data, int event_type, void *event); extern void *_ecore_window_grab_replay_data; extern Ecore_X_Window _ecore_x_private_win; -- 2.7.4