paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/draw gradient.cpp,1.3.6.3,1.3.6.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw gradient.cpp,1.3.6.3,1.3.6.4
Date: Fri, 22 Nov 2002 12:58:45 -0500

Update of /cvsroot/paragui/paragui/src/draw
In directory subversions:/tmp/cvs-serv6060/src/draw

Modified Files:
      Tag: devel-1-0
        gradient.cpp 
Log Message:
collected changes for 1.0.3



Index: gradient.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/gradient.cpp,v
retrieving revision 1.3.6.3
retrieving revision 1.3.6.4
diff -C2 -r1.3.6.3 -r1.3.6.4
*** gradient.cpp        15 Jul 2002 14:29:33 -0000      1.3.6.3
--- gradient.cpp        22 Nov 2002 17:58:43 -0000      1.3.6.4
***************
*** 169,181 ****
                for (register Sint32 y = 0; y < drawrect.h; y++) {
  
- /*                    if ( bpp == 1 )
-                               pixel = SDL_MapRGB ( surface->format, r>>8, 
g>>8, b>>8 );
-                       else
-                               pixel =  (r>>Rloss) << Rshift
-                              | (g>>Gloss) << Gshift
-                              | (b>>Bloss) << Bshift;
-                              //| Amask;
- */
- 
                        /* Set the pixel */
                        switch (bpp) {
--- 169,172 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]