home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 3
/
FREEWARE.BIN
/
towns_os
/
tvi
/
tvi_src.lzh
/
C
/
ICON.C
next >
Wrap
Text File
|
1990-10-31
|
2KB
|
51 lines
/*
$Header: icon.cv 1.5 90/10/31 13:47:40 Nam Rel $
*/
char icn_pat[(2+((2*16)*2))*2]={
/*** ★型 ***/
/*** ドット数 ***/
(16/8),16
/*** ドットパターン ***/
,0x000,0x000,0x001,0x000,0x023,0x000,0x01d,0x000
,0x01b,0x080,0x014,0x0e0,0x02b,0x000,0x07a,0x0e0
,0x00d,0x090,0x005,0x048,0x005,0x024,0x000,0x09e
,0x000,0x050,0x000,0x030,0x000,0x010,0x000,0x000
/*** マスクパターン ***/
,0x0fe,0x07f,0x08c,0x07f,0x080,0x07f,0x080,0x03f
,0x0c0,0x00f,0x0c0,0x00f,0x080,0x00f,0x000,0x00f
,0x080,0x007,0x0f0,0x003,0x0f0,0x001,0x0f0,0x000
,0x0ff,0x001,0x0ff,0x087,0x0ff,0x0c7,0x0ff,0x0ef
/*** 砂時計 ***/
/*** ドット数 ***/
,(16/8),16
/*** ドットパターン ***/
,0x000,0x000,0x03f,0x0fc,0x020,0x004,0x027,0x0e4
,0x023,0x0c4,0x019,0x098,0x006,0x060,0x001,0x080
,0x001,0x080,0x006,0x060,0x018,0x018,0x020,0x004
,0x023,0x0c4,0x020,0x004,0x03f,0x0fc,0x000,0x000
/*** マスクパターン ***/
,0x080,0x001,0x080,0x001,0x080,0x001,0x080,0x001
,0x080,0x001,0x080,0x001,0x0e0,0x007,0x0f8,0x01f
,0x0f8,0x01f,0x0e0,0x007,0x080,0x001,0x080,0x001
,0x080,0x001,0x080,0x001,0x080,0x001,0x080,0x001
};
/*
$Log: RCS/icon.cv $
* Revision 1.5 90/10/31 13:47:40 Nam
* Release at V0.0 L18d
*
* Revision 1.4 90/10/31 13:47:40 Nam
* Rel V0.0L17 at '90.11.2 for FPICS.
*
* Revision 1.3 90/10/31 13:47:40 Nam
* renew mask pat.
*
* Revision 1.2 90/10/29 13:44:36 Nam
* renew mask pattern
*
* Revision 1.1 90/10/10 18:23:58 Nam
* Initial revision
*
*/