diff options
| author | Manolo Gouy <Manolo> | 2016-03-11 20:32:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-11 20:32:48 +0000 |
| commit | f11fe83e5ece71bf85d10079bafa10763cb674d2 (patch) | |
| tree | 118d229a1cd3eead4c6cbf39924c1434abe47407 /src/Fl_cocoa.mm | |
| parent | bd844a2abc62272f277520dae27dbadc637b3235 (diff) | |
Rewrite of Fl_Printer under the driver model - first step
Next step will involve moving code to new, platform-specific files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11350 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 2cde0dfd1..55b7f7d09 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -4373,7 +4373,7 @@ void Fl_Cocoa_Window_Driver::capture_titlebar_and_borders(Fl_Shared_Image*& top, } -void Fl_System_Printer::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) +void Fl_Printer::Helper::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) { if (!win->shown() || win->parent() || !win->border() || !win->visible()) { this->print_widget(win, x_offset, y_offset); |
