Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-15 Thread Dominik Vogt
On Fri, Jun 22, 2007 at 12:52:58PM +0200, Simon Griph wrote: * fvwm-xcursor_p4.diff This patch moves the PImageCreatePixmapFromArgbData call from the image loaders into PImageLoadPixmapFromFile. The entire bitmap loader is moved there as well and PImageLoadBitmap is removed.

Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-15 Thread Simon Griph
This patch moves the PImageCreatePixmapFromArgbData call from the image loaders into PImageLoadPixmapFromFile. The entire bitmap loader is moved there as well and PImageLoadBitmap is removed. Why? What's wrong with bmp images? Of course fvwm will still be able to load bitmaps

Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-15 Thread Dominik Vogt
On Fri, Jun 22, 2007 at 12:52:58PM +0200, Simon Griph wrote: * fvwm-xcursor_p6.diff This is the actual Xcursor patch, adding libXcursor calls to PImageLoadCursorFromFile, making it possible to load ARGB and animated mouse cursors. Now that we have such funky eye candy, do you have

Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-15 Thread Dominik Vogt
On Fri, Jun 22, 2007 at 12:52:58PM +0200, Simon Griph wrote: I've split up my previous patch into six smaller ones, making it more logical to follow. The patches applies one after another. (cat fvwm-xcursor_p?.diff | patch -p0) or (tar -xzOf fvwm-xcursor-patches.tar.gz | patch -p0)

Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-08 Thread Simon Griph
The patches applies one after another. (cat fvwm-xcursor_p?.diff | patch -p0) or (tar -xzOf fvwm-xcursor-patches.tar.gz | patch -p0) Is that the ARGB patch that was posted to the list about a year ago? (I really can't remember). I can remember though that I did not apply said

Re: [patches] CursorStyle: ARGB mouse cursors

2007-07-07 Thread Dominik Vogt
On Fri, Jun 22, 2007 at 12:52:58PM +0200, Simon Griph wrote: I've split up my previous patch into six smaller ones, making it more logical to follow. The patches applies one after another. (cat fvwm-xcursor_p?.diff | patch -p0) or (tar -xzOf fvwm-xcursor-patches.tar.gz | patch -p0)