Enlightenment CVS committal Author : urandom Project : e_modules Module : deskshow
Dir : e_modules/deskshow Modified Files: e_mod_main.c Log Message: this stuff's not necessary now =================================================================== RCS file: /cvs/e/e_modules/deskshow/e_mod_main.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_mod_main.c 22 Jul 2006 22:25:23 -0000 1.10 +++ e_mod_main.c 22 Jul 2006 22:48:59 -0000 1.11 @@ -113,26 +113,16 @@ _button_cb_mouse_down (void *data, Evas * e, Evas_Object * obj, void *event_info) { - Instance *inst; Evas_Event_Mouse_Down *ev; - inst = data; ev = event_info; if (ev->button == 1) { - E_Border *bd; - E_Border_List *bl; E_Zone *zone; - E_Desk *desk; zone = e_util_zone_current_get (e_manager_current_get ()); if (zone) { - desk = e_desk_current_get(zone); - if (desk->deskshow_toggle) - edje_object_signal_emit(inst->o_button, "passive", ""); - else - edje_object_signal_emit(inst->o_button, "active", ""); e_desk_deskshow(zone); } ------------------------------------------------------------------------- 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