summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_cocoa.mm1
-rw-r--r--test/editor.cxx1
2 files changed, 1 insertions, 1 deletions
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 <Cocoa/Cocoa.h>
-
// #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING
#ifdef DEBUG_SELECT
#include <stdio.h> // 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