NetSurf
Data Structures | Typedefs
types.h File Reference

NetSurf types. More...

#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rect
 Rectangle coordinates. More...
 

Typedefs

typedef uint32_t colour
 Colour type: XBGR. More...
 
typedef struct rect rect
 Rectangle coordinates. More...
 

Detailed Description

NetSurf types.

These are convenience types used throughout the browser.

Definition in file types.h.

Typedef Documentation

◆ colour

typedef uint32_t colour

Colour type: XBGR.

Definition at line 35 of file types.h.

◆ rect

typedef struct rect rect

Rectangle coordinates.