diff ui.c @ 690:6fa9c36d0634

Adjust to match th-libs API changes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Dec 2019 11:05:31 +0200
parents f212cbfbd93c
children f3ec1cb11cea
line wrap: on
line diff
--- a/ui.c	Wed Dec 25 08:35:22 2019 +0200
+++ b/ui.c	Wed Dec 25 11:05:31 2019 +0200
@@ -329,7 +329,7 @@
 }
 
 
-void nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, char *username, int usercolor)
+void nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, const char *username, const unsigned int usercolor)
 {
     int sx, sy;
     BOOL changed = FALSE;