c/client: Add EGL comment (NFC)

This commit is contained in:
Jakob Bornecrantz 2021-05-03 23:22:19 +01:00 committed by Jakob Bornecrantz
parent c1ac7fc679
commit 35beaeead4

View file

@ -123,7 +123,10 @@ old_restore(struct old_helper *old, EGLDisplay current_dpy)
*/
/*!
* EGL based compositor.
* EGL based compositor, carries the extra needed EGL information needed by the
* client side code and can handle both GL Desktop or GLES contexts.
*
* @ingroup comp_client
*/
struct client_egl_compositor
{