summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 01:09:42 -0600
committerzachir <zachir@librem.one>2023-02-20 01:09:42 -0600
commitf5878b3ffbef39b69f93f4c18549640372f87077 (patch)
treed421e4824bdbf66ebf89a19b2b26b279f4c6b0e8 /win.h
parent3f9b30ef78af7c80e55d2e9f111212a432544e2e (diff)
initialize branch at st 0.9 upstream
Diffstat (limited to 'win.h')
-rw-r--r--win.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/win.h b/win.h
index 1eff487..6de960d 100644
--- a/win.h
+++ b/win.h
@@ -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);