diff options
author | dscho <dscho> | 2001-08-14 09:57:47 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-08-14 09:57:47 +0000 |
commit | 47341aa5545e8b354c8cd45e1372f96d9e4f6c0d (patch) | |
tree | 50584ff526326dd61ea9f5f11d8f733515583007 /rfb.h | |
parent | af4e02678babede037b128f9db4f0c71bf224a0f (diff) | |
download | libtdevnc-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |