1 #pragma once
2 
3 #include <wayland-client.h>
4 #include <string>
5 #include <wayfire/view.hpp>
6 
7 struct wf_gtk_shell;
8 struct wl_resource;
9 
10 wf_gtk_shell *wf_gtk_shell_create(wl_display *display);
11 
12 std::string wf_gtk_shell_get_custom_app_id(wf_gtk_shell *shell,
13     wl_resource *surface);
14