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

This commit is contained in:
Jeffrey C. Ollie
2025-08-05 19:51:13 -05:00
parent 2b670a8e13
commit 288601e386

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