summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h
index f784ce9..ddf14fb 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -34,10 +34,13 @@ private:
QList<const QScreen *> _qtScreens;
bool _popupCount;
QIcon _iProjector, _iScreen;
+ int _lastScreenCount;
+ bool _isDbus;
void initControls(bool jumpToTab = false);
void connectButtons();
bool keepResolution();
+ void updateWindowPlacement(bool force = false);
};
#endif // WIDGET_H