#include "internal.h"
#include <limits.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
|
void | _glfwPlatformFreeMonitor (_GLFWmonitor *monitor) |
|
void | _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp) |
|
void | _glfwPlatformGetMonitorContentScale (_GLFWmonitor *monitor, float *xscale, float *yscale) |
|
void | _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos) |
|
void | _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode) |
|
GLFWvidmode * | _glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *count) |
|
void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
|
void | _glfwPollMonitorsX11 (void) |
|
void | _glfwRestoreVideoModeX11 (_GLFWmonitor *monitor) |
|
void | _glfwSetVideoModeX11 (_GLFWmonitor *monitor, const GLFWvidmode *desired) |
|
static int | calculateRefreshRate (const XRRModeInfo *mi) |
|
static const XRRModeInfo * | getModeInfo (const XRRScreenResources *sr, RRMode id) |
|
GLFWAPI RRCrtc | glfwGetX11Adapter (GLFWmonitor *handle) |
|
GLFWAPI RROutput | glfwGetX11Monitor (GLFWmonitor *handle) |
|
static GLFWbool | modeIsGood (const XRRModeInfo *mi) |
|
static GLFWvidmode | vidmodeFromModeInfo (const XRRModeInfo *mi, const XRRCrtcInfo *ci) |
|
void _glfwPlatformGetMonitorContentScale |
( |
_GLFWmonitor * |
monitor, |
|
|
float * |
xscale, |
|
|
float * |
yscale |
|
) |
| |
void _glfwPlatformGetMonitorPos |
( |
_GLFWmonitor * |
monitor, |
|
|
int * |
xpos, |
|
|
int * |
ypos |
|
) |
| |
static int calculateRefreshRate |
( |
const XRRModeInfo * |
mi | ) |
|
|
static |
static const XRRModeInfo* getModeInfo |
( |
const XRRScreenResources * |
sr, |
|
|
RRMode |
id |
|
) |
| |
|
static |
static GLFWbool modeIsGood |
( |
const XRRModeInfo * |
mi | ) |
|
|
static |
static GLFWvidmode vidmodeFromModeInfo |
( |
const XRRModeInfo * |
mi, |
|
|
const XRRCrtcInfo * |
ci |
|
) |
| |
|
static |