mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-02 15:46:18 +03:00
[project @ 2006-03-10 08:08:45 by bursa]
Fix debug build. svn path=/import/netsurf/; revision=2121
This commit is contained in:
parent
2bb8de019c
commit
f7634e18c7
@ -15,6 +15,7 @@
|
||||
#include "netsurf/content/fetchcache.h"
|
||||
#include "netsurf/desktop/gui.h"
|
||||
#include "netsurf/desktop/options.h"
|
||||
#include "netsurf/desktop/textinput.h"
|
||||
#include "netsurf/image/bitmap.h"
|
||||
#include "netsurf/render/box.h"
|
||||
#include "netsurf/riscos/save_complete.h"
|
||||
@ -196,3 +197,5 @@ bool gui_search_term_highlighted(struct gui_window *g,
|
||||
unsigned *start_idx, unsigned *end_idx) { return false; }
|
||||
|
||||
const char *local_encoding_name(void) { return "ISO-8859-1"; }
|
||||
|
||||
struct caret ghost_caret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user