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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user