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