lv2 / pugl

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

X11: Required XrmInitialize function is missing #84

Closed falkTX closed 2 years ago

falkTX commented 2 years ago

According to https://www.x.org/releases/X11R7.7/doc/man/man3/XrmInitialize.3.xhtml

The XrmInitialize function initialize the resource manager. It must be called before any other Xrm functions are used.

This function is not seen in pugl code, but documentation states that it is required.

drobilla commented 2 years ago

Fixed in 452ac347, thanks.

falkTX commented 2 years ago

Nice, closing then