Enlightenment CVS committal Author : doursse Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/bin Modified Files: esmart_text_entry_test.c Log Message: should fix the linking problem. remove some trailing spaces and unused code =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/bin/esmart_text_entry_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- esmart_text_entry_test.c 31 Jul 2007 08:42:04 -0000 1.2 +++ esmart_text_entry_test.c 7 Jun 2008 14:57:23 -0000 1.3 @@ -1,6 +1,6 @@ /* * esmart_text_entry_test.c - * + * * A test program for the text entry smart objects. * */ @@ -65,7 +65,6 @@ { Evas *evas = NULL; Ecore_Evas *ee = NULL; - Ecore_X_Window win = 0; Evas_Object *o = NULL; Evas_Object *edje = NULL; @@ -82,7 +81,6 @@ edje_init(); ee = ecore_evas_software_x11_new (NULL, 0, 0, 0, width, height); - win = ecore_evas_software_x11_window_get(ee); ecore_evas_title_set (ee, "Enlightenment Text Entry Test"); ecore_evas_callback_delete_request_set (ee, window_del_cb); ecore_evas_callback_resize_set (ee, window_resize_cb); @@ -101,7 +99,7 @@ evas_object_move (edje, 0, 0); evas_object_resize (edje, width, height); evas_object_show (edje); - + o = esmart_text_entry_new (evas); esmart_text_entry_edje_part_set (o, edje, "text"); evas_object_move (o, 0, 0); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs