1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 15:51:18 -07:00

Fix for compiler error on gcc 2.96: added explicit cast

svn path=/trunk/kdenetwork/krfb/; revision=157956
This commit is contained in:
Tim Jansen
2002-05-26 21:41:40 +00:00
parent 887a9d5118
commit 0e83067700

View File

@@ -390,7 +390,7 @@ void RFBController::startServer(int inetdFd, bool xtestGrab)
server->passwordCheck = passwordCheck;
if (!myCursor)
myCursor = rfbMakeXCursor(19, 19, cur, mask);
myCursor = rfbMakeXCursor(19, 19, (char*) cur, (char*) mask);
server->cursor = myCursor;
passwordChanged();