diff options
Diffstat (limited to 'nx-X11/include/bitmaps/dropbar7')
-rw-r--r-- | nx-X11/include/bitmaps/dropbar7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-X11/include/bitmaps/dropbar7 b/nx-X11/include/bitmaps/dropbar7 new file mode 100644 index 000000000..26893009b --- /dev/null +++ b/nx-X11/include/bitmaps/dropbar7 @@ -0,0 +1,4 @@ +#define bar7_width 7 +#define bar7_height 7 +static char bar7_bits[] = { + 0x00, 0x3f, 0x61, 0x61, 0x7f, 0x7e, 0x00}; |