Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: Compile fixes, remove debug, a FIXME =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -3 -r1.89 -r1.90 --- e_border.c 9 Feb 2005 03:35:34 -0000 1.89 +++ e_border.c 9 Feb 2005 11:36:14 -0000 1.90 @@ -1904,6 +1904,8 @@ _e_border_resize_end(bd); } break; + default: + break; } } } @@ -2070,9 +2072,6 @@ { a = e_app_window_name_class_find(bd->client.icccm.name, bd->client.icccm.class); - fprintf(stderr, "client: name = %s, class = %s\n", - bd->client.icccm.name, - bd->client.icccm.class); if (a) { bd->icon_object = edje_object_add(bd->bg_evas); @@ -2441,6 +2440,7 @@ /* Recreate state */ if (e_hints_window_sticky_isset(bd->client.win)) e_border_stick(bd); + /* FIXME: use right shade direction! */ if (e_hints_window_shaded_isset(bd->client.win)) e_border_shade(bd, E_DIRECTION_UP); if (e_hints_window_maximized_isset(bd->client.win)) @@ -3146,7 +3146,7 @@ static void _e_border_resize_begin(E_Border *bd) { - int w, h; + Evas_Coord w, h; char buf[40]; resize_ee = ecore_evas_software_x11_new(NULL, bd->zone->container->manager->win, ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs