Gnash  0.8.11dev
Namespaces | Macros | Functions | Variables
aos4.cpp File Reference
#include <cstdio>
#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

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Macros

#define GAD(x)   (struct Gadget *)Objects[x]
 
#define OBJ(x)   Objects[x]
 
#define RESET_TIME   30 * 1000
 

Functions

 __attribute__ ((used)) static const char *stackcookie = "$VER: Gnash " VERSION " for AmigaOS4 (" __DATE__ ")"
 

Variables

struct NewMenu nm []
 
Object * win
 
struct MsgPort * AppPort
 
Object * Objects [OBJ_NUM]
 
int audioTaskID
 

Macro Definition Documentation

§ GAD

#define GAD (   x)    (struct Gadget *)Objects[x]

§ OBJ

#define OBJ (   x)    Objects[x]

§ RESET_TIME

#define RESET_TIME   30 * 1000

Referenced by gnash::AOS4Gui::run().

Function Documentation

§ __attribute__()

__attribute__ ( (used)  ) const = "$VER: Gnash " VERSION " for AmigaOS4 (" __DATE__ ")"

Variable Documentation

§ AppPort

struct MsgPort* AppPort

Referenced by make_window().

§ audioTaskID

int audioTaskID

§ nm

struct NewMenu nm[]

§ Objects

Object* Objects[OBJ_NUM]

§ win

Object* win

Referenced by gnash::HaikuAggGlue::init(), and main().