diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-15 22:23:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 22:23:48 -0500 |
| commit | c38d27bf66fd2ae6f1493b36b3f34c74154268e6 (patch) | |
| tree | 27a6a5b16e7123182ab9702a9667e0918cc90688 /win.h | |
| parent | 06456761420bbfc96893a0f96b72c3996767e228 (diff) | |
update
Diffstat (limited to 'win.h')
| -rw-r--r-- | win.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ 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); void xsetmode(int, unsigned int); |
