Enlightenment CVS committal Author : urandom Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_border_menu.c Log Message: bug-- =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_menu.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- e_int_border_menu.c 22 Sep 2006 19:55:11 -0000 1.45 +++ e_int_border_menu.c 23 Sep 2006 23:37:15 -0000 1.46 @@ -701,9 +701,15 @@ { toggle = e_menu_item_toggle_get(mi); if (toggle) - bd->borderless = 1; + { + bd->borderless = 1; + ecore_x_mwm_borderless_set(bd->client.win, 1); + } else - bd->borderless = 0; + { + bd->borderless = 0; + ecore_x_mwm_borderless_set(bd->client.win, 0); + } bd->client.border.changed = 1; bd->changed = 1; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs