all repos — tint2 @ d3f16e00b5e2437b3197446a3e382ba4945bc558

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix bad printf in geometry logging
o9000 mrovi9000@gmail.com
commit

d3f16e00b5e2437b3197446a3e382ba4945bc558

parent

d95a5a02cfe302ed29a9d5900ef5b46538e58708

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/execplugin/execplugin.csrc/execplugin/execplugin.c

@@ -443,7 +443,7 @@ if (execp->backend->has_icon && execp->backend->icon) {

Imlib_Image tmp = imlib_context_get_image(); imlib_context_set_image(execp->backend->icon); fprintf(stderr, - "%*sIcon: x = %d, y = %d, w = %d\n", + "%*sIcon: x = %d, y = %d, w = %d, h = %d\n", indent, "", execp->frontend->iconx,

@@ -454,7 +454,7 @@ if (tmp)

imlib_context_set_image(tmp); } 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, "", execp->frontend->textx,