diff options
Diffstat (limited to 'vendor/x11iraf/ximtool/data/contrast.xbm')
-rw-r--r-- | vendor/x11iraf/ximtool/data/contrast.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/x11iraf/ximtool/data/contrast.xbm b/vendor/x11iraf/ximtool/data/contrast.xbm new file mode 100644 index 00000000..07e4a20f --- /dev/null +++ b/vendor/x11iraf/ximtool/data/contrast.xbm @@ -0,0 +1,6 @@ +#define contrast_width 15 +#define contrast_height 15 +static char contrast_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x30, 0x07, 0x08, 0x0f, 0x08, 0x0f, + 0x04, 0x1f, 0x04, 0x1f, 0x04, 0x1f, 0x08, 0x0f, 0x08, 0x0f, 0x30, 0x07, + 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00}; |