[hackers] [st][PATCH 21/23] drawregion and xloadcolor are internal to x.c

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

---
 win.h | 1 -
 x.c   | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/win.h b/win.h
index a632604..5c54c40 100644
--- a/win.h
+++ b/win.h
_AT_@ -1,7 +1,6 @@
 /* See LICENSE for license details. */
 
 void draw(void);
-void drawregion(int, int, int, int);
 
 void clipcopy(const Arg *);
 void clippaste(const Arg *);
diff --git a/x.c b/x.c
index 858d044..cc5a5a9 100644
--- a/x.c
+++ b/x.c
_AT_@ -131,9 +131,11 @@ static void xdrawglyphfontspecs(const XftGlyphFontSpec *, Glyph, int, int, int);
 static void xdrawglyph(Glyph, int, int);
 static void xclear(int, int, int, int);
 static void xdrawcursor(void);
+static void drawregion(int, int, int, int);
 static int xgeommasktogravity(int);
 static int xloadfont(Font *, FcPattern *);
 static void xunloadfont(Font *);
+static int xloadcolor(int, const char *, Color *);
 static void xhints(void);
 static void xinit(void);
 static void xresize(int, int);
-- 
2.14.1
Received on Sun Sep 24 2017 - 23:11:43 CEST

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