Tscope5
Functions | Variables
graphics_internal.c File Reference

Definitions of internal graphics parameter functions. More...

Go to the source code of this file.

Functions

void ts5_check_graphics (char *calling_function)
 Do some checks at the start of each graphics function. More...
 

Variables

int _ts5_is_graphics_installed = 0
 Is the graphics subsystem installed? More...
 

Detailed Description

Definitions of internal graphics parameter functions.

Definition in file graphics_internal.c.

Function Documentation

void ts5_check_graphics ( char *  calling_function)

Do some checks at the start of each graphics function.

Parameters
calling_functionName the function that calls for this check or installation.

Checks whether Tscope5 is installed. If not, Tscope5 is installed.

Definition at line 29 of file graphics_internal.c.

Variable Documentation

int _ts5_is_graphics_installed = 0

Is the graphics subsystem installed?

Definition at line 18 of file graphics_internal.c.