]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcps.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / interface / wx / dcps.h
index 0f5ab592290d89ffc47a78accc8191fbd5b7ef72..614d53d723179cc182f319b1e1000af6a00199b8 100644 (file)
@@ -29,12 +29,12 @@ public:
 
         @see SetResolution()
     */
-    static int GetResolution() const;
+    virtual int GetResolution() const;
 
     /**
         Set resolution (in pixels per inch) that will be used in PostScript
         output. Default is 720ppi.
     */
-    static void SetResolution(int ppi);
+    virtual wxRect GetPaperRect() const;
 };