summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-21 13:55:51 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-21 13:55:51 +0000
commit423f0f1e7068ba4874435c02e31b054e62ae7966 (patch)
tree9d453e4f0ac30b121dbc39fd49cc3f8bea5783f5 /desktop/gui.h
parent187ee0f98ec04dcdb8ae79d1e7470ea4b73ce546 (diff)
downloadnetsurf-423f0f1e7068ba4874435c02e31b054e62ae7966.tar.gz
netsurf-423f0f1e7068ba4874435c02e31b054e62ae7966.tar.bz2
[project @ 2004-03-21 13:55:51 by bursa]
Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 3554a87ee..62dcf27a7 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -28,6 +28,7 @@ void gui_window_hide(gui_window* g);
void gui_window_redraw(gui_window* g, unsigned long x0, unsigned long y0,
unsigned long x1, unsigned long y1);
void gui_window_redraw_window(gui_window* g);
+void gui_window_update_box(gui_window *g, int x0, int y0, int x1, int y1);
void gui_window_set_scroll(gui_window* g, unsigned long sx, unsigned long sy);
unsigned long gui_window_get_width(gui_window* g);
void gui_window_set_extent(gui_window* g, unsigned long width, unsigned long height);