summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:10:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-15 19:10:08 +0000
commit79964fe982a027086163af04cf5ab45262a092e3 (patch)
tree11ff476633d30cc22ce1fce0893ab93aaf2adbd4 /gtk/gtk_gui.c
parent22c97f6bb92c0fc7b1e4f258c7819747f76beeed (diff)
downloadnetsurf-79964fe982a027086163af04cf5ab45262a092e3.tar.gz
netsurf-79964fe982a027086163af04cf5ab45262a092e3.tar.bz2
[project @ 2004-08-15 19:10:08 by jmb]
Make GTK build work again svn path=/import/netsurf/; revision=1236
Diffstat (limited to 'gtk/gtk_gui.c')
-rw-r--r--gtk/gtk_gui.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c
index 6e995c99f..c249e1c25 100644
--- a/gtk/gtk_gui.c
+++ b/gtk/gtk_gui.c
@@ -12,6 +12,7 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "netsurf/content/content.h"
+#include "netsurf/desktop/401login.h"
#include "netsurf/desktop/browser.h"
#include "netsurf/desktop/gui.h"
#include "netsurf/desktop/netsurf.h"
@@ -98,18 +99,6 @@ void warn_user(const char *warning, const char *detail)
{
}
-
-void html_add_instance(struct content *c, struct browser_window *bw,
- struct content *page, struct box *box,
- struct object_params *params, void **state) {}
-void html_reshape_instance(struct content *c, struct browser_window *bw,
- struct content *page, struct box *box,
- struct object_params *params, void **state) {}
-void html_remove_instance(struct content *c, struct browser_window *bw,
- struct content *page, struct box *box,
- struct object_params *params, void **state) {}
-
-
void die(const char * const error)
{
fprintf(stderr, error);
@@ -123,7 +112,8 @@ void hotlist_visited(struct content *content)
struct history *history_create(void) { return 0; }
-void history_add(struct history *history, struct content *content) {}
+void history_add(struct history *history, struct content *content,
+ char *frag_id) {}
void history_update(struct history *history, struct content *content) {}
void history_destroy(struct history *history) {}
void history_back(struct browser_window *bw, struct history *history) {}