diff options
author | zachir <zachir@librem.one> | 2023-02-20 01:09:42 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 01:09:42 -0600 |
commit | f5878b3ffbef39b69f93f4c18549640372f87077 (patch) | |
tree | d421e4824bdbf66ebf89a19b2b26b279f4c6b0e8 /win.h | |
parent | 3f9b30ef78af7c80e55d2e9f111212a432544e2e (diff) |
initialize branch at st 0.9 upstream
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -25,19 +25,17 @@ enum win_mode { void xbell(void); void xclipcopy(void); -void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int); +void xdrawcursor(int, int, Glyph, int, int, Glyph); 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 xfreetitlestack(void); -void xsettitle(char *, int); -void xpushtitle(void); +void xsettitle(char *); int xsetcursor(int); void xsetmode(int, unsigned int); void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); -void xclearwin(void); |