[APPLICATIONS]
[reactos.git] / reactos / base / applications / paint / history.h
old mode 100755 (executable)
new mode 100644 (file)
index e82fc36..a373ea5
@@ -1,21 +1,21 @@
-/*\r
- * PROJECT:     PAINT for ReactOS\r
- * LICENSE:     LGPL\r
- * FILE:        history.h\r
- * PURPOSE:     Undo and redo functionality\r
- * PROGRAMMERS: Benedikt Freisen\r
- */\r
-\r
-void newReversible();\r
-\r
-void undo();\r
-\r
-void redo();\r
-\r
-void resetToU1();\r
-\r
-void clearHistory();\r
-\r
-void insertReversible();\r
-\r
-void cropReversible(int x, int y);\r
+/*
+ * PROJECT:     PAINT for ReactOS
+ * LICENSE:     LGPL
+ * FILE:        history.h
+ * PURPOSE:     Undo and redo functionality
+ * PROGRAMMERS: Benedikt Freisen
+ */
+
+void newReversible(void);
+
+void undo(void);
+
+void redo(void);
+
+void resetToU1(void);
+
+void clearHistory(void);
+
+void insertReversible(HBITMAP hbm);
+
+void cropReversible(int width, int height, int xOffset, int yOffset);