X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Finput.c;h=2aafb6650a78f2742b4bdb118f5ecd954a8f4a21;hb=b7c0e8ca1c06e1d54714b382d6b92f4ff2d47af7;hp=3ccf6a4f690d4d3b5c849e061b1880fb5052e5a2;hpb=9c43bda51b4cc085fe9c2770c1e45fbce104412a;p=rocksndiamonds.git diff --git a/src/libem/input.c b/src/libem/input.c index 3ccf6a4f..2aafb665 100644 --- a/src/libem/input.c +++ b/src/libem/input.c @@ -1,3 +1,6 @@ + +#if defined(TARGET_X11) + /* 2000-08-13T15:29:40Z * * handle input from x11 and keyboard and joystick @@ -323,3 +326,5 @@ void input_eventloop(void) input_esc = 0; for(i = 0; i < 1; i++) if(keymatrix[escKeyCode[i] >> 3] & 1 << (escKeyCode[i] & 7)) input_esc = 1; } + +#endif