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