mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
gtk: set title stub
This commit is contained in:
@ -378,7 +378,13 @@ pub const Surface = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn setTitle(self: *Surface, slice: [:0]const u8) !void {
|
pub fn setTitle(self: *Surface, slice: [:0]const u8) !void {
|
||||||
_ = self;
|
const root = c.gtk_widget_get_root(@ptrCast(
|
||||||
|
*c.GtkWidget,
|
||||||
|
self.gl_area,
|
||||||
|
));
|
||||||
|
|
||||||
|
// TODO: we need a way to check if the type is a window
|
||||||
|
_ = root;
|
||||||
_ = slice;
|
_ = slice;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user