#include "internal.h"
#include <X11/Xresource.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <locale.h>
Go to the source code of this file.
Functions | |
Cursor | _glfwCreateCursorX11 (const GLFWimage *image, int xhot, int yhot) |
void | _glfwGrabErrorHandlerX11 (void) |
void | _glfwInputErrorX11 (int error, const char *message) |
const char * | _glfwPlatformGetVersionString (void) |
int | _glfwPlatformInit (void) |
void | _glfwPlatformTerminate (void) |
void | _glfwReleaseErrorHandlerX11 (void) |
static Window | createHelperWindow (void) |
static Cursor | createHiddenCursor (void) |
static void | createKeyTables (void) |
static void | detectEWMH (void) |
static int | errorHandler (Display *display, XErrorEvent *event) |
static Atom | getSupportedAtom (Atom *supportedAtoms, unsigned long atomCount, const char *atomName) |
static void | getSystemContentScale (float *xscale, float *yscale) |
static GLFWbool | hasUsableInputMethodStyle (void) |
static GLFWbool | initExtensions (void) |
static int | translateKeyCode (int scancode) |
Cursor _glfwCreateCursorX11 | ( | const GLFWimage * | image, |
int | xhot, | ||
int | yhot | ||
) |
Definition at line 883 of file x11_init.c.
Definition at line 855 of file x11_init.c.
void _glfwInputErrorX11 | ( | int | error, |
const char * | message | ||
) |
Definition at line 872 of file x11_init.c.
const char* _glfwPlatformGetVersionString | ( | void | ) |
Definition at line 1080 of file x11_init.c.
int _glfwPlatformInit | ( | void | ) |
Definition at line 922 of file x11_init.c.
Definition at line 993 of file x11_init.c.
Definition at line 863 of file x11_init.c.
|
static |
Definition at line 828 of file x11_init.c.
|
static |
Definition at line 819 of file x11_init.c.
Definition at line 231 of file x11_init.c.
Definition at line 372 of file x11_init.c.
|
static |
Definition at line 842 of file x11_init.c.
|
static |
Definition at line 354 of file x11_init.c.
|
static |
Definition at line 781 of file x11_init.c.
Definition at line 330 of file x11_init.c.
Definition at line 462 of file x11_init.c.
|
static |
Definition at line 41 of file x11_init.c.