wayland: Install display.h
It's needed to properly access KWin::effects->waylandDisplay(). Signed-off-by: Georg Leugner <georg.leugner@mbition.io>
This commit is contained in:
parent
e2878e912a
commit
df3e894c1a
12 changed files with 12 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <QTest>
|
||||
// KWin
|
||||
#include "wayland/blur.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/compositor.h"
|
||||
#include "wayland/display.h"
|
||||
#include "wayland/filtered_display.h"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
// KWin
|
||||
#include "core/graphicsbuffer.h"
|
||||
#include "core/graphicsbufferview.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/compositor.h"
|
||||
#include "wayland/display.h"
|
||||
#include "wayland/idleinhibit_v1.h"
|
||||
|
|
|
@ -327,6 +327,7 @@ install(FILES
|
|||
datadevicemanager.h
|
||||
dataoffer.h
|
||||
datasource.h
|
||||
display.h
|
||||
dpms.h
|
||||
drmlease_v1.h
|
||||
fractionalscale_v1.h
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "wayland/cursorshape_v1.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/display.h"
|
||||
#include "wayland/pointer.h"
|
||||
#include "wayland/surface.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
|
||||
*/
|
||||
#include "display.h"
|
||||
#include "clientconnection.h"
|
||||
#include "display_p.h"
|
||||
#include "linuxdmabufv1clientbuffer_p.h"
|
||||
#include "output.h"
|
||||
|
|
|
@ -11,10 +11,9 @@
|
|||
#include <QList>
|
||||
#include <QObject>
|
||||
|
||||
#include "clientconnection.h"
|
||||
|
||||
struct wl_client;
|
||||
struct wl_display;
|
||||
struct wl_resource;
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
|
||||
*/
|
||||
#include "clientconnection.h"
|
||||
#include "display.h"
|
||||
#include "keyboard_p.h"
|
||||
#include "seat.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "tablet_v2.h"
|
||||
#include "clientconnection.h"
|
||||
#include "display.h"
|
||||
#include "seat.h"
|
||||
#include "surface.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "xdgactivation_v1.h"
|
||||
#include "clientconnection.h"
|
||||
#include "display.h"
|
||||
#include "seat.h"
|
||||
#include "surface.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
|
||||
*/
|
||||
#include "xdgoutput_v1.h"
|
||||
#include "clientconnection.h"
|
||||
#include "display.h"
|
||||
#include "output.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "utils/serviceutils.h"
|
||||
#include "virtualdesktops.h"
|
||||
#include "wayland/appmenu.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/compositor.h"
|
||||
#include "wayland/contenttype_v1.h"
|
||||
#include "wayland/cursorshape_v1.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "xdgactivationv1.h"
|
||||
#include "effect/effecthandler.h"
|
||||
#include "utils/common.h"
|
||||
#include "wayland/clientconnection.h"
|
||||
#include "wayland/display.h"
|
||||
#include "wayland/plasmawindowmanagement.h"
|
||||
#include "wayland/surface.h"
|
||||
|
|
Loading…
Reference in a new issue