#include <stdio.h>
#include <stdlib.h>
#include "glx_window_management.h"
Include dependency graph for glx_window_management.cpp:
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. | |
Variables | |
static GLXContext | ctx |
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:
GLXContext ctx [static] |
Definition at line 24 of file glx_window_management.cpp.
Referenced by glx_deinit(), and glx_init().