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;