NetSurf
|
#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 |
char theme_file_header::author[64] |
Definition at line 51 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::browser_bg |
Definition at line 52 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
unsigned int theme_file_header::compressed_sprite_size |
Definition at line 60 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
unsigned int theme_file_header::decompressed_sprite_size |
Definition at line 61 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::hotlist_bg |
Definition at line 53 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
unsigned int theme_file_header::magic_value |
Definition at line 48 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::name[32] |
Definition at line 50 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
unsigned int theme_file_header::parser_version |
Definition at line 49 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::status_bg |
Definition at line 54 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::status_fg |
Definition at line 55 of file theme.h.
Referenced by ro_gui_theme_read_file_header().
char theme_file_header::theme_flags |
Definition at line 56 of file theme.h.
Referenced by ro_gui_theme_read_file_header().