summaryrefslogtreecommitdiff
path: root/atari/font.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-11-28 23:23:28 +0000
committerOle Loots <ole@monochrom.net>2011-11-28 23:23:28 +0000
commit999410adc818e9bc9e566580b38954720d7dad55 (patch)
tree6abf17a5a94a9835673e2b5b5a6542087f010737 /atari/font.h
parenta7ba1b7ccd1178717e8e4a0546282270ed2fb1d6 (diff)
downloadnetsurf-999410adc818e9bc9e566580b38954720d7dad55.tar.gz
netsurf-999410adc818e9bc9e566580b38954720d7dad55.tar.bz2
I'm actually trying to simplify the frontend code, changes:
- Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
Diffstat (limited to 'atari/font.h')
-rwxr-xr-xatari/font.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/atari/font.h b/atari/font.h
index 72271803e..2717497b4 100755
--- a/atari/font.h
+++ b/atari/font.h
@@ -16,16 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NS_ATARI_FT_FONT_H
-#define NS_ATARI_FT_FONT_H
+#ifndef NS_ATARI_FONT_H
+#define NS_ATARI_FONT_H
+
-#include "utils/utf8.h"
-
-utf8_convert_ret local_encoding_to_utf8(const char *string,
- size_t len,
- char **result);
-
-int atari_to_ucs4( unsigned char atarichar);
#endif /* NETSURF_FB_FONT_H */