network_gui.c
changeset 4491 7b74fd94004d
parent 4416 442b18840569
child 4512 823dfd4aa413
equal deleted inserted replaced
4490:a8c299022281 4491:7b74fd94004d
  1390 	}
  1390 	}
  1391 }
  1391 }
  1392 
  1392 
  1393 void ShowClientList(void)
  1393 void ShowClientList(void)
  1394 {
  1394 {
  1395 	Window *w = AllocateWindowDescFront(&_client_list_desc, 0);
  1395 	AllocateWindowDescFront(&_client_list_desc, 0);
  1396 	if (w != NULL) w->window_number = 0;
       
  1397 }
  1396 }
  1398 
  1397 
  1399 static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e)
  1398 static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e)
  1400 {
  1399 {
  1401 	switch (e->event) {
  1400 	switch (e->event) {