|
Blender V4.3
|
#include "GHOST_DisplayManagerSDL.hh"#include "GHOST_SystemSDL.hh"#include "GHOST_WindowManager.hh"Go to the source code of this file.
Functions | |
| static void | ghost_mode_from_sdl (GHOST_DisplaySetting &setting, SDL_DisplayMode *mode) |
| static void | ghost_mode_to_sdl (const GHOST_DisplaySetting &setting, SDL_DisplayMode *mode) |
|
static |
Definition at line 38 of file GHOST_DisplayManagerSDL.cc.
References GHOST_DisplaySetting::bpp, GHOST_DisplaySetting::frequency, GHOST_DisplaySetting::xPixels, and GHOST_DisplaySetting::yPixels.
Referenced by GHOST_DisplayManagerSDL::getCurrentDisplaySetting(), and GHOST_DisplayManagerSDL::getDisplaySetting().
|
static |
Definition at line 47 of file GHOST_DisplayManagerSDL.cc.
References GHOST_DisplaySetting::frequency, GHOST_DisplaySetting::xPixels, and GHOST_DisplaySetting::yPixels.
Referenced by GHOST_DisplayManagerSDL::setCurrentDisplaySetting().