From d1b0e0b3b4f368b4be56b41e8a0ac0184195b204 Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 6 Mar 2012 09:07:13 +0000 Subject: [PATCH] ok- yes - i know it isnt that great, but i dont know of a good alternative that doesnt have a whole bunch of gotchas, so keep the size set api as its the best of a bad lot of options. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68795 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_bg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_bg.h b/src/lib/elm_bg.h index a378117..0feff07 100644 --- a/src/lib/elm_bg.h +++ b/src/lib/elm_bg.h @@ -141,7 +141,6 @@ EAPI void elm_bg_color_get(const Evas_Object *obj, int * * * @ingroup Bg */ -/* XXX: Sounds awfully hackish - there must be a better way than hardcoding pixel sizes. Do they at least scale with the config? */ EAPI void elm_bg_load_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h); /** -- 2.7.4