diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-06-01 11:59:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-06-01 12:02:36 (GMT) |
commit | ca8672cd89086c7fcd494a650441d541622d40fa (patch) | |
tree | feb9026ac5556c2931c663bd0b411c29feccc604 | |
parent | c21a38d5af9a57e470d5445fcec354b07de784f2 (diff) |
Rename the root files providing content for rendering lines.
-rw-r--r-- | src/glibext/Makefile.am | 2 | ||||
-rw-r--r-- | src/glibext/generator-int.h (renamed from src/glibext/linegen-int.h) | 0 | ||||
-rw-r--r-- | src/glibext/generator.c (renamed from src/glibext/linegen.c) | 0 | ||||
-rw-r--r-- | src/glibext/generator.h (renamed from src/glibext/linegen.h) | 0 |
4 files changed, 0 insertions, 2 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index 336c121..ba4e3fa 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -22,8 +22,6 @@ libglibext_la_SOURCES = \ glinecursor.h glinecursor.c \ gnhash.h gnhash.c \ linecolumn.h linecolumn.c \ - linegen-int.h \ - linegen.h linegen.c \ notifier.h \ objhole.h \ proto.h \ diff --git a/src/glibext/linegen-int.h b/src/glibext/generator-int.h index 6952f69..6952f69 100644 --- a/src/glibext/linegen-int.h +++ b/src/glibext/generator-int.h diff --git a/src/glibext/linegen.c b/src/glibext/generator.c index c5291ab..c5291ab 100644 --- a/src/glibext/linegen.c +++ b/src/glibext/generator.c diff --git a/src/glibext/linegen.h b/src/glibext/generator.h index d40a598..d40a598 100644 --- a/src/glibext/linegen.h +++ b/src/glibext/generator.h |