From b20f47262ba01db6a5786314d3457c54bcf471a8 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 30 Nov 2011 23:08:21 +0000 Subject: Open window by configured width, removed unused variables svn path=/trunk/netsurf/; revision=13212 --- atari/browser_win.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atari/browser_win.h') diff --git a/atari/browser_win.h b/atari/browser_win.h index 0826b8668..9d56226cf 100755 --- a/atari/browser_win.h +++ b/atari/browser_win.h @@ -34,12 +34,13 @@ /* -------------------------------------------------------------------------- */ /* Creates an normal Browser window with [toolbar], [statusbar] */ -int window_create( struct gui_window * gw, struct browser_window * bw, unsigned long flags ); +int window_create( struct gui_window * gw, + struct browser_window * bw, unsigned long flags ); /* Destroys WinDom part of gui_window */ int window_destroy( struct gui_window * gw ); /* show the window */ -void window_open( struct gui_window * gw); +void window_open( struct gui_window * gw, GRECT pos); void window_snd_redraw(struct gui_window * gw, short x, short y, short w, short h ); /* Update Shade / Unshade state of the fwd/back buttons*/ @@ -56,7 +57,6 @@ bool window_widget_has_focus( struct gui_window * gw, enum focus_element_type t, 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, struct bitmap * bmp ); -- cgit v1.2.3