mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
csd: don't draw CSDs in fullscreen mode
This commit is contained in:
parent
be5988dd3a
commit
1e1b204377
3 changed files with 51 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue