#include <GL/gl.h>
#include <GL/glx.h>
#include <X11/Xlib.h>
Include dependency graph for glx_window_management.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
Window | glx_init (Display *dpy, unsigned int width, unsigned int height) |
Initialize glx on Linux (*nix) systems. | |
void | glx_deinit (Display *dpy) |
Destroys windows and related objects. |
void glx_deinit | ( | Display * | dpy | ) |
dpy | Display, |
Definition at line 84 of file glx_window_management.cpp.
References ctx.
Referenced by OmniGCardConverter::check_for_3d_gcard_availability(), and OmniGCardConverter::~OmniGCardConverter().
Here is the caller graph for this function:
Window glx_init | ( | Display * | dpy, | |
unsigned int | width, | |||
unsigned int | height | |||
) |
dpy | Display, | |
width | Window width. | |
height | Window height. |
Definition at line 28 of file glx_window_management.cpp.
Referenced by OmniGCardConverter::check_for_3d_gcard_availability(), and OmniGCardConverter::OmniGCardConverter().
Here is the caller graph for this function: