ok- yes - i know it isnt that great, but i dont know of a good
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 09:07:13 +0000 (09:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 09:07:13 +0000 (09:07 +0000)
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

index a378117..0feff07 100644 (file)
@@ -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);
 
 /**