projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3afac6
)
ok- yes - i know it isnt that great, but i dont know of a good
author
Carsten Haitzler
<raster@rasterman.com>
Tue, 6 Mar 2012 09:07:13 +0000
(09:07 +0000)
committer
Carsten 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
patch
|
blob
|
history
diff --git
a/src/lib/elm_bg.h
b/src/lib/elm_bg.h
index
a378117
..
0feff07
100644
(file)
--- 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);
/**