Enlightenment CVS committal Author : lordchaos Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_iconbox.c Log Message: * Hmm - either evas has changed its damage rectangle calculation, or configure has changed in EWL - but the ewl_paned grabber move no longer updates an iconbox background image until the next mousedown action on the background. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v retrieving revision 1.81 retrieving revision 1.82 diff -u -3 -r1.81 -r1.82 --- ewl_iconbox.c 24 Nov 2005 11:40:36 -0000 1.81 +++ ewl_iconbox.c 24 Nov 2005 12:01:20 -0000 1.82 @@ -1178,8 +1178,9 @@ if (ib->background) { int w,h; - w = CURRENT_W(ib->ewl_iconbox_pane_inner); - h= CURRENT_H(ib->ewl_iconbox_pane_inner); + w = CURRENT_W(ib); + h= CURRENT_H(ib); + ewl_object_position_request(EWL_OBJECT(ib->background),0,0); ewl_object_custom_size_set(EWL_OBJECT(ib->background),w,h); } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs