From a58a315d4866066a54d364cf65e0f83fb93f16ea Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Wed, 24 Jan 2024 22:44:20 +0000 Subject: [PATCH] Update test code --- src/compositor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index be26c90..1c7abab 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -77,8 +77,8 @@ i32 run_main_loop(void) { i32 toolbox_button_x = (toolbox->width - BUTTON_WIDTH) / 2; line ln = (line){ - (point){20, 40}, - (point){60, 200}, + (point){80, 100}, + (point){120, 300}, }; while (comp.running) {