egl: align the formatting of Haiku section of eglplatform.h with Khronos'
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
@@ -130,11 +130,13 @@ typedef Window EGLNativeWindowType;
|
|||||||
|
|
||||||
#endif /* MESA_EGL_NO_X11_HEADERS */
|
#endif /* MESA_EGL_NO_X11_HEADERS */
|
||||||
|
|
||||||
#elif __HAIKU__
|
#elif defined(__HAIKU__)
|
||||||
|
|
||||||
#include <kernel/image.h>
|
#include <kernel/image.h>
|
||||||
typedef void *EGLNativeDisplayType;
|
|
||||||
typedef khronos_uintptr_t EGLNativePixmapType;
|
typedef void *EGLNativeDisplayType;
|
||||||
typedef khronos_uintptr_t EGLNativeWindowType;
|
typedef khronos_uintptr_t EGLNativePixmapType;
|
||||||
|
typedef khronos_uintptr_t EGLNativeWindowType;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#error "Platform not recognized"
|
#error "Platform not recognized"
|
||||||
|
Reference in New Issue
Block a user