diff ui.h @ 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 93d0e1547842
line wrap: on
line diff
--- a/ui.h	Wed Dec 25 08:35:22 2019 +0200
+++ b/ui.h	Wed Dec 25 11:05:31 2019 +0200
@@ -71,7 +71,7 @@
 void           nnwin_shutdown();
 void           nnwin_reset(void);
 
-void           nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, char *optUserName, int optUserColor);
+void           nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, const char *username, const unsigned int usercolor);
 
 nn_window_t *  nnwin_main_window();
 nn_window_t *  nnwin_get(const int index);