Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: Don't raise window above the resizing object. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.122 retrieving revision 1.123 diff -u -3 -r1.122 -r1.123 --- e_border.c 22 Mar 2005 19:30:25 -0000 1.122 +++ e_border.c 30 Mar 2005 12:22:48 -0000 1.123 @@ -2083,9 +2083,9 @@ GRAV_SET(bd, ECORE_X_GRAVITY_NW); } } - _e_border_resize_begin(bd); _e_border_moveinfo_gather(bd, source); e_border_raise(bd); + _e_border_resize_begin(bd); } } /* We only want one action */ @@ -2330,6 +2330,7 @@ } if ((bd->client.icccm.name) && (bd->client.icccm.class)) { + printf("name: %s, class: %s\n", bd->client.icccm.name, bd->client.icccm.class); a = e_app_window_name_class_find(bd->client.icccm.name, bd->client.icccm.class); if (a) ------------------------------------------------------- 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