-
Notifications
You must be signed in to change notification settings - Fork 0
/
editiconNT.h
executable file
·40 lines (32 loc) · 1.48 KB
/
editiconNT.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*static char *editiconNT_sccsid = "%Z% %M% %I% - %G% %U%";*/
/***************************************************************
*
* ARPUS/Ce text editor and terminal emulator modeled after the
* Apollo(r) Domain systems.
* Copyright 1988 - 2002 Enabling Technologies Group
* Copyright 2003 - 2005 Robert Styma Consulting
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* Original Authors: Robert Styma and Kevin Plyler
* Email: [email protected]
*
***************************************************************/
#define editicon_width_NT 16
#define editicon_height_NT 16
static unsigned char editicon_bits_NT[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x0e, 0x10, 0x02, 0x10, 0x06,
0x10, 0x02, 0x70, 0x0e, 0x00, 0x00, 0x6e, 0x3a, 0xa2, 0x12, 0xa6, 0x12,
0xa2, 0x12, 0x6e, 0x12, 0x00, 0x00, 0x00, 0x00};