Try dummy commit

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-07-02 15:21:57 +00:00
parent 0ecb83b298
commit 305e5dd21e
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,6 @@ extern "C" {
#import <Cocoa/Cocoa.h>
// #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING
#ifdef DEBUG_SELECT
#include <stdio.h> // testing

View File

@ -966,6 +966,7 @@ int main(int argc, char **argv) {
Fl_Window* window = new_view();
window->show(1, argv);
//window->wait_for_expose();
#ifndef __APPLE__
if (argc > 1) load_file(argv[1], -1);
#endif