From: Joe E. <jen...@fl...> - 2009-12-24 20:44:09
|
Pat Thoyts wrote: > Joe English writes: > >... and while we're at it, we might as well consider changing > >the default (right-pointing) arrow -cursor. > > I don't get such an arrow with 8.5 or 8.4 on Ubuntu. I dont see any Xrdb > options controlling this so maybe you have overidden this yourself? Oops, nevermind. Somebody already changed it: 2008-08-25 (bug fix)[1023955] default menu cursor: no more Motif (helfter) > The > tkUnixDefault.h file has > #define DEF_MENU_CURSOR "arrow" > but this seems to have been this way forever. The X11 "arrow" cursor is a right-pointing arrow. "left_ptr" is the usual one. The option is ineffective under normal circumstances due to grabs, but you can still see it on torn-off menus. --Joe English |