--- 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.1Received 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