diff options
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r-- | lumina-desktop/LDesktop.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h index ef91110a..456c61e9 100644 --- a/lumina-desktop/LDesktop.h +++ b/lumina-desktop/LDesktop.h @@ -34,12 +34,13 @@ class LDesktop : public QObject{ Q_OBJECT public: - LDesktop(int deskNum=0); + LDesktop(int deskNum=0, bool setdefault = false); ~LDesktop(); int Screen(); //return the screen number this object is managing void show(); - void hide(); + //void hide(); + void prepareToClose(); WId backgroundID(); QRect availableScreenGeom(); |