Fix bad printf in geometry logging
This commit is contained in:
@@ -443,7 +443,7 @@ void execp_dump_geometry(void *obj, int indent)
|
|||||||
Imlib_Image tmp = imlib_context_get_image();
|
Imlib_Image tmp = imlib_context_get_image();
|
||||||
imlib_context_set_image(execp->backend->icon);
|
imlib_context_set_image(execp->backend->icon);
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"%*sIcon: x = %d, y = %d, w = %d\n",
|
"%*sIcon: x = %d, y = %d, w = %d, h = %d\n",
|
||||||
indent,
|
indent,
|
||||||
"",
|
"",
|
||||||
execp->frontend->iconx,
|
execp->frontend->iconx,
|
||||||
@@ -454,7 +454,7 @@ void execp_dump_geometry(void *obj, int indent)
|
|||||||
imlib_context_set_image(tmp);
|
imlib_context_set_image(tmp);
|
||||||
}
|
}
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"%*sText: x = %d, y = %d, w = %d, h = %d, align = %s, text = %s\n",
|
"%*sText: x = %d, y = %d, w = %d, align = %s, text = %s\n",
|
||||||
indent,
|
indent,
|
||||||
"",
|
"",
|
||||||
execp->frontend->textx,
|
execp->frontend->textx,
|
||||||
|
|||||||
Reference in New Issue
Block a user