- Timestamp:
- Sep 12, 2006, 1:38:57 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/clients.c
r851 r861 101 101 asprintf( &ret, "BitComet %d.%02d", id[4], id[5] ); 102 102 } 103 else if( !memcmp( id, "OP", 2 ) ) 104 { 105 asprintf( &ret, "Opera (%c%c%c)", id[2], id[3], id[4], id[5] ); 106 } 103 107 104 108 if( !ret ) -
trunk/macosx/Torrent.m
r860 r861 46 46 // Used to optimize drawing. They contain packed RGBA pixels for every color needed. 47 47 #define BE OSSwapBigToHostConstInt32 48 static uint32_t kBorder[] =49 { BE(0x00000005), BE(0x00000010), BE(0x00000015), BE(0x00000015),50 BE(0x00000015), BE(0x00000015), BE(0x00000015), BE(0x00000015),51 BE(0x00000015), BE(0x00000015), BE(0x00000010), BE(0x00000005) };52 48 53 49 static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
Note: See TracChangeset
for help on using the changeset viewer.