* only show message box on exit if the image has not been saved and is not blank
[reactos.git] / reactos / base / applications / paint / winproc.h
index 6ded869..0b016be 100644 (file)
@@ -7,4 +7,6 @@
  * PROGRAMMERS: Benedikt Freisen
  */
 
+void ZoomTo(int newZoom);
+
 LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);