OpenTTD Source
20241108-master-g80f628063a
|
Implementation of the default backend for SDL2 video driver. More...
#include "../stdafx.h"
#include "../openttd.h"
#include "../error_func.h"
#include "../gfx_func.h"
#include "../rev.h"
#include "../blitter/factory.hpp"
#include "../network/network.h"
#include "../thread.h"
#include "../progress.h"
#include "../core/random_func.hpp"
#include "../core/math_func.hpp"
#include "../core/mem_func.hpp"
#include "../core/geometry_func.hpp"
#include "../fileio_func.h"
#include "../framerate_type.h"
#include "../window_func.h"
#include "sdl2_default_v.h"
#include <SDL.h>
#include <mutex>
#include <condition_variable>
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static FVideoDriver_SDL_Default | iFVideoDriver_SDL_Default |
static SDL_Surface * | _sdl_surface |
static SDL_Surface * | _sdl_rgb_surface |
static SDL_Surface * | _sdl_real_surface |
static SDL_Palette * | _sdl_palette |
Implementation of the default backend for SDL2 video driver.
Definition in file sdl2_default_v.cpp.