From 0f2871e41889f254cb614883ae9bbc6ab6fbceae Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 19 Sep 2011 18:38:48 +0000 Subject: Added context menu, Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821 --- atari/browser_win.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/browser_win.h') diff --git a/atari/browser_win.h b/atari/browser_win.h index 4e6c43db9..b58ca3c6c 100755 --- a/atari/browser_win.h +++ b/atari/browser_win.h @@ -43,7 +43,7 @@ void window_snd_redraw(struct gui_window * gw, short x, short y, short w, short /* Update Shade / Unshade state of the fwd/back buttons*/ void window_update_back_forward(struct gui_window * gw); /* set root browser component: */ -void window_attach_browser( struct gui_window * gw, CMP_BROWSER b); +void window_attach_browser( struct gui_window * gw, CMP_BROWSER b); /* set focus element */ void window_set_focus( struct gui_window * gw, enum focus_element_type type, void * element ); @@ -55,7 +55,7 @@ bool window_url_widget_has_focus( struct gui_window * gw ); void window_set_url( struct gui_window * gw, const char * text); void window_set_stauts( struct gui_window * gw , char * text ); void window_center(struct gui_window * gw); -//void window_set_icon(struct gui_window * gw, void * data, bool is_rsc ); +void window_set_icon(struct gui_window * gw, struct bitmap * bmp ); /* -------------------------------------------------------------------------- */ -- cgit v1.2.3