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:
parent
0ecb83b298
commit
305e5dd21e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user