
Go to the source code of this file.
Variables | |
| static const struct wl_output_listener | outputListener |
Definition at line 112 of file wl_monitor.c.
| void _glfwPlatformFreeMonitor | ( | _GLFWmonitor * | monitor | ) |
Definition at line 149 of file wl_monitor.c.
| void _glfwPlatformGetGammaRamp | ( | _GLFWmonitor * | monitor, |
| GLFWgammaramp * | ramp | ||
| ) |
Definition at line 183 of file wl_monitor.c.
| void _glfwPlatformGetMonitorContentScale | ( | _GLFWmonitor * | monitor, |
| float * | xscale, | ||
| float * | yscale | ||
| ) |
Definition at line 163 of file wl_monitor.c.
| void _glfwPlatformGetMonitorPos | ( | _GLFWmonitor * | monitor, |
| int * | xpos, | ||
| int * | ypos | ||
| ) |
Definition at line 155 of file wl_monitor.c.
| void _glfwPlatformGetVideoMode | ( | _GLFWmonitor * | monitor, |
| GLFWvidmode * | mode | ||
| ) |
Definition at line 178 of file wl_monitor.c.
| GLFWvidmode* _glfwPlatformGetVideoModes | ( | _GLFWmonitor * | monitor, |
| int * | found | ||
| ) |
Definition at line 172 of file wl_monitor.c.
| void _glfwPlatformSetGammaRamp | ( | _GLFWmonitor * | monitor, |
| const GLFWgammaramp * | ramp | ||
| ) |
Definition at line 190 of file wl_monitor.c.
| GLFWAPI struct wl_output* glfwGetWaylandMonitor | ( | GLFWmonitor * | handle | ) |
Definition at line 203 of file wl_monitor.c.
Definition at line 84 of file wl_monitor.c.
|
static |
Definition at line 35 of file wl_monitor.c.
|
static |
Definition at line 58 of file wl_monitor.c.
Definition at line 91 of file wl_monitor.c.
|
static |
Definition at line 100 of file wl_monitor.c.