[hackers] [st][PATCH 06/23] xloadfonts/xunloadfonts now local to x.c

From: Devin J. Pohly <djpohly_AT_gmail.com>
Date: Sun, 24 Sep 2017 16:11:28 -0500

---
 win.h | 2 --
 x.c   | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/win.h b/win.h
index bd2456b..bf7481f 100644
--- a/win.h
+++ b/win.h
_AT_@ -14,11 +14,9 @@ void xclipcopy(void);
 void xclippaste(void);
 void xloadcols(void);
 int xsetcolorname(int, const char *);
-void xloadfonts(char *, double);
 void xsetenv(void);
 void xsettitle(char *);
 void xsetpointermotion(int);
-void xunloadfonts(void);
 void xresize(int, int);
 void xselpaste(void);
 void xsetsel(char *, Time);
diff --git a/x.c b/x.c
index 3099985..9049fa9 100644
--- a/x.c
+++ b/x.c
_AT_@ -95,6 +95,8 @@ static void xunloadfont(Font *);
 static void xhints(void);
 static void xinit(void);
 static void xseturgency(int);
+static void xloadfonts(char *, double);
+static void xunloadfonts(void);
 
 static void expose(XEvent *);
 static void visibility(XEvent *);
-- 
2.14.1
Received on Sun Sep 24 2017 - 23:11:28 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 24 2017 - 23:24:51 CEST