aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-13 19:18:47 -0400
committerGitHub <noreply@github.com>2018-03-13 19:18:47 -0400
commit85da9df8072ff200260eea73dc169d2b50ef0e7d (patch)
treefd0cd416faaa9a6de57ea690d741ebd1e6cbb4b0
parentefa9eeb5d5a8c01eac98cfe88913cfe2df3036c2 (diff)
parentb2926a6c62d2658bc6bf80f25c93292095384827 (diff)
Merge pull request #719 from acrisci/xdg-toplevel-role
differentiate xdg-toplevel roles
-rw-r--r--types/wlr_xdg_shell_v6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/types/wlr_xdg_shell_v6.c b/types/wlr_xdg_shell_v6.c
index e07d78a1..48dfa3ac 100644
--- a/types/wlr_xdg_shell_v6.c
+++ b/types/wlr_xdg_shell_v6.c
@@ -13,8 +13,8 @@
#include "util/signal.h"
#include "xdg-shell-unstable-v6-protocol.h"
-static const char *wlr_desktop_xdg_toplevel_role = "xdg_toplevel";
-static const char *wlr_desktop_xdg_popup_role = "xdg_popup";
+static const char *wlr_desktop_xdg_toplevel_role = "xdg_toplevel_v6";
+static const char *wlr_desktop_xdg_popup_role = "xdg_popup_v6";
struct wlr_xdg_positioner_v6 {
struct wl_resource *resource;