My KWIN fork where I work on features like per-output virtual desktops
Find a file
Martin Gräßlin 846a4e1d79 [server] BufferInterface can resolve size through egl extension
Uses eglQueryWaylandBufferWL (if available) to determine the size of the
buffer. In order to do so, the server library links against egl (1) and
one needs to register the EGLDisplay in Server::Display by the user of
the library. For this a new method Display::setEglDisplay is added.

1: not using epoxy as it doesn't wrap the Wayland interfaces yet.
2015-03-03 09:43:30 +01:00
src/wayland [server] BufferInterface can resolve size through egl extension 2015-03-03 09:43:30 +01:00