awips2/nativeLib/rary.ohd.ifp/inc/zoomOut_tool.h

22 lines
976 B
C
Raw Normal View History

2017-04-21 18:33:55 -06:00
/* zoomOut_tool.h */
#ifndef zoomOut_tool_h
#define zoomOut_tool_h
#define zoomOut_tool_width 32
#define zoomOut_tool_height 32
static char zoomOut_tool_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x06, 0x00,
0x00, 0x40, 0x06, 0x00, 0x00, 0x24, 0x0c, 0x00, 0x00, 0x2c, 0x18, 0x00,
0x00, 0x1c, 0x30, 0x00, 0x00, 0x32, 0x30, 0x00, 0x00, 0x22, 0x60, 0x00,
0x00, 0x61, 0xc0, 0x00, 0x00, 0xc1, 0x80, 0x01, 0xfe, 0xff, 0xff, 0xff,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
#endif