diff options
| author | Manolo Gouy <Manolo> | 2015-01-22 17:45:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-01-22 17:45:09 +0000 |
| commit | 2d264fa8d544de417b60a6fcb37352d2687dde7e (patch) | |
| tree | 36b7c4e98b488df0c88af4daa316c03209c68ef2 /src | |
| parent | 1b00cc8e21addcdfe75880137a66dfd11d8cf75e (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 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 70aabc993..e237d93a4 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -4250,7 +4250,7 @@ CGImageRef Fl_X::CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, i return img; } -WindowRef Fl_X::window_ref() +WindowRef Fl_X::window_ref() // useless with cocoa GL windows { return (WindowRef)[xid windowRef]; } @@ -4403,7 +4403,6 @@ void Fl_Paged_Device::print_window(Fl_Window *win, int x_offset, int y_offset) Supports old Mac OS X versions that may use a couple of Carbon calls: GetKeys used by OS X 10.3 or before (in Fl::get_key()) PMSessionPageSetupDialog and PMSessionPrintDialog used by 10.4 or before (in Fl_Printer::start_job()) - GetWindowPort used by 10.4 or before (in Fl_Gl_Choice.cxx) */ void *Fl_X::get_carbon_function(const char *function_name) { static void *carbon = NULL; |
