diff options
author | Drew DeVault <[email protected]> | 2018-08-28 10:03:52 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-28 10:03:52 -0400 |
commit | 83230435f72dd73838bd064c22268ef4ee25e3e6 (patch) | |
tree | 7cdac6c37f6ad87c056690bdeac3d5ea0489668d /sway/desktop/xdg_shell.c | |
parent | 98ef29c22878c256dea5b4f0d1eaf556bfcb145f (diff) | |
parent | 126a82f14ff47925c7f88523ed9abe0ae9aeb7e8 (diff) |
Merge pull request #2511 from RyanDwyer/refactor-arrange
Prepare arrange code for type safe arguments
Diffstat (limited to 'sway/desktop/xdg_shell.c')
-rw-r--r-- | sway/desktop/xdg_shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/xdg_shell.c b/sway/desktop/xdg_shell.c index 7d1824f1..587deb0f 100644 --- a/sway/desktop/xdg_shell.c +++ b/sway/desktop/xdg_shell.c @@ -8,6 +8,7 @@ #include "log.h" #include "sway/decoration.h" #include "sway/desktop.h" +#include "sway/desktop/transaction.h" #include "sway/input/input-manager.h" #include "sway/input/seat.h" #include "sway/server.h" |