diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-10-26 13:35:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 13:35:17 +0530 |
commit | 2236ccc88b4bdff5f837e0e70af1159bb184ddd8 (patch) | |
tree | 5eccf8665b9105f389c7b36f25ba1f8d408c632d /win.h | |
parent | f01bddd23567ed94779904cd7ace99c4f3b2efdd (diff) |
Update win.h
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |