]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/displayx11.h
Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
[wxWidgets.git] / include / wx / unix / displayx11.h
index 4258846df2627080a00ee2db5270c31315042f53..da642361e2f79e242a04e59da8e04dd3faf88209 100644 (file)
 
 #if wxUSE_DISPLAY
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "display.h"
-#endif
-
 class wxRect;
 class wxString;
 class wxDisplayUnixPriv;
@@ -43,7 +39,7 @@ class WXDLLEXPORT wxDisplay : public wxDisplayBase
   private:
     wxDisplayUnixPriv *m_priv;
 
-    DECLARE_NO_COPY_CLASS(wxDisplay);
+    DECLARE_NO_COPY_CLASS(wxDisplay)
 };
 
 #endif // wxUSE_DISPLAY