We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dc66c commit 32d54b1Copy full SHA for 32d54b1
viewer/src/viewer.cpp
@@ -131,7 +131,9 @@ static void event(const sapp_event* ev)
131
case SAPP_EVENTTYPE_FILES_DROPPED:
132
{
133
// Do this to make sure the graphics is bound.
134
+#ifndef __linux
135
bindGraphicsContext();
136
+#endif
137
138
// get the number of files and their paths like this:
139
const int numDroppedFiles = sapp_get_num_dropped_files();
0 commit comments