diff options
Diffstat (limited to 'src/egl/drivers/haiku/egl_haiku.cpp')
-rw-r--r-- | src/egl/drivers/haiku/egl_haiku.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/drivers/haiku/egl_haiku.cpp b/src/egl/drivers/haiku/egl_haiku.cpp index 0b56653395a..590e43f00fb 100644 --- a/src/egl/drivers/haiku/egl_haiku.cpp +++ b/src/egl/drivers/haiku/egl_haiku.cpp @@ -325,5 +325,7 @@ _eglInitDriver(_EGLDriver *driver) driver->API.SwapBuffers = haiku_swap_buffers; + driver->Name = "Haiku"; + TRACE("API Calls defined\n"); } |