Skip to content

Commit

Permalink
Merge branch 'jb40254' into 'master'
Browse files Browse the repository at this point in the history
[lipstick] Enable client fullscreen hint. Fixes JB#40254

See merge request !74
  • Loading branch information
rainemak committed Nov 2, 2017
2 parents fe71225 + 974678b commit 3aa789d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compositor/lipstickcompositor.cpp
Expand Up @@ -108,6 +108,8 @@ LipstickCompositor::LipstickCompositor()

setUpdatesEnabled(false);
QTimer::singleShot(0, this, SLOT(initialize()));

setClientFullScreenHint(true);
}

LipstickCompositor::~LipstickCompositor()
Expand Down

0 comments on commit 3aa789d

Please sign in to comment.