From 47341aa5545e8b354c8cd45e1372f96d9e4f6c0d Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 14 Aug 2001 09:57:47 +0000 Subject: now lines are drawn for the example, first steps to make clients independent. --- rfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfb.h') diff --git a/rfb.h b/rfb.h index bc3a9bc..6836c20 100644 --- a/rfb.h +++ b/rfb.h @@ -524,7 +524,7 @@ void rfbMarkRegionAsModified(rfbScreenInfoPtr rfbScreen,RegionPtr modRegion); void doNothingWithClient(rfbClientPtr cl); /* functions to make a vnc server */ -extern rfbScreenInfoPtr rfbDefaultScreenInit(int argc,char** argv); +extern rfbScreenInfoPtr rfbDefaultScreenInit(int argc,char** argv,int width,int height,int bitsPerSample,int samplesPerPixel,int bytesPerPixel); extern void rfbScreenCleanup(rfbScreenInfoPtr screenInfo); /* call one of these two functions to service the vnc clients. -- cgit v1.2.1