diff options
| author | Manolo Gouy <Manolo> | 2013-12-11 14:31:27 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-12-11 14:31:27 +0000 |
| commit | c65852122c8fbc8de37b29fbdcd5010d4f2bef75 (patch) | |
| tree | 23d4ebc3a5f99f4369c412a6b17505ff1ff0f126 /src | |
| parent | 8edcf8f29fae99f0ba294cd42810f89a99746086 (diff) | |
Added informative comment to Fl_Paged_Device::print_window()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -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 48f549128..5785c0eaa 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3457,7 +3457,7 @@ void Fl_Paged_Device::print_window(Fl_Window *win, int x_offset, int y_offset) delete rgb; delete[] bitmap; if (title) { // print the window title - fl_font(FL_HELVETICA, 14); + fl_font(FL_HELVETICA, 14); // the exact font is LucidaGrande 13 pts fl_color(FL_BLACK); fl_draw(title, x_offset+win->w()/2-fl_width(title)/2, y_offset+bt/2+4); } |
