xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit 6b31a9d0f5cc1e4cef4336e4cd57e4e4a05fda70
parent 2afbcaf7633a95f4bf0c944c8bfbd57d3abed7da
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 29 Dec 2022 10:48:04 +0900

delete unused macros

Diffstat:
Mex7/ex7.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/ex7/ex7.c b/ex7/ex7.c @@ -8,8 +8,6 @@ #include "x.h" /* macros */ -#define INIT_WIDTH (800) -#define INIT_HEIGHT (600) #define FPS (60) #define SUB_TICK (4) #define NUM_RECT (200)