SDL detection only happens inside the RUN_MAIN main loop. This means that if we use a different main loop, it will not check if main is installed. This means that there is no way to use d-progress-dialog and d-message-box in the same program.
We should do SDL detection in a static this instead. Something like this:
SDL detection only happens inside the RUN_MAIN main loop. This means that if we use a different main loop, it will not check if main is installed. This means that there is no way to use d-progress-dialog and d-message-box in the same program.
We should do SDL detection in a static this instead. Something like this: