]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fontdlgg.h
fix client to screen (and vice versa) conversion
[wxWidgets.git] / include / wx / generic / fontdlgg.h
index fdbd69163e7a3bbd8d3d16f830457a91ccee0370..f39d3c65741f1d72b1574498d639bc19838aa930 100644 (file)
@@ -5,18 +5,14 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c)
-// Licence:    wxWindows licence
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_GENERIC_FONTDLGG_H
 #define _WX_GENERIC_FONTDLGG_H
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "fontdlgg.h"
-#endif
-
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/font.h"
 #include "wx/dialog.h"
@@ -25,7 +21,7 @@
 /*
  * FONT DIALOG
  */
+
 class WXDLLEXPORT wxChoice;
 class WXDLLEXPORT wxText;
 class WXDLLEXPORT wxCheckBox;
@@ -94,4 +90,3 @@ WXDLLEXPORT int wxFontWeightStringToInt(wxChar *weight);
 WXDLLEXPORT int wxFontStyleStringToInt(wxChar *style);
 
 #endif // _WX_GENERIC_FONTDLGG_H
-