From 9d5f454cc69f62b2afc91b04e0c5b1c8f4df777c Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 8 Sep 2002 19:12:33 +0000 Subject: const and ref --- src/BaseDisplay.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 09af9c5..142f5dd 100644 --- a/src/BaseDisplay.hh +++ b/src/BaseDisplay.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: BaseDisplay.hh,v 1.28 2002/08/30 13:09:24 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.29 2002/09/08 19:12:33 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH @@ -136,9 +136,9 @@ public: inline BaseDisplay *getBaseDisplay() { return basedisplay; } - inline Visual *getVisual() { return visual; } - inline const Window &getRootWindow() const { return root_window; } - inline const Colormap &colormap() const { return m_colormap; } + inline Visual *getVisual() const { return visual; } + inline Window getRootWindow() const { return root_window; } + inline Colormap colormap() const { return m_colormap; } inline int getDepth() const { return depth; } inline int getScreenNumber() const { return screen_number; } -- cgit v0.11.2