Fixed cropping function and implemented size boxes
[reactos.git] / reactos / base / applications / paint / history.h
index 39be55e..b0733e9 100644 (file)
@@ -18,4 +18,4 @@ void clearHistory();
 
 void insertReversible();
 
-void cropReversible(int x, int y);
+void cropReversible(int width, int height, int xOffset, int yOffset);