terminology: fix build error in case of no ecore-imf
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Jun 2012 04:29:10 +0000 (04:29 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Jun 2012 04:29:10 +0000 (04:29 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/termio.c

index cd014d8..eb545df 100644 (file)
@@ -833,7 +833,9 @@ _cursor_cb_move(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, voi
    sd = evas_object_smart_data_get(data);
    if (!sd) return;
 
+#ifdef HAVE_ECORE_IMF
    _imf_cursor_set(sd);
+#endif
 }
 
 #ifdef HAVE_ECORE_IMF