diff options
author | pacien | 2018-01-09 16:14:18 +0100 |
---|---|---|
committer | pacien | 2018-01-09 16:14:18 +0100 |
commit | 38195a70192301e7df5b69bf2266a04a0b90a532 (patch) | |
tree | 2ad004884b1d5348e7b0812e514293eda3cd7d66 /src/gui/pictureframe.c | |
parent | 76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff) | |
download | morpher-master.tar.gz |
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/gui/pictureframe.c')
-rw-r--r-- | src/gui/pictureframe.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/pictureframe.c b/src/gui/pictureframe.c index c012ece..c6d7bf6 100644 --- a/src/gui/pictureframe.c +++ b/src/gui/pictureframe.c | |||
@@ -3,6 +3,13 @@ | |||
3 | #include <MLV/MLV_all.h> | 3 | #include <MLV/MLV_all.h> |
4 | #include "common/mem.h" | 4 | #include "common/mem.h" |
5 | 5 | ||
6 | /** | ||
7 | * File: pictureframe.c | ||
8 | * | ||
9 | * Author: | ||
10 | * Adam NAILI | ||
11 | */ | ||
12 | |||
6 | static bool pictureframe_is_selected(int x, int y, PictureFrame *pictureFrame) { | 13 | static bool pictureframe_is_selected(int x, int y, PictureFrame *pictureFrame) { |
7 | assert(pictureFrame != NULL); | 14 | assert(pictureFrame != NULL); |
8 | int x1 = pictureFrame->component.x_pos; | 15 | int x1 = pictureFrame->component.x_pos; |