summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-12-18 20:11:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-12-18 20:11:24 +0000
commitbdbea142186f81c0efeb00db4a5d3c8722b6496c (patch)
treeb814741914b8cea0e6f73469417733418ee8e9e6 /FL/mac.H
parent73a30359b9a02fe1d198230184ee38663cac10c6 (diff)
Patched for Cocoa.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6971 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 0d24d03c8..0237b70cc 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -163,6 +163,7 @@ extern void MacUnmapWindow(Fl_Window*,void *);
extern WindowRef MACwindowRef(Fl_Window *w);
extern Fl_Region MacRectRegionIntersect(Fl_Region current, int x,int y,int w, int h);
extern void MacCollapseWindow(Window w);
+extern void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut = 0);
#else
extern void MacDestroyWindow(Fl_Window*,WindowPtr);
extern void MacMapWindow(Fl_Window*,WindowPtr);