NetSurf
Data Fields
theme_file_header Struct Reference

#include <theme.h>

Data Fields

unsigned int magic_value
 
unsigned int parser_version
 
char name [32]
 
char author [64]
 
char browser_bg
 
char hotlist_bg
 
char status_bg
 
char status_fg
 
char theme_flags
 
char future_expansion_1
 
char future_expansion_2
 
char future_expansion_3
 
unsigned int compressed_sprite_size
 
unsigned int decompressed_sprite_size
 

Detailed Description

Definition at line 47 of file theme.h.

Field Documentation

◆ author

char theme_file_header::author[64]

Definition at line 51 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ browser_bg

char theme_file_header::browser_bg

Definition at line 52 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ compressed_sprite_size

unsigned int theme_file_header::compressed_sprite_size

Definition at line 60 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ decompressed_sprite_size

unsigned int theme_file_header::decompressed_sprite_size

Definition at line 61 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ future_expansion_1

char theme_file_header::future_expansion_1

Definition at line 57 of file theme.h.

◆ future_expansion_2

char theme_file_header::future_expansion_2

Definition at line 58 of file theme.h.

◆ future_expansion_3

char theme_file_header::future_expansion_3

Definition at line 59 of file theme.h.

◆ hotlist_bg

char theme_file_header::hotlist_bg

Definition at line 53 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ magic_value

unsigned int theme_file_header::magic_value

Definition at line 48 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ name

char theme_file_header::name[32]

Definition at line 50 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ parser_version

unsigned int theme_file_header::parser_version

Definition at line 49 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ status_bg

char theme_file_header::status_bg

Definition at line 54 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ status_fg

char theme_file_header::status_fg

Definition at line 55 of file theme.h.

Referenced by ro_gui_theme_read_file_header().

◆ theme_flags

char theme_file_header::theme_flags

Definition at line 56 of file theme.h.

Referenced by ro_gui_theme_read_file_header().


The documentation for this struct was generated from the following file: