mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user