aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.cc
diff options
context:
space:
mode:
authorMatteo Galiazzo <matteo@maltesenarrazioni.it>2008-04-15 08:55:14 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-04-15 08:55:14 (GMT)
commite048bdfd7a2ee472285f2243ba37efcb7b479681 (patch)
tree29d5925300cf1795c7ca67316e2d79674c624438 /src/SystemTray.cc
parentf68c36264ba0c3732ac4c72ced387a5b5fe1b489 (diff)
downloadfluxbox-e048bdfd7a2ee472285f2243ba37efcb7b479681.zip
fluxbox-e048bdfd7a2ee472285f2243ba37efcb7b479681.tar.bz2
system tray border patch from matteo
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r--src/SystemTray.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index 5aa7323..4275099 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -155,7 +155,7 @@ private:
155}; 155};
156 156
157SystemTray::SystemTray(const FbTk::FbWindow& parent, 157SystemTray::SystemTray(const FbTk::FbWindow& parent,
158 FbTk::ThemeProxy<ButtonTheme> &theme, BScreen& screen): 158 FbTk::ThemeProxy<ToolTheme> &theme, BScreen& screen):
159 ToolbarItem(ToolbarItem::FIXED), 159 ToolbarItem(ToolbarItem::FIXED),
160 m_window(parent, 0, 0, 1, 1, ExposureMask | ButtonPressMask | ButtonReleaseMask | 160 m_window(parent, 0, 0, 1, 1, ExposureMask | ButtonPressMask | ButtonReleaseMask |
161 SubstructureNotifyMask | SubstructureRedirectMask), 161 SubstructureNotifyMask | SubstructureRedirectMask),