Silence compilation warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10427 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
07131783e5
commit
aee0ee202f
@ -3946,7 +3946,7 @@ int Fl_Window::decorated_h()
|
||||
|
||||
void Fl_Paged_Device::print_window(Fl_Window *win, int x_offset, int y_offset)
|
||||
{
|
||||
NSButton *close, *miniaturize, *zoom;
|
||||
NSButton *close = nil, *miniaturize = nil, *zoom = nil;
|
||||
if (!win->shown() || win->parent() || !win->border() || !win->visible()) {
|
||||
this->print_widget(win, x_offset, y_offset);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user