non-pch build fix, indentation and whitespace cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2007-09-13 16:41:28 +00:00
parent 376b252c63
commit a7060b8cae

View File

@ -26,6 +26,7 @@
#include "wx/math.h"
#include "wx/image.h"
#include "wx/module.h"
#include "wx/crt.h"
#endif
#include "wx/fontutil.h"
@ -183,12 +184,11 @@ wxPrintNativeDataBase *wxGtkPrintFactory::CreatePrintNativeData()
//----------------------------------------------------------------------------
// We use it to pass useful objets to gtk printing callback functions.
typedef struct
struct wxPrinterToGtkData
{
wxGtkPrinter * printer;
wxPrintout * printout;
}
wxPrinterToGtkData;
};
extern "C"
{