diff options
author | David Walter Seikel | 2014-05-10 06:45:18 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-10 06:45:18 +1000 |
commit | e7ca01ad95cbcfc2615cd4dab8704ba6d2041e52 (patch) | |
tree | a16bbfb3387c4d37b0bb0592816ffcf0bc276045 /src/extantz | |
parent | Fixed up evas_3D camera. Should adjust the Irrlicht one to suit. (diff) | |
download | SledjHamr-e7ca01ad95cbcfc2615cd4dab8704ba6d2041e52.zip SledjHamr-e7ca01ad95cbcfc2615cd4dab8704ba6d2041e52.tar.gz SledjHamr-e7ca01ad95cbcfc2615cd4dab8704ba6d2041e52.tar.bz2 SledjHamr-e7ca01ad95cbcfc2615cd4dab8704ba6d2041e52.tar.xz |
Typo--
Diffstat (limited to 'src/extantz')
-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 | { |