summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2003-01-11 17:33:31 +0000
committerPhil Mellor <phil@monkeyson.info>2003-01-11 17:33:31 +0000
commit6f67739fa76911f7649ff2917ad319fce7b32dcd (patch)
tree4eea19d885c6329e468b9e536087068988ab4c94 /desktop/gui.h
parent48e4666fee8e1f1f2c213217ac1a93050a4421bd (diff)
downloadnetsurf-6f67739fa76911f7649ff2917ad319fce7b32dcd.tar.gz
netsurf-6f67739fa76911f7649ff2917ad319fce7b32dcd.tar.bz2
[project @ 2003-01-11 17:33:31 by monkeyson]
Mouse gestures. Recognises the same gestures as Opera, although only back, forward and reload actually do anything yet. svn path=/import/netsurf/; revision=91
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 4e6c7975a..3cbc7472a 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -1,5 +1,5 @@
/**
- * $Id: gui.h,v 1.3 2002/12/30 22:56:30 monkeyson Exp $
+ * $Id: gui.h,v 1.4 2003/01/11 17:33:31 monkeyson Exp $
*/
#ifndef _NETSURF_DESKTOP_GUI_H_
@@ -32,6 +32,7 @@ void gui_window_redraw_window(gui_window* g);
void gui_window_set_scroll(gui_window* g, int sx, int sy);
void gui_window_set_extent(gui_window* g, int width, int height);
void gui_window_set_status(gui_window* g, char* text);
+void gui_window_set_title(gui_window* g, char* title);
void gui_window_message(gui_window* g, gui_message* msg);