NetSurf
Macros
options.h File Reference

Option available on all platforms. More...

#include "netsurf/types.h"
Include dependency graph for options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NSOPTION_SYS_COLOUR_START   NSOPTION_sys_colour_ActiveBorder
 
#define NSOPTION_SYS_COLOUR_END   NSOPTION_sys_colour_WindowText
 

Detailed Description

Option available on all platforms.

Non-platform specific options can be added by editing this file

Platform specific options should be added in the platform options.h.

This header is specificaly intented to be included multiple times with different macro definitions so there is no guard

Definition in file options.h.

Macro Definition Documentation

◆ NSOPTION_SYS_COLOUR_END

#define NSOPTION_SYS_COLOUR_END   NSOPTION_sys_colour_WindowText

Definition at line 38 of file options.h.

◆ NSOPTION_SYS_COLOUR_START

#define NSOPTION_SYS_COLOUR_START   NSOPTION_sys_colour_ActiveBorder

Definition at line 37 of file options.h.