summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-08 21:08:52 -0500
committerZachIR <zachir@librem.one>2025-07-08 21:08:52 -0500
commit1f5344705216be2234d29d9b0ea675577988caa4 (patch)
tree196ee0a839d0b807479b8b4b549f16ccfab260ef /win.h
parentaf79d1853cf8d501bbdf14b6d4b2df81bdaf1526 (diff)
Apply ligatures 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);