summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-07-02 15:21:57 +0000
committerManolo Gouy <Manolo>2018-07-02 15:21:57 +0000
commit305e5dd21ecb24aca4c2098f6fd7c0b097765a6b (patch)
tree9e616e837f2ebff70eb00f64a5c4c98ae32b3e5f
parent0ecb83b29803c19609dd36b9afbcdf9e3093ad55 (diff)
Try dummy commit
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-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