#include "internal.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
Go to the source code of this file.
|
void | _glfwAddOutputWayland (uint32_t name, uint32_t version) |
|
void | _glfwPlatformFreeMonitor (_GLFWmonitor *monitor) |
|
GLFWbool | _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 *found) |
|
void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
|
GLFWAPI struct wl_output * | glfwGetWaylandMonitor (GLFWmonitor *handle) |
|
static void | outputHandleDone (void *data, struct wl_output *output) |
|
static void | outputHandleGeometry (void *data, struct wl_output *output, int32_t x, int32_t y, int32_t physicalWidth, int32_t physicalHeight, int32_t subpixel, const char *make, const char *model, int32_t transform) |
|
static void | outputHandleMode (void *data, struct wl_output *output, uint32_t flags, int32_t width, int32_t height, int32_t refresh) |
|
static void | outputHandleScale (void *data, struct wl_output *output, int32_t factor) |
|
◆ _glfwAddOutputWayland()
void _glfwAddOutputWayland |
( |
uint32_t |
name, |
|
|
uint32_t |
version |
|
) |
| |
◆ _glfwPlatformFreeMonitor()
◆ _glfwPlatformGetGammaRamp()
◆ _glfwPlatformGetMonitorContentScale()
void _glfwPlatformGetMonitorContentScale |
( |
_GLFWmonitor * |
monitor, |
|
|
float * |
xscale, |
|
|
float * |
yscale |
|
) |
| |
◆ _glfwPlatformGetMonitorPos()
void _glfwPlatformGetMonitorPos |
( |
_GLFWmonitor * |
monitor, |
|
|
int * |
xpos, |
|
|
int * |
ypos |
|
) |
| |
◆ _glfwPlatformGetVideoMode()
◆ _glfwPlatformGetVideoModes()
◆ _glfwPlatformSetGammaRamp()
◆ glfwGetWaylandMonitor()
◆ outputHandleDone()
static void outputHandleDone |
( |
void * |
data, |
|
|
struct wl_output * |
output |
|
) |
| |
|
static |
◆ outputHandleGeometry()
static void outputHandleGeometry |
( |
void * |
data, |
|
|
struct wl_output * |
output, |
|
|
int32_t |
x, |
|
|
int32_t |
y, |
|
|
int32_t |
physicalWidth, |
|
|
int32_t |
physicalHeight, |
|
|
int32_t |
subpixel, |
|
|
const char * |
make, |
|
|
const char * |
model, |
|
|
int32_t |
transform |
|
) |
| |
|
static |
◆ outputHandleMode()
static void outputHandleMode |
( |
void * |
data, |
|
|
struct wl_output * |
output, |
|
|
uint32_t |
flags, |
|
|
int32_t |
width, |
|
|
int32_t |
height, |
|
|
int32_t |
refresh |
|
) |
| |
|
static |
◆ outputHandleScale()
static void outputHandleScale |
( |
void * |
data, |
|
|
struct wl_output * |
output, |
|
|
int32_t |
factor |
|
) |
| |
|
static |
◆ outputListener
const struct wl_output_listener outputListener |
|
static |
Initial value:= {
}
static void outputHandleGeometry(void *data, struct wl_output *output, int32_t x, int32_t y, int32_t physicalWidth, int32_t physicalHeight, int32_t subpixel, const char *make, const char *model, int32_t transform)
static void outputHandleDone(void *data, struct wl_output *output)
static void outputHandleScale(void *data, struct wl_output *output, int32_t factor)
static void outputHandleMode(void *data, struct wl_output *output, uint32_t flags, int32_t width, int32_t height, int32_t refresh)
Definition at line 100 of file wl_monitor.c.