Move xcursortheme.{h,cpp} to utils/
utils/ seems like a better place for this helper.
This commit is contained in:
parent
4f20e9216f
commit
82c09653aa
6 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@
|
|||
#include "pointer_input.h"
|
||||
#include "screenedge.h"
|
||||
#include "screens.h"
|
||||
#include "utils/xcursortheme.h"
|
||||
#include "virtualdesktops.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/seat_interface.h"
|
||||
#include "wayland_server.h"
|
||||
#include "window.h"
|
||||
#include "workspace.h"
|
||||
#include "xcursortheme.h"
|
||||
#include <kwineffects.h>
|
||||
|
||||
#include <KWayland/Client/buffer.h>
|
||||
|
|
|
@ -158,7 +158,6 @@ target_sources(kwin PRIVATE
|
|||
x11eventfilter.cpp
|
||||
x11syncmanager.cpp
|
||||
x11window.cpp
|
||||
xcursortheme.cpp
|
||||
xdgactivationv1.cpp
|
||||
xdgshellintegration.cpp
|
||||
xdgshellwindow.cpp
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "cursor.h"
|
||||
#include "input.h"
|
||||
#include "xcursortheme.h"
|
||||
#include "utils/xcursortheme.h"
|
||||
|
||||
#include <QElapsedTimer>
|
||||
#include <QObject>
|
||||
|
|
|
@ -9,4 +9,5 @@ target_sources(kwin PRIVATE
|
|||
subsurfacemonitor.cpp
|
||||
udev.cpp
|
||||
xcbutils.cpp
|
||||
xcursortheme.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue