Gnash  0.8.10
Namespaces | Functions | Variables
fb.cpp File Reference
#include "GnashSystemIOHeaders.h"
#include "GnashNumeric.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <cerrno>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <linux/fb.h>
#include <linux/kd.h>
#include <linux/vt.h>
#include <csignal>
#include <cstdlib>
#include "gui.h"
#include "rc.h"
#include "fbsup.h"
#include "log.h"
#include "movie_root.h"
#include "RunResources.h"
#include "GnashSleep.h"
#include "Renderer.h"
#include <linux/input.h>
#include <events/InputDevice.h>

Namespaces

namespace  gnash
 

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


namespace  gnash::gui
 

Named constructors.


Functions

std::auto_ptr< Gui > gnash::gui::createFBGui (unsigned long windowid, float scale, bool do_loop, RunResources &r)
void gnash::gui::terminate_signal (int)
 Called on CTRL-C and alike.

Variables

int gnash::gui::terminate_request = false