Closed heuer closed 6 months ago
XdgTopLevel.parent returned always a parent even if the underlying _ptr.parent refers to NULL. Replaced the check against None with a check against ffi.NULL.
Closes #183.
XdgTopLevel.parent returned always a parent even if the underlying _ptr.parent refers to NULL. Replaced the check against None with a check against ffi.NULL.
Closes #183.