provide debug printfs for cedric.. my init splash comes up fine...

debug loosk good.



SVN revision: 81014
This commit is contained in:
Carsten Haitzler 2012-12-15 07:51:16 +00:00
parent 18b1eb7111
commit 8c3c6c57a0
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ e_init_init(void)
}
else
edje_object_file_set(o, s, "e/init/extra_screen");
fprintf(stderr, "screen region screen %p: %ix%i for %x\n", scr, scr->x, scr->y, scr->w, scr->h);
fprintf(stderr, "screen region screen %p: %i %i %ix%i\n", scr, scr->x, scr->y, scr->w, scr->h);
evas_object_move(o, scr->x, scr->y);
evas_object_resize(o, scr->w, scr->h);
evas_object_show(o);