diff options
author | Adam NAILI | 2017-12-22 19:15:56 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-22 19:15:56 +0100 |
commit | 92c999f56a86f221e6d3dc2182b5b7f7e0e08231 (patch) | |
tree | e5e0bddb9c3636731695fd11b8c7aa1f74626b77 /test/gui/window.c | |
parent | e84ae1203b8cd7a51d93ec77a5a2663e7496eef5 (diff) | |
download | morpher-92c999f56a86f221e6d3dc2182b5b7f7e0e08231.tar.gz |
Successful test for the group management and button handling. Buttons are placed in the right spots thanks to group position handling
Diffstat (limited to 'test/gui/window.c')
-rw-r--r-- | test/gui/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gui/window.c b/test/gui/window.c index e3b062a..b19300e 100644 --- a/test/gui/window.c +++ b/test/gui/window.c | |||
@@ -2,11 +2,11 @@ | |||
2 | #include "MLV/MLV_all.h" | 2 | #include "MLV/MLV_all.h" |
3 | 3 | ||
4 | static void test_window() { | 4 | static void test_window() { |
5 | Window window; | 5 | /*Window window; |
6 | window_init(&window, 1000, 512, "Coucou"); | 6 | window_init(&window, 1000, 512, "Coucou"); |
7 | window_create(&window); | 7 | window_create(&window); |
8 | MLV_wait_seconds(150); | 8 | MLV_wait_seconds(150); |
9 | window_free(&window); | 9 | window_free(&window);*/ |
10 | } | 10 | } |
11 | 11 | ||
12 | int main() { | 12 | int main() { |