wayland: Add OpenGL support

This uses EGL to implement GdkGLContext for wayland.
This commit is contained in:
Alexander Larsson
2014-10-09 11:06:48 +02:00
committed by Matthias Clasen
parent 6717242d26
commit 7eae4985e8
10 changed files with 624 additions and 10 deletions

View File

@ -237,5 +237,7 @@ struct wl_data_source * gdk_wayland_selection_get_data_source (GdkWindow *owner,
GdkAtom selection);
void gdk_wayland_selection_unset_data_source (GdkAtom selection);
EGLSurface gdk_wayland_window_get_egl_surface (GdkWindow *window,
EGLConfig config);
#endif /* __GDK_PRIVATE_WAYLAND_H__ */