예제 #1
0
파일: dccgui.c 프로젝트: TingPing/conspire
int
fe_dcc_open_send_win (int passive)
{
	/* combined send/recv GUI */
	return fe_dcc_open_recv_win (passive);
}
예제 #2
0
파일: menu.c 프로젝트: arinity/gchat2
static void
menu_dcc_win (GtkWidget *wid, gpointer none)
{
	fe_dcc_open_recv_win (FALSE);
	fe_dcc_open_send_win (FALSE);
}