ok- yes - i know it isnt that great, but i dont know of a good
authorCarsten Haitzler <raster@rasterman.com>
Tue, 6 Mar 2012 09:07:13 +0000 (09:07 +0000)
committerCarsten Haitzler <raster@rasterman.com>
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.

SVN revision: 68795

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);
 
 /**