mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +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);
|
c.gtk_widget_show(alert);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn toggleFullscreen(self: *Surface) void {
|
pub fn toggleFullscreen(self: *Surface, mac_non_native: bool) void {
|
||||||
self.window.toggleFullscreen();
|
self.window.toggleFullscreen(mac_non_native);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn newTab(self: *Surface) !void {
|
pub fn newTab(self: *Surface) !void {
|
||||||
|
Reference in New Issue
Block a user