#include "OSDLSurface.h"
#include "OSDLPixel.h"
#include "OSDLVideoTypes.h"
#include "OSDLOpenGL.h"
#include "Ceylan.h"
#include <string>
#include <list>
#include <utility>
Include dependency graph for OSDLVideo.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
namespace | OSDL::Rendering |
namespace | OSDL::Video |
namespace | OSDL::Video::OpenGL |
Classes | |
class | OSDL::Video::VideoModule |
Root module for all video needs. More... | |
Typedefs | |
typedef Ceylan::Uint8 | OSDL::Video::IconMask |
Icon masks are use for window manager's icons. | |
typedef std::pair< Length, Length > | OSDL::Video::Definition |
A screen definition is defined as a ( width, height ) pair. |