diff options
Diffstat (limited to 'include/gui/pictureframe.h')
-rw-r--r-- | include/gui/pictureframe.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/gui/pictureframe.h b/include/gui/pictureframe.h index f6edbf6..0432b1c 100644 --- a/include/gui/pictureframe.h +++ b/include/gui/pictureframe.h | |||
@@ -8,11 +8,14 @@ | |||
8 | * Adam NAILI | 8 | * Adam NAILI |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "gui/component.h" | ||
11 | #include "morpher/morphing.h" | 12 | #include "morpher/morphing.h" |
12 | #include "painter/canvas.h" | 13 | #include "painter/canvas.h" |
13 | #include "component.h" | ||
14 | 14 | ||
15 | /*Needed storage point to share memory between the origin PictureFrame and the target PictureFrame. It ables to cancel the Add constraint functionality*/ | 15 | /* |
16 | * Needed storage point to share memory between the origin PictureFrame and the target PictureFrame. | ||
17 | * It ables to cancel the Add constraint functionality | ||
18 | */ | ||
16 | CartesianVector savedPoint; | 19 | CartesianVector savedPoint; |
17 | 20 | ||
18 | /** | 21 | /** |
@@ -118,5 +121,4 @@ void pictureframe_click_handler_origin(int x_pos, int y_pos, Component *paramete | |||
118 | */ | 121 | */ |
119 | void pictureframe_click_handler_target(int x_pos, int y_pos, Component *parameterSelf); | 122 | void pictureframe_click_handler_target(int x_pos, int y_pos, Component *parameterSelf); |
120 | 123 | ||
121 | |||
122 | #endif | 124 | #endif |