Commit b36c45b2 authored by Cedric Roux's avatar Cedric Roux

minor: gui/image.c log paint

parent 9cedfbcf
......@@ -9,6 +9,7 @@ static void paint(gui *_gui, widget *_w)
{
struct gui *g = _gui;
struct image_widget *w = _w;
LOGD("PAINT image %p\n", w);
x_draw_image(g->x, g->xwin, w->x, w->common.x, w->common.y);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment