From c02f552e8704f52e1a9ab92b21cb7d23211d98ab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Apr 2015 23:49:44 +0100 Subject: chnage GTK frontend to using bitmap operation table --- gtk/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gui.c') diff --git a/gtk/gui.c b/gtk/gui.c index 3bcb33ceb..6f51133e4 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -66,6 +66,7 @@ #include "gtk/selection.h" #include "gtk/search.h" #include "gtk/ssl_cert.h" +#include "gtk/bitmap.h" bool nsgtk_complete = false; @@ -1112,6 +1113,7 @@ int main(int argc, char** argv) .llcache = filesystem_llcache_table, .search = nsgtk_search_table, .search_web = nsgtk_search_web_table, + .bitmap = nsgtk_bitmap_table, }; ret = netsurf_register(&nsgtk_table); -- cgit v1.2.3