GTK is standard in configure again
removed warning from postscript dc compile fix for wxDirDialog git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1349,11 +1349,16 @@ void wxPostScriptDC::EndPage ()
|
||||
*m_pstream << "showpage\n";
|
||||
}
|
||||
|
||||
bool wxPostScriptDC::Blit (long xdest, long ydest, long fwidth, long fheight,
|
||||
wxDC *source, long xsrc, long ysrc, int WXUNUSED(rop), bool WXUNUSED(useMask))
|
||||
bool wxPostScriptDC::Blit( long WXUNUSED(xdest), long WXUNUSED(ydest),
|
||||
long WXUNUSED(fwidth), long WXUNUSED(fheight),
|
||||
wxDC *WXUNUSED(source),
|
||||
long WXUNUSED(xsrc), long WXUNUSED(ysrc),
|
||||
int WXUNUSED(rop), bool WXUNUSED(useMask) )
|
||||
{
|
||||
wxCHECK_MSG( m_ok && m_pstream, FALSE, "invalid postscript dc" );
|
||||
|
||||
wxFAIL_MSG( "wxPostScriptDC::Blit no yet implemented." );
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user