csd: don't draw CSDs in fullscreen mode

This commit is contained in:
Daniel Eklöf 2020-02-26 12:39:17 +01:00
parent be5988dd3a
commit 1e1b204377
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 51 additions and 42 deletions

View file

@ -111,8 +111,10 @@ struct wl_window {
tll(const struct monitor *) on_outputs; /* Outputs we're mapped on */
bool is_configured;
bool is_fullscreen;
struct {
bool is_activated;
bool is_fullscreen;
int width;
int height;
} configure;