mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
reference nsurl as a struct properly
This commit is contained in:
parent
bdfedb686b
commit
68bdb84bee
@ -237,7 +237,7 @@ struct gui_window_table {
|
||||
bool (*drag_start)(struct gui_window *g, gui_drag_type type, const struct rect *rect);
|
||||
|
||||
/** save link operation */
|
||||
nserror (*save_link)(struct gui_window *g, nsurl *url, const char *title);
|
||||
nserror (*save_link)(struct gui_window *g, struct nsurl *url, const char *title);
|
||||
|
||||
/**
|
||||
* Scrolls the specified area of a browser window into view.
|
||||
|
Loading…
Reference in New Issue
Block a user