From 49ba6c2fa06151f4c80b847d5be20185e3896ac8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 May 2010 12:09:27 +0000 Subject: 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 --- src/ui/windowsystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/windowsystem.h') 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); -- cgit v1.2.3-13-gbd6f