Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!uunet!ezx!larry From: larry@sunrise.com (Larry Rogers) Newsgroups: comp.windows.x Subject: Re: Where does the Hourglass cursor come from? Message-ID: <1990Aug27.130558.11243@sunrise.com> Date: 27 Aug 90 13:05:58 GMT References: <1990Aug26.202641.16740@chinet.chi.il.us> Organization: Sunrise Software Systems, Inc. Lines: 33 In article <1990Aug26.202641.16740@chinet.chi.il.us> rdn@chinet.chi.il.us (Richard Nichols) writes: > >Whenever I start up the Motif window manager, the X cursor temporarily changes >to an hourglass shape. However, the graphic for the hourglass seems to change >depending on what server I am running. (I use either 800x600 VGA or 1024x726 >8514.) Is the hourglass cursor built into the server? Is there any way for my >application to turn it on and off (for time intensive tasks)? I've looked >through the set of cursor fonts, and it isn't there. Who defines it? > >I am currently using ISC's X11R3 v1.1 and ISC's Motif V1.0 > >Any help would be appreciated. > >Rick Nichols >rdn@chinet.il.us The code for the hourglass is merely a standard bitmap file that is incorporated into the Window Manager source code. The reason there are two different cursors is that some machines are not capable of handling cursors with dimensions greater than 16x16. XQueryBestCursor tells the application what the largest that can be displayed is. Decstations can only support 16x16, but most others support the larger 32x32 which looks alot nicer. If you want to use the cursors that are in the window manager extract them from the code. Larry larry@sunrise.com -- == Larry Rogers == Sunrise Software Systems, Inc. ==