Gnash  0.8.11dev
Namespaces | Macros
RawFBDevice.cpp File Reference
#include <iostream>
#include <cerrno>
#include <exception>
#include <sstream>
#include <csignal>
#include "log.h"
#include "GnashException.h"
#include "RawFBDevice.h"
#include "GnashDevice.h"

Namespaces

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

Macros

#define TO_16BIT(x)   (x | (x<<8))

Macro Definition Documentation

#define TO_16BIT (   x)    (x | (x<<8))