RFR: 8323077: C type error (incompatible function pointer) in X11GLContext.c [v2]

Florian Weimer fweimer at openjdk.org
Mon Jan 8 17:23:32 UTC 2024


On Mon, 8 Jan 2024 17:15:39 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Thanks for addressing it as well. `glXGetProcAddress` is defined in `glxext.h`, which we include in our sources. See [glxext.h line 155](https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/native-prism-es2/GL/glxext.h#L155)

Ahh, then the cast should be correct, thanks!

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1319#issuecomment-1881513373


More information about the openjfx-dev mailing list