From c97915f445017d36667a6ad32767fa41d14d23b1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 08:48:03 +0000 Subject: un-static otk::Display. add an operator* to it. make a global ob::display var. --- otk/timerqueuemanager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/timerqueuemanager.cc') diff --git a/otk/timerqueuemanager.cc b/otk/timerqueuemanager.cc index 1d6b50ce..e5f0a741 100644 --- a/otk/timerqueuemanager.cc +++ b/otk/timerqueuemanager.cc @@ -14,7 +14,7 @@ void TimerQueueManager::fire(bool wait) fd_set rfds; timeval now, tm, *timeout = (timeval *) 0; - const int xfd = ConnectionNumber(Display::display); + const int xfd = ConnectionNumber(**display); FD_ZERO(&rfds); FD_SET(xfd, &rfds); // break on any x events -- cgit v1.2.3