summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
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);