summaryrefslogtreecommitdiffstats
path: root/sway/desktop/wl_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/wl_shell.c')
-rw-r--r--sway/desktop/wl_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index e7b42fce..9641b911 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -21,7 +21,7 @@ static const char *get_prop(struct sway_view *view, enum sway_view_prop prop) {
21 switch (prop) { 21 switch (prop) {
22 case VIEW_PROP_TITLE: 22 case VIEW_PROP_TITLE:
23 return view->wlr_wl_shell_surface->title; 23 return view->wlr_wl_shell_surface->title;
24 case VIEW_PROP_APP_ID: 24 case VIEW_PROP_CLASS:
25 return view->wlr_wl_shell_surface->class; 25 return view->wlr_wl_shell_surface->class;
26 default: 26 default:
27 return NULL; 27 return NULL;