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

@@ -24,7 +24,7 @@
#include "meta-window-drag.h"
#include "compositor/compositor-private.h"
#include "core/edge-resistance.h"
#include "compositor/edge-resistance.h"
#include "core/frame.h"
#include "core/window-private.h"
#include "meta/meta-enum-types.h"