flacjacket / pywlroots

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

SceneOutput.commit: Replaced exception with boolean value #166

Closed heuer closed 5 months ago

heuer commented 5 months ago

Removed the RuntimeException in SceneOutput.commit() since it is a non-critical error. The boolean value should be sufficient and is closer to the wlroots API.

Closes #164.

jwijenbergh commented 5 months ago

I agree with this, an exception doesn't make a lot of sense here