X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=x.c;h=d43a52947aa61638c269194c1d2a7fa19d292c68;hb=c5ba9c025b7ebc34979e839453528f6e4a18712d;hp=f00568791f7051bca82307c08126c41dcfb9e44d;hpb=20e0da7f14cc5f30863e0b8014fa223fbaff1e30;p=st.git diff --git a/x.c b/x.c index f005687..d43a529 100644 --- a/x.c +++ b/x.c @@ -1,5 +1,6 @@ /* See LICENSE for license details. */ #include +#include #include #include #include @@ -780,7 +781,7 @@ xhints(void) XClassHint class = {opt_name ? opt_name : termname, opt_class ? opt_class : termname}; XWMHints wm = {.flags = InputHint, .input = 1}; - XSizeHints *sizeh = NULL; + XSizeHints *sizeh; sizeh = XAllocSizeHints(); @@ -901,7 +902,6 @@ xloadfonts(char *fontstr, double fontsize) { FcPattern *pattern; double fontval; - float ceilf(float); if (fontstr[0] == '-') { pattern = XftXlfdParse(fontstr, False, False);