Add missing extern qualifier

This commit is contained in:
Isaac Freund 2020-10-19 18:37:35 +02:00
parent 4fe0035679
commit 467b97cf40
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -40,7 +40,7 @@ pub const Surface = extern struct {
buffer_width: c_int,
buffer_height: c_int,
viewport: struct {
viewport: extern struct {
has_src: bool,
has_dst: bool,
src: wlr.FBox,