aboutsummaryrefslogtreecommitdiff
path: root/src/ui/windowsystem.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-16 12:09:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-16 12:09:27 +0000
commit49ba6c2fa06151f4c80b847d5be20185e3896ac8 (patch)
tree0e5fa5097e5bf910f71a7da7f9e09612d952e1e1 /src/ui/windowsystem.h
parent8723363378b7eb979af12d73c05f3f9a083f7e33 (diff)
downloadqmmp-49ba6c2fa06151f4c80b847d5be20185e3896ac8.tar.gz
qmmp-49ba6c2fa06151f4c80b847d5be20185e3896ac8.tar.bz2
qmmp-49ba6c2fa06151f4c80b847d5be20185e3896ac8.zip
added wm detection, removed useless settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1737 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/windowsystem.h')
-rw-r--r--src/ui/windowsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/windowsystem.h b/src/ui/windowsystem.h
index bc317f426..051982de5 100644
--- a/src/ui/windowsystem.h
+++ b/src/ui/windowsystem.h
@@ -28,7 +28,7 @@ class WindowSystem
public:
#ifdef Q_WS_X11
static void ghostWindow(WId id);
- static char* netWindowManagerName();
+ static QString netWindowManagerName();
static void changeWinSticky(WId win, bool stick);
private:
static unsigned char* getWindowProperty(WId win, const char* prop);