From 38195a70192301e7df5b69bf2266a04a0b90a532 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 16:14:18 +0100 Subject: Update report, add authorship to C files Signed-off-by: pacien --- src/gui/button.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/button.c') diff --git a/src/gui/button.c b/src/gui/button.c index 4bf3952..79abef2 100644 --- a/src/gui/button.c +++ b/src/gui/button.c @@ -6,6 +6,13 @@ #include #include "common/mem.h" +/** + * File: button.c + * + * Author: + * Adam NAILI + */ + static bool button_is_selected(int x, int y, Button *button) { assert(button != NULL); int x1 = button->component.x_pos; -- cgit v1.2.3