summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam NAILI2018-01-09 15:45:25 +0100
committerAdam NAILI2018-01-09 15:45:25 +0100
commit461164dd4adefc0036d1e244fbd0e5e805bbef9d (patch)
tree8777a7bb5738a85374e1696126ecf2654a94da99 /include
parent803524799631bcc96ee1fa7e194516fb23d8d9b3 (diff)
downloadmorpher-461164dd4adefc0036d1e244fbd0e5e805bbef9d.tar.gz
Changing the end of the program to let the user retry his morphing
Diffstat (limited to 'include')
-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