aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2007-08-04 17:16:04 (GMT)
committersimonb <simonb>2007-08-04 17:16:04 (GMT)
commit138a3c2af1694c353531cebfb5342161af2f5b91 (patch)
tree72fe3bfe850a8f777e037a6b0e9310f26ede1e31 /src/FbTk/FbWindow.hh
parent373e1c36fc62f891545affcc235ec512bf9ecb1e (diff)
downloadfluxbox-138a3c2af1694c353531cebfb5342161af2f5b91.zip
fluxbox-138a3c2af1694c353531cebfb5342161af2f5b91.tar.bz2
forward port systray fixes
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index a1b93cc..091fb48 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -165,6 +165,9 @@ public:
165 165
166 std::string textProperty(Atom property) const; 166 std::string textProperty(Atom property) const;
167 167
168 void addToSaveSet();
169 void removeFromSaveSet();
170
168 /// @return parent FbWindow 171 /// @return parent FbWindow
169 const FbWindow *parent() const { return m_parent; } 172 const FbWindow *parent() const { return m_parent; }
170 /// @return real X window 173 /// @return real X window