X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Ftimerqueuemanager.cc;h=e5f0a7418fdaba834165e48073e020b555bcde55;hb=b989ec13f7774bdb4b2b8675a65da56cb2fe0ef4;hp=1d6b50ce8ece5e9d86b8ea5943fe0adc256b70c0;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox 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