]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/font.h
Small changes after Robert's edits
[wxWidgets.git] / include / wx / gtk1 / font.h
index 619813b17ed4da4f47474385a29eb476b38401bc..a42fc975c04551037aaf7a94ead3a5b4c9a7ff47 100644 (file)
@@ -37,7 +37,7 @@ class wxFontNameDirectory;
 // global variables
 //-----------------------------------------------------------------------------
 
-// extern wxFontNameDirectory wxTheFontNameDirectory;  // defined below
+//extern wxFontNameDirectory *wxTheFontNameDirectory;  // defined below
 
 //-----------------------------------------------------------------------------
 // wxFont
@@ -81,7 +81,7 @@ class wxFont: public wxGDIObject
     friend wxPaintDC;
     friend wxWindow;
     
-    GdkFont* GetInternalFont(float scale = 1.0);
+    GdkFont* GetInternalFont(float scale = 1.0) const;
 
     // no data :-)
 };
@@ -115,6 +115,6 @@ class wxFontNameDirectory: public wxObject
     int   nextFontId;
 };
 
-extern wxFontNameDirectory wxTheFontNameDirectory;
+extern wxFontNameDirectory *wxTheFontNameDirectory;
 
 #endif // __GTKFONTH__