mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
gtk-ng: fix OSC 22 not changing mouse shape on -ng
This commit is contained in:
@@ -1495,7 +1495,7 @@ pub const Surface = extern struct {
|
||||
};
|
||||
|
||||
// Set our new cursor.
|
||||
priv.gl_area.as(gtk.Widget).setCursorFromName(name.ptr);
|
||||
self.as(gtk.Widget).setCursorFromName(name.ptr);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user