X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fxkb.c;h=f015dd04d498357aee4cc68af3fac2d427cd70c4;hp=88dbc5611e4dabb22850fda958178fadb974f0b0;hb=edee4a7fc46dd881c2a45d14ce569fbfd8336516;hpb=4218954fcca1237c29f0ba071a4e62d80542cd7e diff --git a/frontend/xkb.c b/frontend/xkb.c index 88dbc561..f015dd04 100644 --- a/frontend/xkb.c +++ b/frontend/xkb.c @@ -128,7 +128,9 @@ int x11_update_keys(unsigned int *action) { } if (leave) { + extern void OnFile_Exit(); DestroyKeyboard(); + OnFile_Exit(); exit(1); }