]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gnome/gprint.cpp
Another package name fix
[wxWidgets.git] / src / gtk / gnome / gprint.cpp
index 2b6b50d6b83156791a4deaa5de345c51e96c3418..aae14b599384ae5b497382463d3cb6e0320802a2 100644 (file)
@@ -1828,6 +1828,16 @@ void wxGnomePrintDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp )
     ComputeScaleAndOrigin();
 }
 
+void wxGnomePrintDC::SetLogicalOrigin( wxCoord x, wxCoord y )
+{
+    wxDC::SetLogicalOrigin( x, y );
+}
+
+void wxGnomePrintDC::SetDeviceOrigin( wxCoord x, wxCoord y )
+{
+    wxDC::SetDeviceOrigin( x, y );
+}
+
 void wxGnomePrintDC::SetResolution(int ppi)
 {
 }