projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab8396
)
ok - give some size in printf.
author
Carsten Haitzler
<raster@rasterman.com>
Sun, 16 Dec 2012 01:29:48 +0000
(
01:29
+0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Sun, 16 Dec 2012 01:29:48 +0000
(
01:29
+0000)
SVN revision: 81037
src/bin/e_init_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_init_main.c
b/src/bin/e_init_main.c
index
8c94e7c
..
6333fc3
100644
(file)
--- a/
src/bin/e_init_main.c
+++ b/
src/bin/e_init_main.c
@@
-328,7
+328,7
@@
e_init_init(void)
o = edje_object_add(_e_init_evas);
edje_object_file_set(o, s, "e/init/splash");
_e_init_object = o;
- fprintf(stderr, "screen region fill\n", w, h);
+ fprintf(stderr, "screen region fill
%ix%i
\n", w, h);
evas_object_move(o, 0, 0);
evas_object_resize(o, w, h);
evas_object_show(o);