Listen to fullscreen requests

Fixes #34.
This commit is contained in:
Jente Hidskes 2019-02-14 11:38:29 +01:00
parent 5a1da1baee
commit 2669c80803
4 changed files with 24 additions and 5 deletions

View file

@ -14,9 +14,7 @@ struct cg_xdg_shell_view {
struct wl_listener unmap;
struct wl_listener map;
struct wl_listener commit;
// TODO: allow applications to go to fullscreen from maximized?
// struct wl_listener request_fullscreen;
struct wl_listener request_fullscreen;
struct wl_listener new_popup;
};