Merge latest suckless build into lukesmith-0.8.5

Includes the 0.8.5 version bump, which is great since many of the
patches have already been updated to here too.
This commit is contained in:
Spenser Truex
2022-08-15 01:20:16 -03:00
9 changed files with 892 additions and 59 deletions

2
win.h
View File

@ -30,6 +30,7 @@ void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
int xgetcolor(int, unsigned char *, unsigned char *, unsigned char *);
void xseticontitle(char *);
void xsettitle(char *);
int xsetcursor(int);
@ -38,3 +39,4 @@ void xsetpointermotion(int);
void xsetsel(char *);
int xstartdraw(void);
void xximspot(int, int);