lv2 / pugl

A minimal portable API for embeddable GUIs
https://gitlab.com/lv2/pugl/
ISC License
174 stars 34 forks source link

Replace deprecated typedefs #97

Closed sjaehn closed 1 year ago

sjaehn commented 1 year ago

The double deprecated typedefs left a deprecated symbol in the API. And this always causes compiler warnings. Simply omitted by using the recent replaced_by typedef.

drobilla commented 1 year ago

Merged as 1d62260, thanks.