core: Move edge-resistance handling to src/compositor

This is now something that is mainly handled from the compositor
side, so it makes sense to move it there. Following commits will
cut all ties with src/core.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2683>
This commit is contained in:
Carlos Garnacho
2022-10-27 17:47:06 +02:00
committed by Marge Bot
parent e88891a1d5
commit 36bda45888
6 changed files with 4 additions and 6 deletions

View File

@ -71,7 +71,6 @@
#include "compositor/compositor-private.h"
#include "core/boxes-private.h"
#include "core/constraints.h"
#include "core/edge-resistance.h"
#include "core/frame.h"
#include "core/keybindings-private.h"
#include "core/meta-workspace-manager-private.h"