xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit b531b9293c5396d1220e52c084455f53aacfc405
parent 978aba18be4c908eea1d4c8d25ac4c9382eb3c7c
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 22 Dec 2022 15:19:58 +0900

add function prototype

Diffstat:
Mex2/ex2.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ex2/ex2.c b/ex2/ex2.c @@ -45,6 +45,7 @@ int width = 40, height = 40; /* function prototypes */ void setup(void); void cleanup(void); +void handle_inputs(void); void