From 305e5dd21ecb24aca4c2098f6fd7c0b097765a6b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 2 Jul 2018 15:21:57 +0000 Subject: [PATCH] Try dummy commit git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 1 - test/editor.cxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index f61834d6a..e2ad85728 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -61,7 +61,6 @@ extern "C" { #import - // #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING #ifdef DEBUG_SELECT #include // testing diff --git a/test/editor.cxx b/test/editor.cxx index 0978d36bd..1a67fc7d6 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -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