diff options
author | Marvin Borner | 2022-03-28 12:32:51 +0200 |
---|---|---|
committer | Marvin Borner | 2022-03-28 12:32:51 +0200 |
commit | 272cc6e941d798d7270fcf74a98f592ef06e14ac (patch) | |
tree | ca50baf1a496ab52072bd4fc0e12c4914824b568 /.repos/st/win.h | |
parent | ba95f4990581cd3977a8647d829896f23e3f1e05 (diff) |
sync
Diffstat (limited to '.repos/st/win.h')
-rw-r--r-- | .repos/st/win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.repos/st/win.h b/.repos/st/win.h index d7b4980..e6e4369 100644 --- a/.repos/st/win.h +++ b/.repos/st/win.h @@ -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); |