From 6009a3e92e25428830047bd4dd8da300135f8c85 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 27 Aug 2011 07:47:44 +0000 Subject: Fix up the system tray to handle embedded windows with a different X11 depth than the tray itself This truly and finally fixes system tray icon transparency when the parent application uses ARGB visuals Part 2/2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/systemtray/systemtrayapplet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kicker/applets/systemtray/systemtrayapplet.h') diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index a7a6a043d..868941c13 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -134,6 +134,8 @@ public: private: bool kde_tray; TQWidget *m_scaledWidget; +private slots: + void ensureBackgroundSet(); }; #endif -- cgit v1.2.1