summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorIskustvo <iskustvo@yahoo.com>2023-01-07 01:23:37 +0100
committerMarcelo Lira <setanta@gmail.com>2025-03-02 04:20:26 -0300
commit6fc6b4a47ab27f191acda7572b3f9082dbbe4b6c (patch)
treeb43074c5bfe018f93bf86be9b25138a12f18de97 /win.h
parentf9cdb0e485c0b8229c50e4d88338f613834dc734 (diff)
add glyph wide support patch
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 6de960d..94679e4 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);