diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-03-20 22:57:05 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-03-20 22:57:05 +0000 |
commit | dd9945b9edb91304142441831afa79492a36140f (patch) | |
tree | fc9c5a0757241850df8a176e5a41649acf326078 /legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |
parent | 162fa1819089ba889d04cb32dc84b23a49f44afc (diff) |
and fix ecore_evas...
SVN revision: 69528
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c index c11d84d47d..fecf26b26d 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |||
@@ -641,11 +641,11 @@ _ecore_evas_wince_cursor_set(Ecore_Evas *ee, Evas_Object *obj, int layer, int ho | |||
641 | #endif | 641 | #endif |
642 | } | 642 | } |
643 | 643 | ||
644 | /* static void */ | 644 | static void |
645 | /* _ecore_evas_wince_focus_set(Ecore_Evas *ee, int on __UNUSED__) */ | 645 | _ecore_evas_wince_focus_set(Ecore_Evas *ee, int on __UNUSED__) |
646 | /* { */ | 646 | { |
647 | /* ecore_wince_window_focus_set(ee->prop.window); */ | 647 | ecore_wince_window_focus(ee->prop.window); |
648 | /* } */ | 648 | } |
649 | 649 | ||
650 | /* static void */ | 650 | /* static void */ |
651 | /* _ecore_evas_wince_iconified_set(Ecore_Evas *ee, int on) */ | 651 | /* _ecore_evas_wince_iconified_set(Ecore_Evas *ee, int on) */ |
@@ -760,7 +760,7 @@ static Ecore_Evas_Engine_Func _ecore_wince_engine_func = | |||
760 | NULL, //_ecore_evas_wince_size_step_set, | 760 | NULL, //_ecore_evas_wince_size_step_set, |
761 | _ecore_evas_wince_cursor_set, | 761 | _ecore_evas_wince_cursor_set, |
762 | NULL, /* _ecore_evas_x_layer_set */ | 762 | NULL, /* _ecore_evas_x_layer_set */ |
763 | NULL, //_ecore_evas_wince_focus_set, | 763 | _ecore_evas_wince_focus_set, |
764 | NULL, //_ecore_evas_wince_iconified_set, | 764 | NULL, //_ecore_evas_wince_iconified_set, |
765 | NULL, //_ecore_evas_wince_borderless_set, | 765 | NULL, //_ecore_evas_wince_borderless_set, |
766 | NULL, /* _ecore_evas_x_override_set */ | 766 | NULL, /* _ecore_evas_x_override_set */ |