1 #ifndef __al_included_allegro5_aintern_xglx_h
2 #define __al_included_allegro5_aintern_xglx_h
3 
4 #include "allegro5/internal/aintern_x.h"
5 
6 void _al_xglx_config_select_visual(ALLEGRO_DISPLAY_XGLX *glx);
7 bool _al_xglx_config_create_context(ALLEGRO_DISPLAY_XGLX *glx);
8 
9 #endif
10