diff options
author | simonb <simonb> | 2005-04-26 04:18:10 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 04:18:10 (GMT) |
commit | e57a30f664f7fb2660967f40db2c10759c2e9e4f (patch) | |
tree | cab24eb65d78ccf35b9bdb182adfcbd971d6f66f /src/FbTk/FbWindow.hh | |
parent | 1c2f92a3d2288b1cae9500110a72173506a18072 (diff) | |
download | fluxbox-e57a30f664f7fb2660967f40db2c10759c2e9e4f.zip fluxbox-e57a30f664f7fb2660967f40db2c10759c2e9e4f.tar.bz2 |
fix systray client sizing
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index ff1b42e..f02c63e 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -186,6 +186,8 @@ public: | |||
186 | 186 | ||
187 | void setRenderer(FbWindowRenderer &renderer) { m_renderer = &renderer; } | 187 | void setRenderer(FbWindowRenderer &renderer) { m_renderer = &renderer; } |
188 | 188 | ||
189 | void sendConfigureNotify(int x, int y, unsigned int width, unsigned int height); | ||
190 | |||
189 | protected: | 191 | protected: |
190 | /// creates a window with x window client (m_window = client) | 192 | /// creates a window with x window client (m_window = client) |
191 | explicit FbWindow(Window client); | 193 | explicit FbWindow(Window client); |