summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-29 23:36:59 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-29 23:36:59 +0000
commitaaecf9e1af9e8cf22324cfbbd4eb13fb64ac3975 (patch)
treed37d93f075a74372c79500a2c736cee9d01b78e5 /desktop
parentd5a971c281b110d8fa481fa86ccd7af10d2d3cf0 (diff)
downloadnetsurf-aaecf9e1af9e8cf22324cfbbd4eb13fb64ac3975.tar.gz
netsurf-aaecf9e1af9e8cf22324cfbbd4eb13fb64ac3975.tar.bz2
add missing include for neturf_quit symbol
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index d61e6a012..4901c112e 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -243,7 +243,7 @@ bool browser_window_redraw(struct browser_window *bw, int x, int y,
*/
bool browser_window_redraw_ready(struct browser_window *bw);
-/*
+/**
* Update the extent of the inside of a browser window to that of the current
* content
*
@@ -251,7 +251,7 @@ bool browser_window_redraw_ready(struct browser_window *bw);
*/
void browser_window_update_extent(struct browser_window *bw);
-/*
+/**
* Get the position of the current browser window with respect to the root or
* parent browser window
*
@@ -263,7 +263,7 @@ void browser_window_update_extent(struct browser_window *bw);
void browser_window_get_position(struct browser_window *bw, bool root,
int *pos_x, int *pos_y);
-/*
+/**
* Set the position of the current browser window with respect to the parent
* browser window
*
@@ -273,7 +273,7 @@ void browser_window_get_position(struct browser_window *bw, bool root,
*/
void browser_window_set_position(struct browser_window *bw, int x, int y);
-/*
+/**
* Scroll the browser window to display the passed area
*
* \param bw browser window to scroll
@@ -294,7 +294,7 @@ void browser_window_scroll_visible(struct browser_window *bw,
*/
void browser_window_set_scroll(struct browser_window *bw, int x, int y);
-/*
+/**
* Set drag type for a browser window, and inform front end
*
* \param bw browser window to set the type of the current drag for
@@ -304,7 +304,7 @@ void browser_window_set_scroll(struct browser_window *bw, int x, int y);
void browser_window_set_drag_type(struct browser_window *bw,
browser_drag_type type, const struct rect *rect);
-/*
+/**
* Get type of any current drag for a browser window
*
* \param bw browser window to set the type of the current drag for
@@ -312,7 +312,7 @@ void browser_window_set_drag_type(struct browser_window *bw,
*/
browser_drag_type browser_window_get_drag_type(struct browser_window *bw);
-/*
+/**
* Get the root level browser window
*
* \param bw browser window to set the type of the current drag for