diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 07:47:44 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 07:47:44 +0000 |
commit | 6009a3e92e25428830047bd4dd8da300135f8c85 (patch) | |
tree | 92970f30f3e20bd1f213076c1ef5744896e5a1ac /kicker/applets/systemtray/systemtrayapplet.h | |
parent | b544d338ecf10ede35f1e3eab65efa62bcf02d7e (diff) | |
download | tdebase-6009a3e92e25428830047bd4dd8da300135f8c85.tar.gz tdebase-6009a3e92e25428830047bd4dd8da300135f8c85.zip |
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
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |