1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Do not free the cursor when freeing a screen.

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1195278
This commit is contained in:
George Kiagiadakis
2010-11-10 18:56:50 +00:00
parent 2c5cbc755e
commit bed6086fe7

View File

@@ -158,6 +158,7 @@ void RfbServerManager::init()
d->fb = FrameBufferManager::instance()->frameBuffer(QApplication::desktop()->winId());
d->myCursor = rfbMakeXCursor(19, 19, (char *) cur, (char *) mask);
d->myCursor->cleanup = false;
d->desktopName = QString("%1@%2 (shared desktop)") //FIXME check if we can use utf8
.arg(KUser().loginName(),QHostInfo::localHostName()).toLatin1();