summaryrefslogtreecommitdiffstats
path: root/vncev.c
diff options
context:
space:
mode:
authordscho <dscho>2001-11-14 15:08:53 +0000
committerdscho <dscho>2001-11-14 15:08:53 +0000
commitb2253e36574fed514fd2c256cc0cbc7b9729733e (patch)
treeb43282afa3b49960092a6ceab9cdf1399d904bb7 /vncev.c
parent682027413c5f470b02ca8c168942c7c12c4f0d84 (diff)
downloadlibtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.tar.gz
libtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.zip
changes from Justin, zippy added
Diffstat (limited to 'vncev.c')
-rw-r--r--vncev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncev.c b/vncev.c
index ca3b379..ba00f9c 100644
--- a/vncev.c
+++ b/vncev.c
@@ -99,7 +99,7 @@ void newclient(rfbClientPtr cl)
int main(int argc,char** argv)
{
- rfbScreenInfoPtr s=rfbGetScreen(argc,argv,640,480,8,1,1);
+ rfbScreenInfoPtr s=rfbGetScreen(&argc,argv,640,480,8,1,1);
s->colourMap.is16=FALSE;
s->colourMap.count=2;
s->colourMap.data.bytes="\xd0\xd0\xd0\x30\x01\xe0";