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