Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
x11_monitor.c File Reference
#include "internal.h"
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
+ Include dependency graph for x11_monitor.c:

Go to the source code of this file.

Functions

void _glfwPollMonitorsX11 (void)
 
void _glfwSetVideoModeX11 (_GLFWmonitor *monitor, const GLFWvidmode *desired)
 
void _glfwRestoreVideoModeX11 (_GLFWmonitor *monitor)
 
void _glfwPlatformFreeMonitor (_GLFWmonitor *monitor)
 
void _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos)
 
void _glfwPlatformGetMonitorContentScale (_GLFWmonitor *monitor, float *xscale, float *yscale)
 
void _glfwPlatformGetMonitorWorkarea (_GLFWmonitor *monitor, int *xpos, int *ypos, int *width, int *height)
 
GLFWvidmode_glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *count)
 
void _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode)
 
GLFWbool _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp)
 
void _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp)
 
GLFWAPI RRCrtc glfwGetX11Adapter (GLFWmonitor *handle)
 
GLFWAPI RROutput glfwGetX11Monitor (GLFWmonitor *handle)
 

Function Documentation

◆ _glfwPlatformFreeMonitor()

void _glfwPlatformFreeMonitor ( _GLFWmonitor monitor)

Definition at line 313 of file x11_monitor.c.

◆ _glfwPlatformGetGammaRamp()

GLFWbool _glfwPlatformGetGammaRamp ( _GLFWmonitor monitor,
GLFWgammaramp ramp 
)

Definition at line 522 of file x11_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetMonitorContentScale()

void _glfwPlatformGetMonitorContentScale ( _GLFWmonitor monitor,
float *  xscale,
float *  yscale 
)

Definition at line 339 of file x11_monitor.c.

◆ _glfwPlatformGetMonitorPos()

void _glfwPlatformGetMonitorPos ( _GLFWmonitor monitor,
int *  xpos,
int *  ypos 
)

Definition at line 317 of file x11_monitor.c.

◆ _glfwPlatformGetMonitorWorkarea()

void _glfwPlatformGetMonitorWorkarea ( _GLFWmonitor monitor,
int *  xpos,
int *  ypos,
int *  width,
int *  height 
)

Definition at line 348 of file x11_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetVideoMode()

void _glfwPlatformGetVideoMode ( _GLFWmonitor monitor,
GLFWvidmode mode 
)

Definition at line 492 of file x11_monitor.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwPlatformGetVideoModes()

GLFWvidmode * _glfwPlatformGetVideoModes ( _GLFWmonitor monitor,
int *  count 
)

Definition at line 440 of file x11_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformSetGammaRamp()

void _glfwPlatformSetGammaRamp ( _GLFWmonitor monitor,
const GLFWgammaramp ramp 
)

Definition at line 560 of file x11_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPollMonitorsX11()

void _glfwPollMonitorsX11 ( void  )

Definition at line 101 of file x11_monitor.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwRestoreVideoModeX11()

void _glfwRestoreVideoModeX11 ( _GLFWmonitor monitor)

Definition at line 281 of file x11_monitor.c.

◆ _glfwSetVideoModeX11()

void _glfwSetVideoModeX11 ( _GLFWmonitor monitor,
const GLFWvidmode desired 
)

Definition at line 227 of file x11_monitor.c.

+ Here is the call graph for this function:

◆ glfwGetX11Adapter()

GLFWAPI RRCrtc glfwGetX11Adapter ( GLFWmonitor handle)

Definition at line 601 of file x11_monitor.c.

◆ glfwGetX11Monitor()

GLFWAPI RROutput glfwGetX11Monitor ( GLFWmonitor handle)

Definition at line 608 of file x11_monitor.c.