This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Merge
9f0eb9a0da
into
768d859187
pull/1944/merge
Joshua Borkowski-Clark
GitHub
1 month ago
parent
768d859187
9f0eb9a0da
commit
f56b79ccbf
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/window/Window.cpp
+ 4
- 0
src/window/Window.cpp
View File
@@ -819,6 +819,10 @@ void init() {
glfwInitHint(GLFW_COCOA_MENUBAR, GLFW_FALSE);
#endif
#if defined ARCH_LIN
glfwInitHint(GLFW_PLATFORM, GLFW_PLATFORM_X11);
#endif
glfwSetErrorCallback(errorCallback);
err = glfwInit();
if (err != GLFW_TRUE) {
Write
Preview
Loading…
Cancel
Save