diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-21 17:22:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-02-21 17:22:42 +0000 |
| commit | 4be19e3fdce0a64287205f96f1c8c7be1d9b61b0 (patch) | |
| tree | aa03ed504e65ad03b62abf14a4be8cf6cb62784c /src/ui/windowsystem.h | |
| parent | 5b10a56f8568935ac80d9a6c72289ceab2512975 (diff) | |
| download | qmmp-4be19e3fdce0a64287205f96f1c8c7be1d9b61b0.tar.gz qmmp-4be19e3fdce0a64287205f96f1c8c7be1d9b61b0.tar.bz2 qmmp-4be19e3fdce0a64287205f96f1c8c7be1d9b61b0.zip | |
fixed WM_CLASS/WM_ROLE properties (Closes issue 414)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2066 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/windowsystem.h')
| -rw-r--r-- | src/ui/windowsystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/windowsystem.h b/src/ui/windowsystem.h index 051982de5..a9d8fb001 100644 --- a/src/ui/windowsystem.h +++ b/src/ui/windowsystem.h @@ -1,6 +1,7 @@ /*************************************************************************** * Based on Licq * * Copyright (C) 2006-2009 Licq developers * + * Copyright (C) 2011 Ilya Kotov * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -30,6 +31,7 @@ public: static void ghostWindow(WId id); static QString netWindowManagerName(); static void changeWinSticky(WId win, bool stick); + static void setWinHint(WId win, const char *res_name, const char *res_class); private: static unsigned char* getWindowProperty(WId win, const char* prop); #endif |
