2002-09-11 18:24:02 +04:00
|
|
|
/**
|
2003-02-09 15:58:15 +03:00
|
|
|
* $Id: netsurf.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
|
2002-09-11 18:24:02 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _NETSURF_DESKTOP_NETSURF_H_
|
|
|
|
#define _NETSURF_DESKTOP_NETSURF_H_
|
|
|
|
|
|
|
|
#include "netsurf/desktop/browser.h"
|
|
|
|
|
|
|
|
extern gui_window* netsurf_gui_windows;
|
|
|
|
extern int netsurf_quit;
|
|
|
|
|
|
|
|
void netsurf_poll(void);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|