freebsd-ports/print/xpp/files/patch-xpp.cxx
Cy Schubert ed4d923b39 Fix build with fltk-1.3.0.
Feature safe:	yes
2011-12-04 06:25:20 +00:00

20 lines
476 B
C++

--- xpp.cxx.orig 2004-12-06 11:00:04.000000000 -0800
+++ xpp.cxx 2011-12-03 22:11:00.788941301 -0800
@@ -2500,7 +2500,7 @@
// Redraw the destination menu in the main window
printerPack->parent()->redraw();
- printerPack->draw();
+ printerPack->redraw();
}
@@ -2674,7 +2674,7 @@
// Redraw the destination menu in the main window
printerPack->parent()->redraw();
- printerPack->draw();
+ printerPack->redraw();
return(dest_index);
}