mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-23 03:48:09 +02:00
Add GLX_EXT_texture_from_drawable to extensions list.
This commit is contained in:
parent
6ac82a7057
commit
3da5bb16ed
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ static char GLXServerExtensions[] =
|
|||
"GLX_SGIX_swap_barrier "
|
||||
#endif
|
||||
"GLX_SGIX_fbconfig "
|
||||
"GLX_EXT_texture_from_drawable "
|
||||
;
|
||||
|
||||
__GLXscreenInfo *__glXActiveScreens;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue