gri3-wm/i3bar/src
Michael Stapelberg 4699c714b3 Bugfix: add a sync call to i3bar to confirm reparents before exiting
Without this call, sometimes the tray icon windows are reparented into
i3’s container around the i3bar window, i.e. into the next remaining
window in the window hierarchy. Since i3 then closes that container
(since the i3bar window itself was closed), the tray window will also
get closed. In general, this weird interaction (getting reparented and
then closed) is not well received by tray icon providers :).

closes: #1296
2014-07-24 10:09:53 +02:00
..
child.c Bugfix: render bars after the first chunk of JSON (Thanks javier) 2014-07-11 00:32:42 +02:00
config.c Use FREE macro for freeing colors 2014-07-02 19:01:59 +02:00
ipc.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
main.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
mode.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
outputs.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
parse_json_header.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
workspaces.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
xcb.c Bugfix: add a sync call to i3bar to confirm reparents before exiting 2014-07-24 10:09:53 +02:00