From 82c96f30da0dc9276128f9cb6d1dbe442b841a20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:33:29 +0000 Subject: [PATCH 1/3] Initial plan From 08857ac0b9a2ce16cf34da5e42ec2a8c9e736c61 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:36:36 +0000 Subject: [PATCH 2/3] Fix cnee_demo.c extern redeclaration and add Makefile.gdoc no-op comment Co-authored-by: ayanimea <13433370+ayanimea@users.noreply.github.com> --- cnee/src/cnee_demo.c | 2 +- doc/Makefile.gdoc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cnee/src/cnee_demo.c b/cnee/src/cnee_demo.c index 399ed80..2f2784c 100644 --- a/cnee/src/cnee_demo.c +++ b/cnee/src/cnee_demo.c @@ -32,12 +32,12 @@ #include "libxnee/xnee_alloc.h" #include "libxnee/xnee_xinput.h" +#include "cnee.h" #include "parse.h" #include "cnee_strings.h" #define CNEE_DEMO_DELAYED_START 3 -extern xnee_option_t *cnee_options ; static char * cnee_get_default_filename() diff --git a/doc/Makefile.gdoc b/doc/Makefile.gdoc index 98a3294..b6c3b74 100644 --- a/doc/Makefile.gdoc +++ b/doc/Makefile.gdoc @@ -1,2 +1,5 @@ +# This file is intentionally left as a no-op. +# Any previous gdoc-specific make variables (gdoc_MANS, gdoc_TEXINFOS, etc.) +# have been removed because they were unused and not referenced by the build. gdoc_MANS = gdoc_TEXINFOS = From 0c26b089dd6af6c77ff2642d1fbd51cb60d93cd8 Mon Sep 17 00:00:00 2001 From: Ayanimea <13433370+ayanimea@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:59:57 +0100 Subject: [PATCH 3/3] Update doc/Makefile.gdoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- doc/Makefile.gdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.gdoc b/doc/Makefile.gdoc index b6c3b74..cb3d6f5 100644 --- a/doc/Makefile.gdoc +++ b/doc/Makefile.gdoc @@ -1,5 +1,5 @@ # This file is intentionally left as a no-op. # Any previous gdoc-specific make variables (gdoc_MANS, gdoc_TEXINFOS, etc.) -# have been removed because they were unused and not referenced by the build. +# are intentionally left empty because they are unused and not referenced by the build. gdoc_MANS = gdoc_TEXINFOS =