diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-03 10:49:13 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-03 10:49:13 -0500 |
commit | 59db38ce17e04b19c25e06f0fd3622b2adace99f (patch) | |
tree | ad0664df06b1fd158605a5f4a26789634b9aaf5b /include/sway/view.h | |
parent | b6f4120afc85f0df301a6823b8d8bca08d367fda (diff) |
sway wl_shell
Diffstat (limited to 'include/sway/view.h')
-rw-r--r-- | include/sway/view.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sway/view.h b/include/sway/view.h index 2707ca78..77d451e5 100644 --- a/include/sway/view.h +++ b/include/sway/view.h @@ -29,9 +29,8 @@ enum sway_view_type { enum sway_view_prop { VIEW_PROP_TITLE, - VIEW_PROP_CLASS, - VIEW_PROP_INSTANCE, VIEW_PROP_APP_ID, + VIEW_PROP_INSTANCE, }; /** @@ -46,10 +45,12 @@ struct sway_view { union { struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6; + struct wlr_wl_shell_surface *wlr_wl_shell_surface; }; union { struct sway_xdg_surface_v6 *sway_xdg_surface_v6; + struct sway_wl_shell_surface *sway_wl_shell_surface; }; struct { |