]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcscreen.h
added wxNotificationMessage and implemented it generically and natively for Maemo
[wxWidgets.git] / include / wx / gtk / dcscreen.h
index 79ed9959a907b048e5786b07b3fd594fba007788..1e8a9425acc0f87c5a189a64710e5e066cb2274a 100644 (file)
@@ -33,21 +33,21 @@ public:
 
     ~wxGTKScreenImplDC();
 
-    static bool StartDrawingOnTop( wxWindow *window ) { return true; }
-    static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL ) { return true; }
+    static bool StartDrawingOnTop(wxWindow * WXUNUSED(window))
+        { return true; }
+    static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) =  NULL)
+        { return true; }
     static bool EndDrawingOnTop() { return true; }
 
 
 protected:
     virtual void DoGetSize(int *width, int *height) const;
-    
+
     void Init();
 
 private:
     DECLARE_ABSTRACT_CLASS(wxGTKScreenImplDC)
 };
 
-#endif
-
-    // __GTKDCSCREENH__
+#endif // __GTKDCSCREENH__