diff options
-rw-r--r-- | src/extantz/camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/camera.c b/src/extantz/camera.c index 7bc83d2..83bf98a 100644 --- a/src/extantz/camera.c +++ b/src/extantz/camera.c | |||
@@ -190,7 +190,7 @@ static void _on_camera_input_up(void *data, Evas *evas, Evas_Object *obj, void * | |||
190 | else printf("Camera input not ready\n"); | 190 | else printf("Camera input not ready\n"); |
191 | } | 191 | } |
192 | 192 | ||
193 | /* While it's true that image is an Elm image, seems this Elm input event callbacrk doesn't work. | 193 | /* While it's true that image is an Elm image, seems this Elm input event callback doesn't work. |
194 | // Elm style event callback. | 194 | // Elm style event callback. |
195 | static Eina_Bool _cb_event_GL(void *data, Evas_Object *obj, Evas_Object *src, Evas_Callback_Type type, void *event_info) | 195 | static Eina_Bool _cb_event_GL(void *data, Evas_Object *obj, Evas_Object *src, Evas_Callback_Type type, void *event_info) |
196 | { | 196 | { |