gtk-ng: fix OSC 22 not changing mouse shape on -ng

pull/8157/head
Jeffrey C. Ollie 2025-08-05 19:51:13 -05:00
parent 2b670a8e13
commit 288601e386
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
//---------------------------------------------------------------