Browse Source

Fix headless build

tags/22.02
falkTX 4 years ago
parent
commit
877cf9418a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/override/RemoteNanoVG.cpp

+ 1
- 0
src/override/RemoteNanoVG.cpp View File

@@ -55,6 +55,7 @@ GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window) { return nullptr;
GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char*) {}
GLFWAPI const char* glfwGetKeyName(int key, int scancode) { return nullptr; }
GLFWAPI int glfwGetKeyScancode(int key) { return 0; }
GLFWAPI double glfwGetTime(void) { return 0.0; }

}



Loading…
Cancel
Save