Don't expose the function pointer symbol directly for encapsulation

This commit is contained in:
Alex Sanchez-Stern 2024-10-13 14:41:41 -07:00
parent f269a6af97
commit c31de75111

View File

@ -444,7 +444,6 @@ GLFWAPI void glfwSetX11SelectionString(const char* string);
GLFWAPI const char* glfwGetX11SelectionString(void);
#include <X11/Xlib.h>
extern void (*handleSelectionRequest)(XEvent*);
void (*getSelectionRequestHandler(void))(XEvent*);
void setSelectionRequestHandler(void (*handler)(XEvent*));
Display* getGLFWDisplay(void);