#include "config_windisplay.h"
#include "winGraphicsPipe.h"
#include "winGraphicsWindow.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_windisplay) | |
NotifyCategoryDef (windisplay,"display") | |
ConfigureFn (config_windisplay) | |
void | init_libwindisplay () |
Initializes the library. | |
Filename | get_icon_filename () |
Filename | get_color_cursor_filename () |
Filename | get_mono_cursor_filename () |
Variables | |
bool | show_fps_meter = config_windisplay.GetBool("show-fps-meter", false) |
float | fps_meter_update_interval = max(0.5,config_windisplay.GetFloat("fps-meter-update-interval", 1.7)) |
bool | responsive_minimized_fullscreen_window = config_windisplay.GetBool("responsive-minimized-fullscreen-window",false) |
bool | support_wiregl = config_windisplay.GetBool("support-wiregl", false) |
bool | do_vidmemsize_check = config_windisplay.GetBool("do-vidmemsize-check", true) |
bool | ime_composition_w = config_windisplay.GetBool("ime-composition-w", true) |
bool | sync_video = config_windisplay.GetBool("sync-video", true) |
bool | swapbuffer_framelock = config_windisplay.GetBool("swapbuffer-framelock", false) |
bool | force_software_renderer = config_windisplay.GetBool("force-software-renderer", false) |
bool | allow_software_renderer = config_windisplay.GetBool("allow-software-renderer", false) |
Definition in file config_windisplay.cxx.
|
|
|
Definition at line 30 of file config_windisplay.cxx. References fps_meter_update_interval, and show_fps_meter. |
|
Definition at line 86 of file config_windisplay.cxx. |
|
Definition at line 81 of file config_windisplay.cxx. References ExecutionEnvironment::expand_string(). Referenced by WinGraphicsWindow::static_window_proc(). |
|
Definition at line 91 of file config_windisplay.cxx. References allow_software_renderer, force_software_renderer, swapbuffer_framelock, and sync_video. Referenced by WinGraphicsWindow::static_window_proc(). |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 68 of file config_windisplay.cxx. References ExecutionEnvironment::expand_string(). |
|
|
|
Definition at line 107 of file config_windisplay.cxx. Referenced by get_mono_cursor_filename(). |
|
Definition at line 44 of file config_windisplay.cxx. |
|
Definition at line 106 of file config_windisplay.cxx. Referenced by get_mono_cursor_filename(). |
|
Definition at line 35 of file config_windisplay.cxx. Referenced by ConfigureFn(). |
|
Definition at line 50 of file config_windisplay.cxx. Referenced by WinGraphicsWindow::open_window(). |
|
Definition at line 37 of file config_windisplay.cxx. |
|
Definition at line 34 of file config_windisplay.cxx. Referenced by ConfigureFn(). |
|
Definition at line 41 of file config_windisplay.cxx. |
|
Definition at line 104 of file config_windisplay.cxx. Referenced by get_mono_cursor_filename(). |
|
Definition at line 101 of file config_windisplay.cxx. Referenced by get_mono_cursor_filename(). |