egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
[mesa.git] / src / egl / main / eglsync.h
index 83b6f72fce8304efecbfe8ca0ca0a889e0fb99fa..5ac76f3ac3dfd3e64fa67135e3c3308f33b9f3aa 100644 (file)
@@ -48,6 +48,7 @@ struct _egl_sync
    EGLenum SyncStatus;
    EGLenum SyncCondition;
    EGLAttrib CLEvent;
+   EGLint SyncFd;
 };