From 74adfe0cbca300e73774c6e0aa9b3c53a5e5b57b Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Oct 2021 16:47:03 +0000 Subject: Add HiDPI support and lots of cleanup. --- src/egl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/egl.h') diff --git a/src/egl.h b/src/egl.h index a1856b2..a705538 100644 --- a/src/egl.h +++ b/src/egl.h @@ -11,7 +11,11 @@ struct egl { EGLSurface surface; }; -void egl_create_window(struct egl *egl, struct wl_surface *wl_surface, uint32_t width, uint32_t height); +void egl_create_window( + struct egl *egl, + struct wl_surface *wl_surface, + uint32_t width, + uint32_t height); void egl_create_context(struct egl *egl, struct wl_display *wl_display); void egl_log_error(const char *msg); void egl_make_current(struct egl *egl); -- cgit v1.2.3