diff options
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; |