From 7c3e4b7040cf21a11b259571c676e4fc244367ad Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 19 Jan 2013 11:07:19 +0000 Subject: fixed playlist resize on RTL locales git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3174 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/windowsystem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/windowsystem.h') diff --git a/src/plugins/Ui/skinned/windowsystem.h b/src/plugins/Ui/skinned/windowsystem.h index 0d39e8c47..b5cc76626 100644 --- a/src/plugins/Ui/skinned/windowsystem.h +++ b/src/plugins/Ui/skinned/windowsystem.h @@ -1,7 +1,7 @@ /*************************************************************************** * Based on Licq * * Copyright (C) 2006-2009 Licq developers * - * Copyright (C) 2011 Ilya Kotov * + * Copyright (C) 2011-2013 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 * @@ -32,6 +32,7 @@ public: static QString netWindowManagerName(); static void changeWinSticky(WId win, bool stick); static void setWinHint(WId win, const char *res_name, const char *res_class); + static void revertGravity(WId win); private: static unsigned char* getWindowProperty(WId win, const char* prop); #endif -- cgit v1.2.3-13-gbd6f