mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
In linux the controller plugins need to put back some events for the video plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4972 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e856d0b3ed
commit
f32fc9667c
3 changed files with 15 additions and 0 deletions
|
@ -743,6 +743,10 @@ void ReadLinuxKeyboard()
|
|||
MousePos.WinHeight = WinAttribs.height;
|
||||
break;
|
||||
}
|
||||
case ConfigureNotify:
|
||||
case ClientMessage:
|
||||
XPutBackEvent(WMdisplay, &E);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue