23 Aug
2006
23 Aug
'06
3:16 p.m.
Someone wrote:
Also how do I change cursor images?
You need to make gdk pixbufs with gdk-pixbuf-csource (which is part of gdk, though may not be installed on all distributions) These work like rgba xpm files and are placed in .../src/pixbuf
Be careful about moving the hot spot. You need the hot spot to be in the same position in the pixbuf and xpm version (or fix the bug that requires this).
James