On Wednesday 08 January 2003 18:04, Brian S. Julin wrote:
> I'll try to update to -15 and fix tonight.  Again, I don't have any

No, i'm not an email junkie ... ;-) It' simply the relevant part of the 
diff so far between -13 and -15 (constructed, diff was as confused as 
myself):

diff /usr/include/directfb-internal/core/gfxcard.h [< -13] [-15 >]
< void          *dfb_gfxcard_memory_virtual( unsigned int offset );
> void          *dfb_gfxcard_memory_virtual( GraphicsDevice *device, 
unsigned int offset );

diff /usr/include/directfb-internal/core/fusion/reactor.h [< -13] [-15 
>]
< FusionResult   reactor_attach   (FusionReactor *reactor,
<                                  React          react,
<                                  void          *ctx);
> FusionResult   reactor_attach   (FusionReactor *reactor,
>                                  React          react,
>                                  void          *ctx,
>                                  Reaction      *reaction);

I don't know yet where to get that gfxdev or reaction from?
martin

Reply via email to