Wayland: Add transparency support

Closes #788.
This commit is contained in:
Emmanuel Gil Peyrot
2017-10-01 01:38:00 +01:00
parent 5aeb37d1b8
commit 95e282d5a0
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -76,6 +76,7 @@ typedef struct _GLFWwindowWayland
int width, height;
GLFWbool visible;
GLFWbool maximized;
GLFWbool transparent;
struct wl_surface* surface;
struct wl_egl_window* native;
struct wl_shell_surface* shellSurface;