LookingGlass/client/displayservers/SDL
Quantum f9a9953071 [client] egl: use new util_hasGLExt helper to check extensions
We previously used strstr, which can be prone to false positives when
the name of one extension is a substring of another extension.

This commit creates the helper function util_hasGLExt, which asserts
that the substring found in extension list is bounded by either spaces
or the beginning/end of the string.
2021-05-19 15:58:54 +10:00
..
CMakeLists.txt [client] ds: make SDL display server optional 2021-02-26 10:28:51 +11:00
kb.h [client] retain backwards compatibillity for the capture keycode 2021-01-19 03:08:56 +11:00
sdl.c [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00