diff options
author | Adam NAILI | 2018-01-09 15:45:25 +0100 |
---|---|---|
committer | Adam NAILI | 2018-01-09 15:45:25 +0100 |
commit | 461164dd4adefc0036d1e244fbd0e5e805bbef9d (patch) | |
tree | 8777a7bb5738a85374e1696126ecf2654a94da99 /include/gui | |
parent | 803524799631bcc96ee1fa7e194516fb23d8d9b3 (diff) | |
download | morpher-461164dd4adefc0036d1e244fbd0e5e805bbef9d.tar.gz |
Changing the end of the program to let the user retry his morphing
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/window.h | 2 |
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 | */ |
122 | void window_rendering(Window *window, PictureFrame *pictureFrame1, Canvas *canvasSrc, Canvas *canvasTarget, | 122 | void window_rendering(Window *window, PictureFrame pictureFrame1, Canvas *canvasSrc, Canvas *canvasTarget, |
123 | Morphing *morphing); | 123 | Morphing *morphing); |
124 | 124 | ||
125 | #endif | 125 | #endif |