summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-06-25 20:03:28 +0000
committerOle Loots <ole@monochrom.net>2011-06-25 20:03:28 +0000
commitdccf6e428086dd3baf6432c70595cf8d9df5df26 (patch)
tree5c07ecd453366266b9f669f0699be50cd1d91f00 /atari/gui.c
parentb897861cdd0e4147e2922951cfbe77f0ad24ed23 (diff)
downloadnetsurf-dccf6e428086dd3baf6432c70595cf8d9df5df26.tar.gz
netsurf-dccf6e428086dd3baf6432c70595cf8d9df5df26.tar.bz2
Revert remove of cflib and further usage of xaaes nkcc routines. It resulted in not-working page up / page down and up / down keys.
svn path=/trunk/netsurf/; revision=12510
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 07c84cbf2..48832d4e3 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -74,7 +74,7 @@
#include "atari/clipboard.h"
#include "atari/osspec.h"
#include "atari/search.h"
-#include "atari/nkcc.h"
+#include "cflib.h"
#define TODO() (0)/*printf("%s Unimplemented!\n", __FUNCTION__)*/