about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--cmd/hare-gi/ctype.ha3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/hare-gi/ctype.ha b/cmd/hare-gi/ctype.ha
index 96e8d22..c2827d6 100644
--- a/cmd/hare-gi/ctype.ha
+++ b/cmd/hare-gi/ctype.ha
@@ -184,6 +184,9 @@ let map: [](str, ctype) = [
 	("gr_font", cbuiltin::OPAQUE),
 
 	// ("utf8", ...) - see resolve()
+
+	// gtk4layershell
+	("zwlr_layer_surface_v1", cbuiltin::OPAQUE),
 ];
 
 fn parse_ctype(type_: str) ctype = {