aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
diff options
context:
space:
mode:
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