systray: fix bad embed

This commit is contained in:
o9000 2015-06-12 11:40:22 +02:00
parent 0a3876dc8c
commit ae379d865c

View file

@ -518,7 +518,7 @@ gboolean reparent_icon(TrayWindow *traywin)
e.xclient.serial = 0;
e.xclient.send_event = True;
e.xclient.message_type = server.atom._XEMBED;
e.xclient.window = traywin->parent;
e.xclient.window = traywin->win;
e.xclient.format = 32;
e.xclient.data.l[0] = CurrentTime;
e.xclient.data.l[1] = XEMBED_EMBEDDED_NOTIFY;