diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 22:14:48 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 22:28:59 -0500 |
| commit | fa3c401390e1477ff4aae6b91fcf18eded478814 (patch) | |
| tree | 08a40bec3b5bb8f7887bd52c9aed866ad8a64393 /win.h | |
| parent | 73c034ba05101e2fc337183af1cdec5bfe318b99 (diff) | |
0.8.4 update, scroll added as separate prog
Diffstat (limited to 'win.h')
| -rw-r--r-- | win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); int xsetcolorname(int, const char *); +void xseticontitle(char *); void xsettitle(char *); int xsetcursor(int); void xsetmode(int, unsigned int); @@ -37,4 +38,3 @@ void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); -void xclearwin(void); |
