summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-01-22 17:45:09 +0000
committerManolo Gouy <Manolo>2015-01-22 17:45:09 +0000
commit2d264fa8d544de417b60a6fcb37352d2687dde7e (patch)
tree36b7c4e98b488df0c88af4daa316c03209c68ef2 /FL/mac.H
parent1b00cc8e21addcdfe75880137a66dfd11d8cf75e (diff)
A few comment changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10531 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index df234710f..1bfd77a47 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -170,7 +170,7 @@ public:
void map(void);
void unmap(void);
void collapse(void);
- WindowRef window_ref(void);
+ WindowRef window_ref(void); // useless with cocoa GL windows
void set_key_window(void);
// OS X doesn't have per window icons
static void set_default_icons(const Fl_RGB_Image*[], int) {};