From c5f62494f14629797c109acc0b3048203a1adb6a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 12:27:49 +0000 Subject: fix compiling in display. make the timer manager work in and of itself --- otk/display.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'otk/display.cc') diff --git a/otk/display.cc b/otk/display.cc index 45924428..c30855d6 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -158,6 +158,11 @@ void OBDisplay::destroy() } +const ScreenInfo* OBDisplay::screenInfo(int snum) { + assert(snum >= 0); + assert(snum < static_cast(_screenInfoList.size())); + return &_screenInfoList[snum]; +} -- cgit v1.2.3