all repos — tint2 @ b6a1a1c0f6a0c32b8247b5af66c4427f393f9e66

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

systray: Remove unneeded resize
o9000 o9000
commit

b6a1a1c0f6a0c32b8247b5af66c4427f393f9e66

parent

15e12142cac42f821a140fb5735531c5118e4c70

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -733,10 +733,6 @@ XMapRaised(server.dsp, traywin->parent);

} if (systray_profile) - fprintf(stderr, "XMoveResizeWindow(server.dsp, traywin->parent = %ld, traywin->x = %d, traywin->y = %d, traywin->width = %d, traywin->height = %d)\n", traywin->parent, traywin->x, traywin->y, traywin->width, traywin->height); - XMoveResizeWindow(server.dsp, traywin->parent, traywin->x, traywin->y, traywin->width, traywin->height); - - if (systray_profile) fprintf(stderr, "XSync(server.dsp, False)\n"); XSync(server.dsp, False); XSetErrorHandler(old);