X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcwindowevents.C;h=fa79458aab5d3a86a8c7b7857625cfa640fe0dbe;hb=ecf90ad2d14e5f72505b824b7b50edd717d2d404;hp=2660c9498fa8a0f3604c849c1cf8599ea76cd912;hpb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcwindowevents.C b/cinelerra-5.1/guicast/bcwindowevents.C index 2660c949..fa79458a 100644 --- a/cinelerra-5.1/guicast/bcwindowevents.C +++ b/cinelerra-5.1/guicast/bcwindowevents.C @@ -87,7 +87,7 @@ void BC_WindowEvents::run() XNextEvent(display->display, event); #else // This came from a linuxquestions post. -// We can get a file descriptor for the X display & use select instead of XNextEvent. +// We can get a file descriptor for the X display & use select instead of XNextEvent. // The newest X11 library requires locking the display to use XNextEvent. fd_set x_fds; FD_ZERO(&x_fds);