all repos — tint2 @ 754d9187df8b3624be13d5ef8db76d2b0a5563f9

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

systray: Revert change that removed XSyncs
o9000 o9000
commit

754d9187df8b3624be13d5ef8db76d2b0a5563f9

parent

a4996c9d3e1414bb5575afc5f6fe76fec1395d0e

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

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

@@ -627,6 +627,7 @@ if (traywin->reparented)

return TRUE; // Watch for the icon trying to resize itself / closing again + XSync(server.dsp, False); error = FALSE; XErrorHandler old = XSetErrorHandler(window_error_handler); if (systray_profile)

@@ -684,6 +685,7 @@ return TRUE;

Panel* panel = systray.area.panel; + XSync(server.dsp, False); error = FALSE; XErrorHandler old = XSetErrorHandler(window_error_handler);