libwayland-egl.sigs 422 B

123456
  1. // These signatures are obtained by hand from wayland-egl-core.h.
  2. struct wl_egl_window * wl_egl_window_create(struct wl_surface *surface, int width, int height);
  3. void wl_egl_window_destroy(struct wl_egl_window *egl_window);
  4. void wl_egl_window_resize(struct wl_egl_window *egl_window, int width, int height, int dx, int dy);
  5. void wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, int *width, int *height);