Gnash
0.8.10
|
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <linux/fb.h>
#include <linux/kd.h>
#include <linux/vt.h>
#include "GnashDevice.h"
Go to the source code of this file.
Classes | |
class | gnash::renderer::rawfb::RawFBDevice |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::renderer |
namespace | gnash::renderer::rawfb |
Defines | |
#define | CMAP_SIZE (256*2) |
Typedefs | |
typedef void(* | gnash::renderer::rawfb::init_func )() |
typedef void(* | gnash::renderer::rawfb::reshape_func )(int, int) |
typedef void(* | gnash::renderer::rawfb::draw_func )() |
typedef int(* | gnash::renderer::rawfb::key_func )(unsigned key) |
#define CMAP_SIZE (256*2) |
Referenced by gnash::renderer::rawfb::RawFBDevice::setGrayscaleLUT8().