26 #ifndef WAYLAND_EGL_HPP 27 #define WAYLAND_EGL_HPP 29 #include <wayland-egl-core.h> 30 #include <wayland-util.hpp> 51 egl_window_t(surface_t
const &surface,
int width,
int height);
53 void resize(
int width,
int height,
int dx = 0,
int dy = 0);
54 void get_attached_size(
int &width,
int &height);
Refcounted wrapper for C objects.