summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 22:44:20 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 22:44:20 +0000
commita32563488228ac82ae155493e6cab0e93bd6506c (patch)
tree92765947c60ed4c2219444a72636ad88c8154def /desktop/gui_window.h
parentc14ddad660d3c07f8dbdc8f8db902e5767821d9c (diff)
downloadnetsurf-a32563488228ac82ae155493e6cab0e93bd6506c.tar.gz
netsurf-a32563488228ac82ae155493e6cab0e93bd6506c.tar.bz2
fix errors in change url setting api to take an nsurl instead of a text string
Diffstat (limited to 'desktop/gui_window.h')
-rw-r--r--desktop/gui_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/gui_window.h b/desktop/gui_window.h
index a8071a4e9..63a62907f 100644
--- a/desktop/gui_window.h
+++ b/desktop/gui_window.h
@@ -60,6 +60,8 @@ struct browser_window;
struct form_control;
struct rect;
struct hlcache_handle;
+struct nsurl;
+
enum gui_pointer_shape;
/**