Skip to content
Snippets Groups Projects
Commit 35beaeea authored by Jakob Bornecrantz's avatar Jakob Bornecrantz Committed by Jakob Bornecrantz
Browse files

c/client: Add EGL comment (NFC)

parent c1ac7fc6
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,10 @@ old_restore(struct old_helper *old, EGLDisplay current_dpy) ...@@ -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 struct client_egl_compositor
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment