]> Dogcows Code - chaz/openbox/blobdiff - otk/timerqueuemanager.cc
set the ustring's utf type so that it matches what it appended to it
[chaz/openbox] / otk / timerqueuemanager.cc
index 1d6b50ce8ece5e9d86b8ea5943fe0adc256b70c0..e5f0a7418fdaba834165e48073e020b555bcde55 100644 (file)
@@ -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
This page took 0.021294 seconds and 4 git commands to generate.