flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
51 stars 12 forks source link

pywlr 0.16.x: xdg_shell.XdgTopLevel: "base" property is not implemented #162

Closed heuer closed 5 months ago

heuer commented 5 months ago

Although defined in

https://github.com/flacjacket/pywlroots/blob/82c8036dbd64147a78528c18e1d84ad06dd93ca2/wlroots/ffi_build.py#L2631

The member is not exposed as a property of XdgTopLevel

heuer commented 5 months ago

In pywlroots many functions which refer to xdg_toplevel have been moved to XdgSurface.

I.e.:

In this regard, keeping a reference to XdgTopLevel seems to be less useful in pywlroots…