move gaps-specific logic out of con.c and render.c into gaps.c

This commit is contained in:
Michael Stapelberg
2022-10-31 19:12:12 +01:00
committed by Michael Stapelberg
parent a5791b2e64
commit 3f400b8ad0
7 changed files with 141 additions and 109 deletions

View File

@ -389,6 +389,7 @@ i3srcs = [
'src/ewmh.c',
'src/fake_outputs.c',
'src/floating.c',
'src/gaps.c',
'src/handlers.c',
'src/ipc.c',
'src/key_press.c',