Merge branch 'dborth-patch-1'

pull/3/head
Christian Beier 7 years ago
commit 32301cb73f
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -280,7 +280,7 @@ rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel,
client->format.depth = bitsPerSample*samplesPerPixel;
client->appData.requestedDepth=client->format.depth;
client->format.bigEndian = *(char *)&client->endianTest?FALSE:TRUE;
client->format.trueColour = TRUE;
client->format.trueColour = 1;
if (client->format.bitsPerPixel == 8) {
client->format.redMax = 7;

Loading…
Cancel
Save