logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

amiconn: apps/plugins grayscale.c,1.6,1.7: msg#00062

Subject: amiconn: apps/plugins grayscale.c,1.6,1.7
Update of /cvsroot/rockbox/apps/plugins
In directory labb.contactor.se:/var/tmp/cvs-serv22956/apps/plugins

Modified Files:
        grayscale.c 
Log Message:
Adapted to new gray_init_buffer()

Index: grayscale.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/grayscale.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- grayscale.c 19 May 2004 08:21:30 -0000      1.6
+++ grayscale.c 19 May 2004 17:04:08 -0000      1.7
@@ -126,7 +126,7 @@
     /* initialize the grayscale buffer:
      * 112 pixels wide, 7 rows (56 pixels) high, (try to) reserve
      * 32 bitplanes for 33 shades of gray. (uses 25268 bytes)*/
-    shades = gray_init_buffer(gbuf, gbuf_size, 112, 7, 32) + 1;
+    shades = gray_init_buffer(gbuf, gbuf_size, 112, 7, 32, NULL) + 1;
 
     /* place grayscale overlay 1 row down */
     gray_position_display(0, 1);

_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs



<Prev in Thread] Current Thread [Next in Thread>