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

@@ -46,6 +46,7 @@
#include "click.h"
#include "key_press.h"
#include "floating.h"
#include "gaps.h"
#include "drag.h"
#include "configuration.h"
#include "handlers.h"