Skip to content

Commit 016173d

Browse files
committed
fix: correct return syntax for WindowSize in getWindowSize function
1 parent 340574e commit 016173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apprt/gtk/settings.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub const Settings = struct {
6565
return null;
6666
}
6767

68-
return WindowSize{
68+
return .{
6969
.columns = @intCast(columns),
7070
.rows = @intCast(rows),
7171
};

0 commit comments

Comments
 (0)