LookingGlass/client/include
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
..
interface [client] ds: add new minimize function to the ds interface 2021-05-06 22:24:42 +10:00
app.h [client] ds: separate grab and capture logic 2021-05-04 18:17:19 +10:00
egl_dynprocs.h [client] all: move all SDL specific code into displayservers/sdl 2021-02-21 10:31:48 +11:00
ll.h [client] ll: add new method ll_peek_tail 2021-01-06 22:11:10 +11:00
util.h [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00