xserver/hw/xquartz/GL/visualConfigs.h
George Staplin a8f5d422c9 XQuartz: GL: Provide code for getting the capabilities of the underlying system's CGL.
Add a setVisualConfigs that is called before the fbScreenInit, to setup the __GLXvisualConfigs.
(cherry picked from commit fc86f9e448)
2008-10-08 18:44:21 -07:00

6 lines
88 B
C

#ifndef VISUAL_CONFIGS_H
#define VISUAL_CONFIGS_H
void setVisualConfigs(void);
#endif