summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-24 20:59:15 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-24 20:59:15 +0000
commit01b28b75385771ea71ab0f41f11488976fddd18a (patch)
treee90de0ee91750c0badeec1e090390a68480b4d71 /desktop
parenta77f5b912d06243ea30237664fcaca3abc08f7e4 (diff)
downloadnetsurf-01b28b75385771ea71ab0f41f11488976fddd18a.tar.gz
netsurf-01b28b75385771ea71ab0f41f11488976fddd18a.tar.bz2
[project @ 2005-01-24 20:59:15 by bursa]
Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index cb16e8864..1db455c6f 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -45,7 +45,6 @@ void gui_window_set_extent(struct gui_window *g, int width, int height);
void gui_window_set_status(struct gui_window *g, const char *text);
void gui_window_set_pointer(gui_pointer_shape shape);
void gui_window_set_url(struct gui_window *g, const char *url);
-char *gui_window_get_url(struct gui_window *g);
void gui_window_start_throbber(struct gui_window *g);
void gui_window_stop_throbber(struct gui_window *g);
void gui_window_place_caret(struct gui_window *g, int x, int y, int height);