mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
7 lines
88 B
C
7 lines
88 B
C
|
|
#ifndef VISUAL_CONFIGS_H
|
||
|
|
#define VISUAL_CONFIGS_H
|
||
|
|
|
||
|
|
void setVisualConfigs(void);
|
||
|
|
|
||
|
|
#endif
|