From 4b03028b5111ca43dc5028c4aee471a83dbae58f Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Fri, 24 Mar 2006 03:44:37 +0000 Subject: [project @ 2006-03-24 03:44:33 by adrianl] Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157 --- riscos/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index c6266bc9a..7eb55b746 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -80,6 +80,8 @@ struct gui_window { int throbber; /**< Current frame of throbber animation. */ int throbtime; /**< Time of last throbber frame. */ + int iconise_icon; /**< ID number of icon when window is iconised */ + /** Options. */ struct { float scale; /**< Scale, 1.0 = 100%. */ @@ -161,6 +163,7 @@ bool ro_gui_shift_pressed(void); bool ro_gui_ctrl_pressed(void); void ro_gui_window_scroll_end(struct gui_window *g, wimp_dragged *drag); void ro_gui_window_set_scale(struct gui_window *g, float scale); +void ro_gui_window_iconise(struct gui_window *g, wimp_full_message_window_info *wi); /* in history.c */ void ro_gui_history_init(void); -- cgit v1.2.3