TinyGL 0.4.1 for MinGW
Data Fields
TinyGLXContext Struct Reference

Data Fields

GLContextgl_context
 
Display * display
 
XVisualInfo visual_info
 
int xsize
 
int ysize
 
XImage * ximage
 
GC gc
 
Colormap cmap
 
Drawable drawable
 
int do_convert
 
int shm_use
 
XShmSegmentInfo * shm_info
 
int CompletionType
 

Detailed Description

Definition at line 8 of file glx.c.

Field Documentation

◆ cmap

Colormap cmap

Definition at line 15 of file glx.c.

◆ CompletionType

int CompletionType

Definition at line 21 of file glx.c.

◆ display

Display* display

Definition at line 10 of file glx.c.

◆ do_convert

int do_convert

Definition at line 17 of file glx.c.

◆ drawable

Drawable drawable

Definition at line 16 of file glx.c.

◆ gc

GC gc

Definition at line 14 of file glx.c.

◆ gl_context

GLContext* gl_context

Definition at line 9 of file glx.c.

◆ shm_info

XShmSegmentInfo* shm_info

Definition at line 20 of file glx.c.

◆ shm_use

int shm_use

Definition at line 19 of file glx.c.

◆ visual_info

XVisualInfo visual_info

Definition at line 11 of file glx.c.

◆ ximage

XImage* ximage

Definition at line 13 of file glx.c.

◆ xsize

int xsize

Definition at line 12 of file glx.c.

◆ ysize

int ysize

Definition at line 12 of file glx.c.


The documentation for this struct was generated from the following file: