#include "OSDLSurface.h"
#include "OSDLPixel.h"
#include "OSDLVideoTypes.h"
#include "OSDLOpenGL.h"
#include "Ceylan.h"
#include <string>
#include <list>
#include <utility>
Go to the source code of this file.
Classes | |
class | OSDL::Video::VideoModule |
Root module for all video needs. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Rendering |
namespace | OSDL::Video |
namespace | OSDL::Video::OpenGL |
All OpenGL-specific operations and conventions are encapsulated here, be they related to 2D or 3D. | |
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. | |
Enumerations | |
enum | OSDL::Video::StandardScreenSize { OSDL::Video::Size_FullScreen = 0, OSDL::Video::Size_640x480 = 1, OSDL::Video::Size_800x600 = 2, OSDL::Video::Size_1024x780 = 3, OSDL::Video::Size_1280x1024 = 4, OSDL::Video::Size_1680x1050 = 5 } |
Useful to specify standard screen sizes for OSDL windows;. More... |