mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +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>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
||||||
// #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING
|
// #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING
|
||||||
#ifdef DEBUG_SELECT
|
#ifdef DEBUG_SELECT
|
||||||
#include <stdio.h> // testing
|
#include <stdio.h> // testing
|
||||||
|
|||||||
@@ -966,6 +966,7 @@ int main(int argc, char **argv) {
|
|||||||
Fl_Window* window = new_view();
|
Fl_Window* window = new_view();
|
||||||
|
|
||||||
window->show(1, argv);
|
window->show(1, argv);
|
||||||
|
//window->wait_for_expose();
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
if (argc > 1) load_file(argv[1], -1);
|
if (argc > 1) load_file(argv[1], -1);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user