Making GetWindowHandle() return as the IntPtr of glfwGetX11Display(); #4740
Unanswered
ReDarkTechnology
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have some sort of need to get the X11Display of the current window that Raylib creates so I cloned the source code and changed this part on the
rcore_desktop_glfw.c
to return this insteadBut when I compiled it, it complains about implicit typing:
I'm using Linux Mint Cinnamon to build this
How do I make it build, I've never really worked with a C library before, thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions