mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 02:30:06 +01:00
Add a setVisualConfigs that is called before the fbScreenInit, to setup the __GLXvisualConfigs.
(cherry picked from commit fc86f9e448)
6 lines
88 B
C
6 lines
88 B
C
#ifndef VISUAL_CONFIGS_H
|
|
#define VISUAL_CONFIGS_H
|
|
|
|
void setVisualConfigs(void);
|
|
|
|
#endif
|