From kde-commits Thu May 08 13:51:46 2003 From: Waldo Bastian Date: Thu, 08 May 2003 13:51:46 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=105240195815053 CVS commit by waba: Set a proper cursor when running iconless. (BR52168) M +1 -0 desktop.cc 1.261.2.5 --- kdebase/kdesktop/desktop.cc #1.261.2.4:1.261.2.5 @@ -178,4 +178,5 @@ KDesktop::initRoot() Window root = RootWindow(dpy, kdesktop_screen_number); XSelectInput(dpy, root, ButtonPressMask | PropertyChangeMask | StructureNotifyMask | SubstructureNotifyMask); + XDefineCursor(dpy, root, cursor().handle()); m_pRootWidget = new KRootWidget;