comparison 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
comparison
equal deleted inserted replaced
689:1b15cf9442ff 690:6fa9c36d0634
69 69
70 BOOL nnwin_init(int delay); 70 BOOL nnwin_init(int delay);
71 void nnwin_shutdown(); 71 void nnwin_shutdown();
72 void nnwin_reset(void); 72 void nnwin_reset(void);
73 73
74 void nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, char *optUserName, int optUserColor); 74 void nnwin_update(BOOL force, BOOL mask, nn_editbuf_t *ebuf, const char *username, const unsigned int usercolor);
75 75
76 nn_window_t * nnwin_main_window(); 76 nn_window_t * nnwin_main_window();
77 nn_window_t * nnwin_get(const int index); 77 nn_window_t * nnwin_get(const int index);
78 nn_window_t * nnwin_find(const char *id); 78 nn_window_t * nnwin_find(const char *id);
79 void nnwin_set_current(nn_window_t *); 79 void nnwin_set_current(nn_window_t *);