Fix building on OSX.

pull/1/head
Christian Beier 8 years ago
parent bfee346155
commit 78f26fe1ff
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -147,7 +147,7 @@ void* rfbClientGetClientData(rfbClient* client, void* tag)
/* messages */ /* messages */
static boolean CheckRect(rfbClient* client, int x, int y, int w, int h) { static rfbBool CheckRect(rfbClient* client, int x, int y, int w, int h) {
return x + w <= client->width && y + h <= client->height; return x + w <= client->width && y + h <= client->height;
} }

Loading…
Cancel
Save