X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.c;h=8b9c312f5e42cd7240404a2f48cf684a956492e4;hp=43b7ef6545f23cc5826ae92ffd8971de08093ce1;hb=42b2d351b67e4127635728991c085da38c618289;hpb=1a412bd920ee194359427960b4548c3c0e86fdb7 diff --git a/src/ivac.c b/src/ivac.c index 43b7ef6..8b9c312 100644 --- a/src/ivac.c +++ b/src/ivac.c @@ -200,6 +200,7 @@ int ivac_event_cb(t_event *event,void *ptr) { /* remote is sending info */ if(FD_ISSET(ivac->net.connection[channel].fd,&(event->rfds))) ivac_receive_info(channel,ivac); + ivac_display_content(ivac); } }