From 9a64438a5a53624e5f5c7c3dbb5123e246693e5e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 07:26:32 +0000 Subject: set the root window, to a color for now --- otk/display.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'otk/display.cc') diff --git a/otk/display.cc b/otk/display.cc index 68f0862b..367ee3eb 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -197,7 +197,7 @@ Display::~Display() } -const ScreenInfo* Display::screenInfo(int snum) +const ScreenInfo* Display::screenInfo(int snum) const { assert(snum >= 0); assert(snum < (signed) ScreenCount(_display)); @@ -205,7 +205,7 @@ const ScreenInfo* Display::screenInfo(int snum) } -const ScreenInfo* Display::findScreen(Window root) +const ScreenInfo* Display::findScreen(Window root) const { for (int i = 0; i < ScreenCount(_display); ++i) if (_screeninfo_list[i]->rootWindow() == root) @@ -214,7 +214,7 @@ const ScreenInfo* Display::findScreen(Window root) } -const RenderControl *Display::renderControl(int snum) +const RenderControl *Display::renderControl(int snum) const { assert(snum >= 0); assert(snum < (signed) ScreenCount(_display)); -- cgit v1.2.3