mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 18:54:02 +00:00
[client] egl: remove dependency on SDL
After this PR, EGL functions are now accessed through <EGL/egl.h> instead of through <SDL2/SDL_egl.h>, removing a pointless dependency on SDL.
This commit is contained in:
@@ -39,8 +39,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#define DRM_FORMAT_BGRA1010102 fourcc_code('B', 'A', '3', '0')
|
||||
#define DRM_FORMAT_ABGR16161616F fourcc_code('A', 'B', '4', 'H')
|
||||
|
||||
#include <SDL2/SDL_egl.h>
|
||||
|
||||
/* this must be a multiple of 2 */
|
||||
#define BUFFER_COUNT 4
|
||||
|
||||
|
Reference in New Issue
Block a user