xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit 8c40f0308e800e124d4fdb1ab2f3f30c5616fb11
parent 2e345056ce414a0b80e7e7f26210b106a6c27112
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue, 27 Dec 2022 15:54:53 +0900

change color

Diffstat:
Mex7/ex7.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex7/ex7.c b/ex7/ex7.c @@ -671,7 +671,7 @@ main(void) { win_width = 800; win_height = 600; - x_setup_window(0, 0, win_width, win_height, 0x002240, "UNKO"); + x_setup_window(0, 0, win_width, win_height, 0x000000, "UNKO"); while (next_menu != QUIT){ switch (next_menu){ case START_MENU: