1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00
sway-patched-tray-menu/sway/tree
Rouven Czerwinski e4df675840 output: initialize layers and signal before using functions
The previous pull request #2993 tried to fix this by moving the function which
used the layers after the initilization.
Since this initialization is done unconditionally only depending on the struct
definition, move the layer initialization to the beginning of the function.
Also move the signal initialization of the destroy event.

Fixes #2992
2018-10-28 11:06:15 +01:00
..
arrange.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Fix re-tiling for floating containers 2018-10-25 23:20:38 +03:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c output: initialize layers and signal before using functions 2018-10-28 11:06:15 +01:00
root.c Fix containers not being resized when entering scratchpad 2018-10-25 17:32:16 +10:00
view.c tree/view.c: fix uninitialized variables warning 2018-10-26 22:25:11 -07:00
workspace.c Rebase the cursor after applying transactions 2018-10-25 23:37:40 +10:00