mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user