From 0486fdc9bd313ce2f01dafa4d3c151f40e2c729b Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 1 Jan 2012 02:10:52 +0200 Subject: change lcf handling not quite right but better than before, I hope --- frontend/xkb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend') diff --git a/frontend/xkb.c b/frontend/xkb.c index 88dbc56..f015dd0 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); } -- cgit v1.2.3