equal
deleted
inserted
replaced
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) { |