xserver/hw/xquartz/GL/visualConfigs.h
George Staplin b6eddd80a4 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:41:29 -07:00

6 lines
88 B
C

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