From ab8c5116d5507867e81e50d4607b924c22b2a76c Mon Sep 17 00:00:00 2001 From: Levi Neely <141506390+lneely@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:37:42 +0200 Subject: [PATCH] short comment explaining the wayland.c include --- src/cmd/fontsrv/wayland.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/fontsrv/wayland.c b/src/cmd/fontsrv/wayland.c index 53a00c66..f10d3b6b 100644 --- a/src/cmd/fontsrv/wayland.c +++ b/src/cmd/fontsrv/wayland.c @@ -1 +1,3 @@ +// note: the fontsrv implementation for X11 and wayland are the same. +// this non-standard include is an alternative to copying the file. #include "x11.c"