gtk-ng: fix OSC 22 not changing mouse shape on -ng
parent
2b670a8e13
commit
288601e386
|
|
@ -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);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue