|
Gnash
0.8.10
|
#include "aos4_agg_glue.h"#include "log.h"#include "Renderer.h"#include "Renderer_agg.h"#include <cerrno>#include <ostream>Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
| #define | CHUNK_SIZE (100 * 100 * depth_bytes) |
Variables | |
| struct NewMenu | nm [] |
| #define CHUNK_SIZE (100 * 100 * depth_bytes) |
| struct NewMenu nm[] |
{
{ NM_TITLE, (CONST_STRPTR)"File", NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Load File..", (CONST_STRPTR)"L", 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Save", (CONST_STRPTR)"S", NM_ITEMDISABLED, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Save As..", (CONST_STRPTR)"A", NM_ITEMDISABLED, 0L, NULL },
{ NM_ITEM, NM_BARLABEL, NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Properties", (CONST_STRPTR)"E", 0, 0L, NULL },
{ NM_ITEM, NM_BARLABEL, NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Exit", (CONST_STRPTR)"Q", 0, 0L, NULL },
{ NM_TITLE, (CONST_STRPTR)"Edit", NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Preferences", (CONST_STRPTR)"O", 0, 0L, NULL },
{ NM_TITLE, (CONST_STRPTR)"View", NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Redraw", (CONST_STRPTR)"D", 0 , 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Toggle fullscreen", (CONST_STRPTR)"F", 0 , 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Show updated ranges", (CONST_STRPTR)"U", MENUTOGGLE|CHECKIT , 0L, NULL },
{ NM_TITLE, (CONST_STRPTR)"Movie Control", NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Play", (CONST_STRPTR)"Y", 0 , 0, NULL },
{ NM_ITEM, (CONST_STRPTR)"Pause", (CONST_STRPTR)"P", 0 , 0, NULL },
{ NM_ITEM, (CONST_STRPTR)"Stop", (CONST_STRPTR)"T", 0 , 0, NULL },
{ NM_ITEM, NM_BARLABEL, NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"Restart", (CONST_STRPTR)"R", 0 , 0, NULL },
{ NM_TITLE, (CONST_STRPTR)"Help", NULL, 0, 0L, NULL },
{ NM_ITEM, (CONST_STRPTR)"About", (CONST_STRPTR)"?", 0 , 0, NULL },
{ NM_END, NULL, NULL, 0, 0L, NULL }
}
1.7.6.1