mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 15:36:35 +01:00
More refactoring done.
This commit is contained in:
@@ -36,7 +36,7 @@ static void dhtstatus_onKey(ToxWindow *self, Messenger *m, int key)
|
||||
|
||||
static void dhtstatus_onDraw(ToxWindow *self)
|
||||
{
|
||||
Client_data *close_clientlist = DHT_get_close_list();
|
||||
Client_data *close_clientlist = DHT_get_close_list(temp_DHT);
|
||||
curs_set(0);
|
||||
werase(self->window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user