mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
differentiate xdg-toplevel roles
This commit is contained in:
parent
efa9eeb5d5
commit
b2926a6c62
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
#include "util/signal.h"
|
#include "util/signal.h"
|
||||||
#include "xdg-shell-unstable-v6-protocol.h"
|
#include "xdg-shell-unstable-v6-protocol.h"
|
||||||
|
|
||||||
static const char *wlr_desktop_xdg_toplevel_role = "xdg_toplevel";
|
static const char *wlr_desktop_xdg_toplevel_role = "xdg_toplevel_v6";
|
||||||
static const char *wlr_desktop_xdg_popup_role = "xdg_popup";
|
static const char *wlr_desktop_xdg_popup_role = "xdg_popup_v6";
|
||||||
|
|
||||||
struct wlr_xdg_positioner_v6 {
|
struct wlr_xdg_positioner_v6 {
|
||||||
struct wl_resource *resource;
|
struct wl_resource *resource;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue