summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/systemtrayapplet.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 07:47:44 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 07:47:44 +0000
commit6009a3e92e25428830047bd4dd8da300135f8c85 (patch)
tree92970f30f3e20bd1f213076c1ef5744896e5a1ac /kicker/applets/systemtray/systemtrayapplet.h
parentb544d338ecf10ede35f1e3eab65efa62bcf02d7e (diff)
downloadtdebase-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.h2
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