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=0486fdc9bd313ce2f01dafa4d3c151f40e2c729b;hpb=c7945666b47fa5636762bfa52cd6328125d607c4 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); }