Code

Add a zoom correction option to preferences (used when zooming to 1:1 etc. to display...
[inkscape.git] / src / ui / dialog / filedialogimpl-win32.h
index 9de49019346927a9dd2773853bef52f69581d63f..71fccca013fc517e855d9785b8bbd8801a26eac1 100644 (file)
@@ -275,6 +275,14 @@ private:
     /// @return Returns true if the image loaded successfully
     bool set_image_preview();
 
+    /// Loads the preview for a meta file
+    /// Main app thread only.
+    /// @return Returns true if the image loaded successfully
+    bool set_emf_preview();
+
+    /// This flag is set true when a meta file is previewed 
+    bool _preview_emf_image;
+
     /// Renders the unshrunk preview image to a windows HTBITMAP
     /// which can be painted in the preview pain.
     /// Main app thread only.