NetSurf
Functions | Variables
about.c File Reference
#include <limits.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include "testament.h"
#include "utils/useragent.h"
#include "utils/nsurl.h"
#include "utils/messages.h"
#include "desktop/version.h"
#include "netsurf/browser_window.h"
#include "curl/curlver.h"
#include "cflib.h"
#include "atari/gui.h"
#include "atari/misc.h"
#include "atari/plot/plot.h"
#include "atari/gemtk/gemtk.h"
#include "atari/res/netsurf.rsh"
#include "atari/about.h"
Include dependency graph for about.c:

Go to the source code of this file.

Functions

static short __CDECL about_userdraw (PARMBLK *parmblock)
 
void atari_about_show (void)
 

Variables

static OBJECT * about_form = NULL
 
static char * infocontent
 
static char version [32]
 
VdiHdl vdihandle
 

Function Documentation

◆ about_userdraw()

static short __CDECL about_userdraw ( PARMBLK *  parmblock)
static

Definition at line 48 of file about.c.

References clip(), and vdihandle.

Referenced by atari_about_show().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ atari_about_show()

void atari_about_show ( void  )

Definition at line 116 of file about.c.

References about_form, about_userdraw(), atari_warn_user(), browser_window_create(), BW_CREATE_HISTORY, infocontent, messages_get_errorcode(), netsurf_version, NSERROR_OK, nsurl_create(), nsurl_unref(), plot_get_vdi_handle(), user_agent_string(), vdihandle, and version.

Referenced by menu_about().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ about_form

OBJECT* about_form = NULL
static

Definition at line 43 of file about.c.

Referenced by atari_about_show().

◆ infocontent

char* infocontent
static

Definition at line 44 of file about.c.

Referenced by atari_about_show().

◆ vdihandle

VdiHdl vdihandle

Definition at line 46 of file about.c.

Referenced by about_userdraw(), atari_about_show(), and new_font_plotter().

◆ version

char version[32]
static