linux: glutInit() gets called twice from ibex.cpp and x11.cpp

Issue #14 new
Christoph Haag created an issue

In ibex.cpp it's conditioned like this:

#ifndef __APPLE__
    glutInit(&argc, argv);
#endif

I just commented out the line in x11.cpp and then it worked too, with only the above glutinit in ibex.cpp

Comments (0)

  1. Log in to comment