Frank Cox wrote: > Now, if I can get rid of that mouse pointer somehow, I think I'll have 'er > pretty much whipped into shape.
I'm currently planning an X11-based Tk frontend. I'd like to frontend and all of the programs it controls to be full-screen only but not controlled via the mouse. Tk has a way to specify the cursor displayed for any given window, but I don't think there's a way to get rid of it completely. X always assumes, for the most part, that there is always going to be a mouse attached to the system so window managers and Tk itself might wind up giving me a significant amount of hassle. A half-solution is to somehow render the cursor invisible and then figure out a way to place it at coordinates 1,1 where it likely won't interfere with any of the widgets. If there's an easy solution to this, I'd like to hear it too. :) --Charles Ulrich -- http://bityard.net _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
