diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2010-09-25 05:14:00 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2010-09-25 05:14:00 +0000 |
commit | 303edc4f9d39bac39fb7b448542268d2bd88b30a (patch) | |
tree | 5e9fe398d2c95b8ab5bf52053cd81b870321d051 /legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h | |
parent | 2de55203a42f6677d1851f9c6aa76ed847f37d7a (diff) |
int --> Eina_Bool
SVN revision: 52719
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h b/legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h index 15b54c9e84..bddc1235ae 100644 --- a/legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h +++ b/legacy/ecore/src/lib/ecore_fb/Ecore_Fb.h | |||
@@ -118,7 +118,7 @@ EAPI void ecore_fb_callback_lose_set(void (*func) (void *da | |||
118 | /* ecore_fb_li.c */ | 118 | /* ecore_fb_li.c */ |
119 | EAPI Ecore_Fb_Input_Device *ecore_fb_input_device_open(const char *dev); | 119 | EAPI Ecore_Fb_Input_Device *ecore_fb_input_device_open(const char *dev); |
120 | EAPI void ecore_fb_input_device_close(Ecore_Fb_Input_Device *dev); | 120 | EAPI void ecore_fb_input_device_close(Ecore_Fb_Input_Device *dev); |
121 | EAPI void ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, int listen); | 121 | EAPI void ecore_fb_input_device_listen(Ecore_Fb_Input_Device *dev, Eina_Bool listen); |
122 | EAPI const char *ecore_fb_input_device_name_get(Ecore_Fb_Input_Device *dev); | 122 | EAPI const char *ecore_fb_input_device_name_get(Ecore_Fb_Input_Device *dev); |
123 | EAPI Ecore_Fb_Input_Device_Cap ecore_fb_input_device_cap_get(Ecore_Fb_Input_Device *dev); | 123 | EAPI Ecore_Fb_Input_Device_Cap ecore_fb_input_device_cap_get(Ecore_Fb_Input_Device *dev); |
124 | EAPI void ecore_fb_input_device_axis_size_set(Ecore_Fb_Input_Device *dev, int w, int h); | 124 | EAPI void ecore_fb_input_device_axis_size_set(Ecore_Fb_Input_Device *dev, int w, int h); |