summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-10-26 13:35:17 +0530
committerGitHub <noreply@github.com>2021-10-26 13:35:17 +0530
commit2236ccc88b4bdff5f837e0e70af1159bb184ddd8 (patch)
tree5eccf8665b9105f389c7b36f25ba1f8d408c632d /win.h
parentf01bddd23567ed94779904cd7ace99c4f3b2efdd (diff)
Update win.h
Diffstat (limited to 'win.h')
-rw-r--r--win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win.h b/win.h
index e6e4369..8b5b618 100644
--- a/win.h
+++ b/win.h
@@ -25,7 +25,7 @@ enum win_mode {
void xbell(void);
void xclipcopy(void);
-void xdrawcursor(int, int, Glyph, int, int, Glyph);
+void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int);
void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);