Commit 8486bddd authored by hybrid's avatar hybrid

Remove wrong event method, shouldn't go into the repository...

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2465 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 6375ee42
......@@ -765,7 +765,7 @@ bool CIrrDeviceLinux::run()
while (XPending(display) > 0 && !Close)
{
XEvent event;
XWindowEvent(display, window, -1, &event);
XNextEvent(display, &event);
switch (event.type)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment