Rename xdg-shell.xml to xdg-shell-unstable-v5.xml
Also change the protocol name in the xml file from xdg_shell to xdg_shell_unstable_v5 (similar pattern as v6) because qtwaylandscanner doesn't support the file name being different from the protocol name. Change-Id: I1d9edf7c8ca512e716284250a2b2bc13e205c33c Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
7ef6c33a69
commit
08d02f5392
@ -41,7 +41,7 @@ Copyright (c) 2013 BMW Car IT GmbH"
|
||||
"Name": "Wayland XDG Shell Protocol",
|
||||
"QDocModule": "qtwaylandcompositor",
|
||||
"QtUsage": "Used in the Qt Wayland Compositor, and the Qt Wayland platform plugin.",
|
||||
"Files": "xdg-shell.xml",
|
||||
"Files": "xdg-shell-unstable-v5.xml xdg-shell-unstable-v6.xml",
|
||||
|
||||
"Description": "The XDG-Shell protocol is an extended way to manage surfaces under Wayland compositors.",
|
||||
"Homepage": "https://wayland.freedesktop.org",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<protocol name="xdg_shell">
|
||||
<protocol name="xdg_shell_unstable_v5">
|
||||
|
||||
<copyright>
|
||||
Copyright © 2008-2013 Kristian Høgsberg
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include "qwayland-xdg-shell.h"
|
||||
#include "qwayland-xdg-shell-unstable-v5.h"
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include "qwayland-xdg-shell.h"
|
||||
#include "qwayland-xdg-shell-unstable-v5.h"
|
||||
|
||||
#include <QtCore/QSize>
|
||||
#include <QtCore/QVector>
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include "qwayland-xdg-shell.h"
|
||||
#include "qwayland-xdg-shell-unstable-v5.h"
|
||||
|
||||
#include <QtWaylandClient/qtwaylandclientglobal.h>
|
||||
#include <QtWaylandClient/private/qwaylandshellsurface_p.h>
|
||||
|
@ -7,7 +7,7 @@ qtConfig(xkbcommon-evdev): \
|
||||
QMAKE_USE += xkbcommon_evdev
|
||||
|
||||
WAYLANDCLIENTSOURCES += \
|
||||
../../../3rdparty/protocol/xdg-shell.xml
|
||||
../../../3rdparty/protocol/xdg-shell-unstable-v5.xml
|
||||
|
||||
HEADERS += \
|
||||
qwaylandxdgpopup_p.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user