mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
I should add the actual mir_* source files :).
This commit is contained in:
committed by
Camilla Berglund
parent
10d1d278f3
commit
46c9663ed7
@@ -0,0 +1,20 @@
|
||||
#include "internal.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
////// GLFW internal API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int _glfwPlatformInit(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void _glfwPlatformTerminate(void)
|
||||
{
|
||||
}
|
||||
|
||||
const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
return "MIR // FIXME (<0_0>)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user