Skip to main content

gdkwayland/
wayland_gl_context.rs

1// Take a look at the license at the top of the repository in the LICENSE file.
2
3glib::wrapper! {
4    #[doc(alias = "GdkWaylandGLContext")]
5    pub struct WaylandGLContext(Object<ffi::GdkWaylandGLContext>) @extends gdk::GLContext;
6
7    match fn {
8        type_ => || ffi::gdk_wayland_gl_context_get_type(),
9    }
10}