diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 16:43:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 16:43:57 +0000 |
| commit | 912ee1ab6baed1ebf931c1a70bf58606f7a5f819 (patch) | |
| tree | bb0256d089cb91b28cc77a9beb1698045b60dae0 /src/plugins/Ui/skinned/playlist.h | |
| parent | 60c100abc0eccfd437a92f033fb8ef07c0d58714 (diff) | |
| download | qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.tar.gz qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.tar.bz2 qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.zip | |
skinned: added compiz support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6468 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h index 1146711f2..e87e8c08d 100644 --- a/src/plugins/Ui/skinned/playlist.h +++ b/src/plugins/Ui/skinned/playlist.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2015 by Ilya Kotov * + * Copyright (C) 2006-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -54,9 +54,12 @@ class PlayList : public QWidget void readSettings(); void setMinimalMode(bool b = true); - void writeSettings(); +#ifdef Q_WS_X11 + bool useCompiz() const; +#endif + signals: void play(); void next(); @@ -131,6 +134,9 @@ class PlayList : public QWidget KeyboardManager* m_keyboardManager; QPointer <PlayListBrowser> m_pl_browser; PlayListSelector *m_pl_selector; +#ifdef Q_WS_X11 + bool m_compiz; +#endif }; #endif |
