aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-12 04:29:50 (GMT)
committerfluxgen <fluxgen>2003-05-12 04:29:50 (GMT)
commitcf8811f3a930198e85d4bb6b76ff604c95a56535 (patch)
treeb208228ae43845968f743491a218a322ff4edb15 /src/FbRootWindow.hh
parentfd9a18daa4f1f4a673c6bf92ad318c9d835f01f1 (diff)
downloadfluxbox-cf8811f3a930198e85d4bb6b76ff604c95a56535.zip
fluxbox-cf8811f3a930198e85d4bb6b76ff604c95a56535.tar.bz2
added updateGeometry to force an update
Diffstat (limited to 'src/FbRootWindow.hh')
-rw-r--r--src/FbRootWindow.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh
index 687c234..b55d427 100644
--- a/src/FbRootWindow.hh
+++ b/src/FbRootWindow.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbRootWindow.hh,v 1.1 2003/05/10 22:50:19 fluxgen Exp $ 22// $Id: FbRootWindow.hh,v 1.2 2003/05/12 04:29:23 fluxgen Exp $
23 23
24#ifndef FBROOTWINDOW_HH 24#ifndef FBROOTWINDOW_HH
25#define FBROOTWINDOW_HH 25#define FBROOTWINDOW_HH
@@ -37,7 +37,7 @@ public:
37 void hide() { } 37 void hide() { }
38 // we should not assign a new window to this 38 // we should not assign a new window to this
39 FbTk::FbWindow &operator = (Window win) { return *this; } 39 FbTk::FbWindow &operator = (Window win) { return *this; }
40 40 void updateGeometry();
41 inline Visual *visual() const { return m_visual; } 41 inline Visual *visual() const { return m_visual; }
42 inline Colormap colormap() const { return m_colormap; } 42 inline Colormap colormap() const { return m_colormap; }
43 43