egl: Add support for EGL_KHR_fence_sync.
[mesa.git] / src / egl / main / eglsync.h
index a0134784aa29aefb8a1d675ccc5179832bcdb389..25c467175e97bcd7020ec1b609648f6e78bb2e8c 100644 (file)
@@ -19,6 +19,7 @@ struct _egl_sync
 
    EGLenum Type;
    EGLenum SyncStatus;
+   EGLenum SyncCondition;
 };