From b6a1a1c0f6a0c32b8247b5af66c4427f393f9e66 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 19 Jul 2015 17:12:41 +0200 Subject: [PATCH] systray: Remove unneeded resize --- src/systray/systraybar.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index d4bfe14..0eea49d 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -732,10 +732,6 @@ gboolean embed_icon(TrayWindow *traywin) 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);