cvsuser     04/11/24 15:47:38

  Modified:    runtime/parrot/library SDL.imc
  Log:
  Initialize Pixels layout to make it available and avoid warnings.  (bugfix)
  
  Revision  Changes    Path
  1.4       +1 -0      parrot/runtime/parrot/library/SDL.imc
  
  Index: SDL.imc
  ===================================================================
  RCS file: /cvs/public/parrot/runtime/parrot/library/SDL.imc,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SDL.imc   6 Sep 2004 16:30:17 -0000       1.3
  +++ SDL.imc   24 Nov 2004 23:47:38 -0000      1.4
  @@ -62,6 +62,7 @@
        _set_Color_layout(        layouts )
        _set_Palette_layout(      layouts )
        _set_PixelFormat_layout(  layouts )
  +     _set_Pixels_layout(       layouts )
        _set_Surface_layout(      layouts )
   
   .end
  
  
  

Reply via email to