We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340574e commit 016173dCopy full SHA for 016173d
src/apprt/gtk/settings.zig
@@ -65,7 +65,7 @@ pub const Settings = struct {
65
return null;
66
}
67
68
- return WindowSize{
+ return .{
69
.columns = @intCast(columns),
70
.rows = @intCast(rows),
71
};
0 commit comments