mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Everyone needs to be able to split BPPs these days.
This commit is contained in:
@@ -284,6 +284,9 @@ void* _glfwPlatformGetProcAddress(const char* procname);
|
||||
// Prototypes for platform independent internal functions
|
||||
//========================================================================
|
||||
|
||||
// Fullscren management (fullscreen.c)
|
||||
void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);
|
||||
|
||||
// Error handling
|
||||
void _glfwSetError(int error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user