#include "config_wcrdisplay.h"
#include "wcrGraphicsPipe.h"
#include "wcrGraphicsWindow.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
Configure (config_wcrdisplay) | |
NotifyCategoryDef (wcrdisplay,"display") | |
ConfigureFn (config_wcrdisplay) | |
void | AtExitFn () |
void | init_libwcrdisplay () |
Initializes the library. | |
Filename | get_icon_filename_2 () |
Filename | get_color_cursor_filename_2 () |
Filename | get_mono_cursor_filename_2 () |
Variables | |
bool | gl_sync_video = config_wcrdisplay.GetBool("sync-video", true) |
bool | gl_show_fps_meter = config_wcrdisplay.GetBool("show-fps-meter", false) |
float | gl_fps_meter_update_interval = max(0.5,config_wcrdisplay.GetFloat("fps-meter-update-interval", 1.7)) |
int | gl_forced_pixfmt = config_wcrdisplay.GetInt("gl-force-pixfmt", 0) |
bool | bResponsive_minimized_fullscreen_window = config_wcrdisplay.GetBool("responsive-minimized-fullscreen-window",false) |
bool | support_wiregl = config_wcrdisplay.GetBool("support-wiregl", false) |
Definition in file config_wcrdisplay.cxx.
|
Definition at line 210 of file wcrGraphicsWindow.cxx. |
|
|
|
Definition at line 31 of file config_wcrdisplay.cxx. References gl_show_fps_meter, and gl_sync_video. |
|
Definition at line 93 of file config_wcrdisplay.cxx. |
|
Definition at line 88 of file config_wcrdisplay.cxx. References ExecutionEnvironment::expand_string(). |
|
Definition at line 98 of file config_wcrdisplay.cxx. |
|
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_wcrdisplay.cxx. |
|
|
|
Definition at line 44 of file config_wcrdisplay.cxx. Referenced by static_window_proc(). |
|
Definition at line 42 of file config_wcrdisplay.cxx. |
|
Definition at line 41 of file config_wcrdisplay.cxx. |
|
Definition at line 40 of file config_wcrdisplay.cxx. Referenced by ConfigureFn(). |
|
Definition at line 38 of file config_wcrdisplay.cxx. Referenced by ConfigureFn(). |
|
Definition at line 48 of file config_wcrdisplay.cxx. |