Corrected typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -242,7 +242,7 @@ bool wxEventLoop::Dispatch()
|
|||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
tv.tv_sec=0;
|
tv.tv_sec=0;
|
||||||
tv.tv_usec=10000; // TODO make this configurable
|
tv.tv_usec=10000; // TODO make this configurable
|
||||||
int fd = ConnectionNumber(dsp);
|
int fd = ConnectionNumber((Display*) wxGetDisplay());
|
||||||
fd_set readset;
|
fd_set readset;
|
||||||
FD_ZERO(&readset);
|
FD_ZERO(&readset);
|
||||||
FD_SET(fd, &readset);
|
FD_SET(fd, &readset);
|
||||||
|
Reference in New Issue
Block a user