summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-11-11 09:01:51 +0000
committerManolo Gouy <Manolo>2017-11-11 09:01:51 +0000
commit7356d4ef218f5f98189d171ebd73deebd1f27b73 (patch)
tree928cf939023ce253ba9e9be13f6df69b906ac74b
parent4a088d28f5607ee2713069de71b497eef335e9fd (diff)
Make a comment more detailed
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12550 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_cocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm
index b589c854d..81e6f7028 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -1756,7 +1756,7 @@ static void foreground_and_activate_if_needed() {
[NSApp activateIgnoringOtherApps:YES];
}
-// this form tested OK on MacOS 10.3 10.6 10.9 and 10.13
+// simpler way to activate app tested OK on MacOS 10.3 10.6 10.9 and 10.13
void Fl_Cocoa_Screen_Driver::open_display_platform() {
static char beenHereDoneThat = 0;