Random fixes and additions. Progress with xlib

This commit is contained in:
2026-08-02 01:59:44 +03:00
parent 7cbb5ade05
commit 4ad7ee307b
10 changed files with 341 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
#ifdef _WIN32
#ifndef PLTF_WIN32_INTERNAL_H_
#define PLTF_WIN32_INTERNAL_H_
@@ -31,7 +33,8 @@ extern PltfWin32State pltf_state;
extern HMODULE opengl_module;
bool pltf_has_wgl_extension(const char* name);
// bool pltf_has_wgl_extension_c_str(const char* name);
unsigned int vk_to_pltf_key(WPARAM key);
#endif // PLTF_WIN32_INTERNAL_H_
#endif // _WIN32