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/window.c | |
parent | 76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff) | |
download | morpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz |
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/gui/window.c')
-rw-r--r-- | src/gui/window.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/window.c b/src/gui/window.c index c9d200a..5d0a187 100644 --- a/src/gui/window.c +++ b/src/gui/window.c | |||
@@ -4,6 +4,13 @@ | |||
4 | #include "painter/rasterizer.h" | 4 | #include "painter/rasterizer.h" |
5 | #include "common/mem.h" | 5 | #include "common/mem.h" |
6 | 6 | ||
7 | /** | ||
8 | * File: window.c | ||
9 | * | ||
10 | * Author: | ||
11 | * Adam NAILI | ||
12 | */ | ||
13 | |||
7 | Window *window_create(int width, int height, char *title) { | 14 | Window *window_create(int width, int height, char *title) { |
8 | assert(width > 0); | 15 | assert(width > 0); |
9 | assert(height > 0); | 16 | assert(height > 0); |