mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Support fullscreen mode (issue #53)
This commit is contained in:
parent
65f5bf189d
commit
645a8e46a6
6 changed files with 102 additions and 3 deletions
|
|
@ -494,7 +494,7 @@ static void
|
|||
render_deco(struct view *view, struct output *output,
|
||||
pixman_region32_t *output_damage)
|
||||
{
|
||||
if (!view->ssd.enabled) {
|
||||
if (!view->ssd.enabled || view->fullscreen) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue