Line
Link Here
|
0 |
-- tdesktop-3.6.1-full.orig/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp |
0 |
++ tdesktop-3.6.1-full/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp |
Lines 9-18
Link Here
|
9 |
|
9 |
|
10 |
#include "base/platform/base_platform_info.h" |
10 |
#include "base/platform/base_platform_info.h" |
11 |
|
11 |
|
12 |
#include <connection_thread.h> |
12 |
#include <KWayland/Client/connection_thread.h> |
13 |
#include <registry.h> |
13 |
#include <KWayland/Client/registry.h> |
14 |
#include <surface.h> |
14 |
#include <KWayland/Client/surface.h> |
15 |
#include <plasmashell.h> |
15 |
#include <KWayland/Client/plasmashell.h> |
16 |
|
16 |
|
17 |
using namespace KWayland::Client; |
17 |
using namespace KWayland::Client; |
18 |
|
18 |
|
19 |
-- tdesktop-3.6.1-full.orig/Telegram/lib_base/base/platform/linux/base_linux_wayland_integration.cpp |
19 |
++ tdesktop-3.6.1-full/Telegram/lib_base/base/platform/linux/base_linux_wayland_integration.cpp |
Lines 13-23
Link Here
|
13 |
#include <QtCore/QPointer> |
13 |
#include <QtCore/QPointer> |
14 |
#include <QtGui/QWindow> |
14 |
#include <QtGui/QWindow> |
15 |
|
15 |
|
16 |
#include <connection_thread.h> |
16 |
#include <KWayland/Client/connection_thread.h> |
17 |
#include <registry.h> |
17 |
#include <KWayland/Client/registry.h> |
18 |
#include <surface.h> |
18 |
#include <KWayland/Client/surface.h> |
19 |
#include <xdgforeign.h> |
19 |
#include <KWayland/Client/xdgforeign.h> |
20 |
#include <idleinhibit.h> |
20 |
#include <KWayland/Client/idleinhibit.h> |
21 |
|
21 |
|
22 |
using namespace KWayland::Client; |
22 |
using namespace KWayland::Client; |
23 |
|
23 |
|
24 |
-- tdesktop-3.6.1-full.orig/Telegram/lib_ui/ui/platform/linux/ui_linux_wayland_integration.cpp |
24 |
++ tdesktop-3.6.1-full/Telegram/lib_ui/ui/platform/linux/ui_linux_wayland_integration.cpp |
Lines 24-31
Link Here
|
24 |
#include <private/qwaylandwindow_p.h> |
24 |
#include <private/qwaylandwindow_p.h> |
25 |
#include <private/qwaylandshellsurface_p.h> |
25 |
#include <private/qwaylandshellsurface_p.h> |
26 |
|
26 |
|
27 |
#include <connection_thread.h> |
27 |
#include <KWayland/Client/connection_thread.h> |
28 |
#include <registry.h> |
28 |
#include <KWayland/Client/registry.h> |
29 |
|
29 |
|
30 |
Q_DECLARE_METATYPE(QMargins); |
30 |
Q_DECLARE_METATYPE(QMargins); |
31 |
|
31 |
|