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

14 lines
376 B
C
Raw Normal View History

2017-04-21 18:33:55 -06:00
/* blank_pixmap.h */
#ifndef blank_pixmap_h
#define blank_pixmap_h
#define blank_pixmap_width 16
#define blank_pixmap_height 16
static char blank_pixmap_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};
#endif