diff options
| author | Manolo Gouy <Manolo> | 2016-09-09 15:56:33 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-09 15:56:33 +0000 |
| commit | c5960df5fb4d99098c4ecbc28cc2f90c7f02e9aa (patch) | |
| tree | 262d21c1cb4e6fba5dfb48424e61f20ef264bdf2 /src/Fl_cocoa.mm | |
| parent | 86e48ce2ca8269e2b94c57d4988c4fd9e4d2a202 (diff) | |
Rewrite fl_open_callback() under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_cocoa.mm')
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 9252ed780..136752c4b 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -1668,7 +1668,7 @@ static FLWindowDelegate *flwindowdelegate_instance = nil; /* * Install an open documents event handler... */ -void fl_open_callback(void (*cb)(const char *)) { +void Fl_Darwin_System_Driver::open_callback(void (*cb)(const char *)) { fl_open_display(); [(FLAppDelegate*)[NSApp delegate] open_cb:cb]; } |
