mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl_dynprocs: use official prototypes from system headers
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
#include "common/types.h"
|
||||
#include "egl_dynprocs.h"
|
||||
|
||||
struct SwapWithDamageData
|
||||
{
|
||||
bool init;
|
||||
eglSwapBuffersWithDamageKHR_t func;
|
||||
PFNEGLSWAPBUFFERSWITHDAMAGEKHRPROC func;
|
||||
};
|
||||
|
||||
void swapWithDamageInit(struct SwapWithDamageData * data, EGLDisplay display);
|
||||
|
Reference in New Issue
Block a user