mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Fixed compilation on Linux, as instructed by shuffle2.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@736 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b2378b592f
commit
abe24d1c36
@ -383,7 +383,7 @@ void X11_Read(int _numPAD, SPADStatus* _pPADStatus)
|
|||||||
int num_events;
|
int num_events;
|
||||||
for (num_events = XPending(GXdsp);num_events > 0;num_events--) {
|
for (num_events = XPending(GXdsp);num_events > 0;num_events--) {
|
||||||
XNextEvent(GXdsp, &E);
|
XNextEvent(GXdsp, &E);
|
||||||
switch (E.keyboard) {
|
switch (E.type) {
|
||||||
case KeyPress:
|
case KeyPress:
|
||||||
//_KeyPress(pad, XLookupKeysym((XKeyEvent *)&E, 0)); break;
|
//_KeyPress(pad, XLookupKeysym((XKeyEvent *)&E, 0)); break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user