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