#include <X11/Xatom.h>
#include <X11/Xmd.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "GHOST_Debug.h"
#include "GHOST_IconX11.h"
#include "GHOST_SystemX11.h"
#include "GHOST_WindowX11.h"
#include "GHOST_ContextGLX.h"
#include <X11/Xresource.h>
#include <cstdio>
#include <cstring>
#include <unistd.h>
#include <algorithm>
#include <limits.h>
#include <math.h>
#include <string>
Go to the source code of this file.
|
| static XVisualInfo * | x11_visualinfo_from_glx (Display *display, bool stereoVisual, bool needAlpha, GLXFBConfig *fbconfig) |
| |
◆ _NET_WM_STATE_ADD
| #define _NET_WM_STATE_ADD 1 |
◆ _NET_WM_STATE_REMOVE
| #define _NET_WM_STATE_REMOVE 0 |
◆ HOST_NAME_MAX
◆ anonymous enum
◆ anonymous enum
| Enumerator |
|---|
| MWM_FUNCTION_ALL | |
| MWM_FUNCTION_RESIZE | |
| MWM_FUNCTION_MOVE | |
| MWM_FUNCTION_MINIMIZE | |
| MWM_FUNCTION_MAXIMIZE | |
| MWM_FUNCTION_CLOSE | |
Definition at line 81 of file GHOST_WindowX11.cpp.
◆ x11_visualinfo_from_glx()
| static XVisualInfo* x11_visualinfo_from_glx |
( |
Display * |
display, |
|
|
bool |
stereoVisual, |
|
|
bool |
needAlpha, |
|
|
GLXFBConfig * |
fbconfig |
|
) |
| |
|
static |