From 999410adc818e9bc9e566580b38954720d7dad55 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 28 Nov 2011 23:23:28 +0000 Subject: I'm actually trying to simplify the frontend code, changes: - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191 --- atari/browser_win.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'atari/browser_win.h') diff --git a/atari/browser_win.h b/atari/browser_win.h index a17cb4c99..0826b8668 100755 --- a/atari/browser_win.h +++ b/atari/browser_win.h @@ -64,23 +64,4 @@ void window_set_icon(struct gui_window * gw, struct bitmap * bmp ); /* Public event handlers: */ /* -------------------------------------------------------------------------- */ - -/* -------------------------------------------------------------------------- */ -/* Static module methods follow here: */ -/* -------------------------------------------------------------------------- */ -static void evnt_toolbar_click(WINDOW * win, short buf[8], void * data); -static void __CDECL evnt_window_redraw( WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_icondraw( WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_newtop( WINDOW *win, short buff[8], void *data ); -void __CDECL evnt_window_resize( WINDOW *win, short buff[8], void * data ); -static void __CDECL evnt_window_move( WINDOW *win, short buff[8], void * data ); -static void __CDECL evnt_window_rt_resize( WINDOW *win, short buff[8], void * date ); -static void __CDECL evnt_window_close( WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_dd( WINDOW *win, short wbuff[8], void * data ) ; -static void __CDECL evnt_window_destroy( WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_keybd(WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_mbutton(WINDOW *win, short buff[8], void *data ); -static void __CDECL evnt_window_m1( WINDOW * win, short buff[8], void * data); -static void __CDECL evnt_window_slider( WINDOW * win, short buff[8], void * data); -static void __CDECL evnt_window_arrowed( WINDOW *win, short buff[8], void *data ); #endif -- cgit v1.2.3