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

Go to the source code of this file.

Functions

void _glfwAddOutputWayland (uint32_t name, uint32_t version)
 
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 *found)
 
void _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode)
 
GLFWbool _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp)
 
void _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp)
 
GLFWAPI struct wl_output * glfwGetWaylandMonitor (GLFWmonitor *handle)
 

Function Documentation

◆ _glfwAddOutputWayland()

void _glfwAddOutputWayland ( uint32_t  name,
uint32_t  version 
)

Definition at line 121 of file wl_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformFreeMonitor()

void _glfwPlatformFreeMonitor ( _GLFWmonitor monitor)

Definition at line 158 of file wl_monitor.c.

◆ _glfwPlatformGetGammaRamp()

GLFWbool _glfwPlatformGetGammaRamp ( _GLFWmonitor monitor,
GLFWgammaramp ramp 
)

Definition at line 206 of file wl_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetMonitorContentScale()

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

Definition at line 172 of file wl_monitor.c.

◆ _glfwPlatformGetMonitorPos()

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

Definition at line 164 of file wl_monitor.c.

◆ _glfwPlatformGetMonitorWorkarea()

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

Definition at line 181 of file wl_monitor.c.

◆ _glfwPlatformGetVideoMode()

void _glfwPlatformGetVideoMode ( _GLFWmonitor monitor,
GLFWvidmode mode 
)

Definition at line 201 of file wl_monitor.c.

◆ _glfwPlatformGetVideoModes()

GLFWvidmode * _glfwPlatformGetVideoModes ( _GLFWmonitor monitor,
int *  found 
)

Definition at line 195 of file wl_monitor.c.

◆ _glfwPlatformSetGammaRamp()

void _glfwPlatformSetGammaRamp ( _GLFWmonitor monitor,
const GLFWgammaramp ramp 
)

Definition at line 213 of file wl_monitor.c.

+ Here is the call graph for this function:

◆ glfwGetWaylandMonitor()

GLFWAPI struct wl_output * glfwGetWaylandMonitor ( GLFWmonitor handle)

Definition at line 225 of file wl_monitor.c.