Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
Removed the now obsolete test for FT2 (FreeType) which was used by the Pango based printing which I removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "gprint.h"
|
||||
#include "wx/gtk/gnome/gprint.h"
|
||||
|
||||
#if wxUSE_LIBGNOMEPRINT
|
||||
|
||||
#include "wx/fontutil.h"
|
||||
#include "wx/printdlg.h"
|
||||
#include "wx/gtk/private.h"
|
||||
@@ -659,3 +662,6 @@ int wxGnomePrintDC::GetResolution()
|
||||
{
|
||||
return 72;
|
||||
}
|
||||
|
||||
#endif
|
||||
// wxUSE_LIBGNOMEPRINT
|
||||
|
Reference in New Issue
Block a user