mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
apprt/gtk: fix build for macos non-native fullscreen changes
This commit is contained in:
@ -828,8 +828,8 @@ pub const Surface = struct {
|
||||
c.gtk_widget_show(alert);
|
||||
}
|
||||
|
||||
pub fn toggleFullscreen(self: *Surface) void {
|
||||
self.window.toggleFullscreen();
|
||||
pub fn toggleFullscreen(self: *Surface, mac_non_native: bool) void {
|
||||
self.window.toggleFullscreen(mac_non_native);
|
||||
}
|
||||
|
||||
pub fn newTab(self: *Surface) !void {
|
||||
|
Reference in New Issue
Block a user