summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2001-08-14 09:57:47 +0000
committerdscho <dscho>2001-08-14 09:57:47 +0000
commit47341aa5545e8b354c8cd45e1372f96d9e4f6c0d (patch)
tree50584ff526326dd61ea9f5f11d8f733515583007 /rfb.h
parentaf4e02678babede037b128f9db4f0c71bf224a0f (diff)
downloadlibtdevnc-47341aa5545e8b354c8cd45e1372f96d9e4f6c0d.tar.gz
libtdevnc-47341aa5545e8b354c8cd45e1372f96d9e4f6c0d.zip
now lines are drawn for the example, first steps to make clients independent.
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h2
1 files changed, 1 insertions, 1 deletions
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.