elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces

SVN revision: 58249
This commit is contained in:
ChunEon Park 2011-04-01 11:20:18 +00:00
parent 71d2f4b067
commit 22588576be
9 changed files with 952 additions and 952 deletions

View File

@ -2331,10 +2331,10 @@ _elm_widget_item_tooltip_content_cb_set(Elm_Widget_Item *item, Elm_Tooltip_Item_
return;
error_noitem:
error_noitem:
if (del_cb) del_cb((void *)data, NULL, item);
return;
error:
error:
if (del_cb) del_cb((void *)data, item->widget, item);
}

View File

@ -241,17 +241,17 @@ _elm_win_obj_callback_del(void *data, Evas *e __UNUSED__, Evas_Object *obj, void
if (win->client_message_handler)
ecore_event_handler_del(win->client_message_handler);
#endif
// FIXME: Why are we flushing edje on every window destroy ??
// edje_file_cache_flush();
// edje_collection_cache_flush();
// evas_image_cache_flush(win->evas);
// evas_font_cache_flush(win->evas);
// FIXME: we are in the del handler for the object and delete the canvas
// that lives under it from the handler... nasty. deferring doesn't help either
// FIXME: Why are we flushing edje on every window destroy ??
// edje_file_cache_flush();
// edje_collection_cache_flush();
// evas_image_cache_flush(win->evas);
// evas_font_cache_flush(win->evas);
// FIXME: we are in the del handler for the object and delete the canvas
// that lives under it from the handler... nasty. deferring doesn't help either
ecore_job_add(_deferred_ecore_evas_free, win->ee);
_elm_win_deferred_free++;
// ecore_evas_free(win->ee);
// ecore_evas_free(win->ee);
_elm_win_focus_highlight_shutdown(win);
eina_stringshare_del(win->focus_highlight.style);
@ -1058,9 +1058,9 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
#endif
if ((_elm_config->bgpixmap) && (!_elm_config->compositing))
ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_EXPOSE);
// bg pixmap done by x - has other issues like can be redrawn by x before it
// is filled/ready by app
// ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_BUILT_IN);
// bg pixmap done by x - has other issues like can be redrawn by x before it
// is filled/ready by app
// ecore_evas_avoid_damage_set(win->ee, ECORE_EVAS_AVOID_DAMAGE_BUILT_IN);
win->type = type;
win->parent = parent;