]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/displayx11.h
Get/SetTitle only for wxTopLevelWindow.
[wxWidgets.git] / include / wx / unix / displayx11.h
index 4bb0cdc8f49f80c2cb16cd90a50cde513bac2ee7..da642361e2f79e242a04e59da8e04dd3faf88209 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: 
 // Created:     12/05/02
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 #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