#include <cstdio>#include "gnash.h"#include "rc.h"#include <proto/asl.h>#include <proto/keymap.h>#include <proto/requester.h>#include <libraries/keymap.h>#include <classes/window.h>#include <classes/requester.h>#include "log.h"#include "aos4sup.h"#include "aos4_gnash_prefs.h"#include "RunResources.h"#include <getopt.h>#include <signal.h>#include "GnashSleep.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
| #define | GAD(x) (struct Gadget *)Objects[x] |
| #define | OBJ(x) Objects[x] |
| #define | RESET_TIME 30 * 1000 |
Functions | |
| __attribute__ ((used)) static const char *stackcookie = ")" | |
Variables | |
| struct NewMenu | nm [] |
| Object * | win |
| struct MsgPort * | AppPort |
| Object * | Objects [OBJ_NUM] |
| int | audioTaskID |
| #define GAD | ( | x | ) | (struct Gadget *)Objects[x] |
Referenced by gnash::AOS4Gui::run().
| #define OBJ | ( | x | ) | Objects[x] |
Referenced by gnash::AOS4Gui::run().
| #define RESET_TIME 30 * 1000 |
Referenced by gnash::AOS4Gui::run().
| __attribute__ | ( | (used) | ) | const = ")" |
| struct MsgPort* AppPort |
Referenced by make_window().
| int audioTaskID |
| struct NewMenu nm[] |
Referenced by gnash::AOS4CairoGlue::prepDrawingArea(), and gnash::AOS4AggGlue::prepDrawingArea().
| Object* Objects[OBJ_NUM] |
| Object* win |
1.7.1