67b45444fd
CHAR_WIDTH is now a macro defined by <limits.h> (from C23). MFH: 2026Q2
11 lines
306 B
C
11 lines
306 B
C
--- server.c.orig 2026-06-21 21:51:43 UTC
|
|
+++ server.c
|
|
@@ -64,6 +64,7 @@ static ServerConfig config;
|
|
* Call init_font() to set up the CHAR_X and CHAR_Y tables, then
|
|
* draw_string() to put text on the xpm.
|
|
*/
|
|
+#undef CHAR_WIDTH
|
|
static const int CHAR_WIDTH = 6;
|
|
static const int CHAR_HEIGHT = 7;
|
|
|