summaryrefslogtreecommitdiff
path: root/include/gui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/window.h')
-rw-r--r--include/gui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/window.h b/include/gui/window.h
index c3da3e4..5ada8cd 100644
--- a/include/gui/window.h
+++ b/include/gui/window.h
@@ -119,7 +119,7 @@ void window_click_keyboard_handler(Window *window, MLV_Keyboard_button *keyboard
119 * *canvasTarget - pointer to the target Canvas 119 * *canvasTarget - pointer to the target Canvas
120 * *morphing - pointer to the Morphing that will makes the transformation 120 * *morphing - pointer to the Morphing that will makes the transformation
121 */ 121 */
122void window_rendering(Window *window, PictureFrame *pictureFrame1, Canvas *canvasSrc, Canvas *canvasTarget, 122void window_rendering(Window *window, PictureFrame pictureFrame1, Canvas *canvasSrc, Canvas *canvasTarget,
123 Morphing *morphing); 123 Morphing *morphing);
124 124
125#endif 125#endif