diff options
Diffstat (limited to 'lumina-desktop/LWinInfo.h')
-rw-r--r-- | lumina-desktop/LWinInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-desktop/LWinInfo.h b/lumina-desktop/LWinInfo.h index b483e87e..3d2ea65a 100644 --- a/lumina-desktop/LWinInfo.h +++ b/lumina-desktop/LWinInfo.h @@ -25,7 +25,7 @@ class LWinInfo{ private: WId window; - LXCB::WINDOWSTATE cstate; //current window state + LXCB::WINDOWVISIBILITY cstate; //current window state public: LWinInfo(WId id = 0){ @@ -44,7 +44,7 @@ public: QString text(); QIcon icon(bool &noicon); QString Class(); - LXCB::WINDOWSTATE status(bool update = false); + LXCB::WINDOWVISIBILITY status(bool update = false); }; #endif
\ No newline at end of file |