logo       
Google Custom Search
    AddThis Social Bookmark Button

zagor: apps/recorder icons.c,1.45,1.46 icons.h,1.26,1.27: msg#00080

Subject: zagor: apps/recorder icons.c,1.45,1.46 icons.h,1.26,1.27
Update of /cvsroot/rockbox/apps/recorder
In directory labb.contactor.se:/var/tmp/cvs-serv29064/apps/recorder

Modified Files:
        icons.c icons.h 
Log Message:
Plugin/file type association system. Patch #879411 by Henrik Backe

Index: icons.c
===================================================================
RCS file: /cvsroot/rockbox/apps/recorder/icons.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- icons.c     12 May 2004 13:41:12 -0000      1.45
+++ icons.c     21 May 2004 20:04:44 -0000      1.46
@@ -62,14 +62,9 @@
     { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */
     { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */
     { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e }, /* Language file */
-    { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */
     { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
     { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
-    { 0x2a, 0x7f, 0x41, 0x41, 0x7f, 0x2a }, /* UCL flash file: chip */
-    { 0x70, 0x70, 0x7f, 0x7f, 0x70, 0x70 }, /* Chip8 game: joystick */
-    { 0x5d, 0x7f, 0x5d, 0x7f, 0x5d, 0x7f }, /* Video file: film strip */
     { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */
-    { 0x18, 0x24, 0x3c, 0x3c, 0x24, 0x18 }, /* JPEG: eye */
 };
 
 unsigned char bitmap_icons_7x8[][7] =

Index: icons.h
===================================================================
RCS file: /cvsroot/rockbox/apps/recorder/icons.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- icons.h     12 May 2004 13:41:12 -0000      1.26
+++ icons.h     21 May 2004 20:04:44 -0000      1.27
@@ -16,6 +16,9 @@
  * KIND, either express or implied.
  *
  ****************************************************************************/
+#ifndef _ICONS_H_
+#define _ICONS_H_
+
 #include <lcd.h>
 
 /* 
@@ -28,9 +31,8 @@
     Box_Filled, Box_Empty, Slider_Horizontal, File, 
     Folder,     Directory, Playlist,          Repeat,
     Selected,   Cursor,    Wps,               Mod_Ajz, 
-    Font,       Language,  Text,              Config,
-    Plugin,     Flashfile, Chip8,             Video,
-    Bookmark,   Jpeg,
+    Font,       Language,  Config,            Plugin,
+    Bookmark,
     LastIcon
 };
 
@@ -97,3 +99,5 @@
 extern void statusbar_time(int hour, int minute);
 #endif
 #endif /* End HAVE_LCD_BITMAP */
+
+#endif /*  _ICONS_H_ */

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




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>