From af8b511c67840ce2baa18c5cfe3abff9639c5ed1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Dec 2008 19:53:10 +0100 Subject: [PATCH] support: renamed source to hscroll.c There is only strscroll() left in support.c. Give the source a better name. --- src/Makefile.am | 4 ++-- src/{support.c => hscroll.c} | 2 +- src/{support.h => hscroll.h} | 4 ++-- src/screen.c | 2 +- src/screen_play.c | 2 +- src/screen_utils.c | 1 - 6 files changed, 7 insertions(+), 8 deletions(-) rename src/{support.c => hscroll.c} (98%) rename src/{support.h => hscroll.h} (96%) diff --git a/src/Makefile.am b/src/Makefile.am index a53e5d0..02c7dc8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ ncmpc_headers = \ screen_utils.h\ list_window.h\ colors.h\ - support.h\ + hscroll.h \ charset.h \ match.h \ wreadln.h\ @@ -66,7 +66,7 @@ ncmpc_SOURCES = \ screen_file.c\ list_window.c\ colors.c\ - support.c\ + hscroll.c \ charset.c \ match.c \ wreadln.c\ diff --git a/src/support.c b/src/hscroll.c similarity index 98% rename from src/support.c rename to src/hscroll.c index 3dbebd0..2915a11 100644 --- a/src/support.c +++ b/src/hscroll.c @@ -16,7 +16,7 @@ * */ -#include "support.h" +#include "hscroll.h" #include "charset.h" #include "config.h" diff --git a/src/support.h b/src/hscroll.h similarity index 96% rename from src/support.h rename to src/hscroll.h index 4886292..47ace33 100644 --- a/src/support.h +++ b/src/hscroll.h @@ -17,8 +17,8 @@ * */ -#ifndef SUPPORT_H -#define SUPPORT_H +#ifndef HSCROLL_H +#define HSCROLL_H #include "config.h" diff --git a/src/screen.c b/src/screen.c index 03e50fa..9c65e78 100644 --- a/src/screen.c +++ b/src/screen.c @@ -21,7 +21,7 @@ #include "screen_utils.h" #include "config.h" #include "i18n.h" -#include "support.h" +#include "hscroll.h" #include "charset.h" #include "mpdclient.h" #include "utils.h" diff --git a/src/screen_play.c b/src/screen_play.c index feff1f7..f8f65ba 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -20,7 +20,7 @@ #include "i18n.h" #include "charset.h" #include "options.h" -#include "support.h" +#include "hscroll.h" #include "mpdclient.h" #include "utils.h" #include "strfsong.h" diff --git a/src/screen_utils.c b/src/screen_utils.c index 20b4be1..89b3644 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -21,7 +21,6 @@ #include "mpdclient.h" #include "config.h" #include "i18n.h" -#include "support.h" #include "options.h" #include "colors.h" #include "wreadln.h" -- 2.30.2