annotate src/vim_mask.xbm @ 25014:a47dea17acba v8.2.3044

patch 8.2.3044: Amiga MorphOS and AROS: process ID is not valid Commit: https://github.com/vim/vim/commit/3a62b14077c51c739cdc755356882b40c299f1c0 Author: ola.soder@axis.com <ola.soder@axis.com> Date: Thu Jun 24 18:50:30 2021 +0200 patch 8.2.3044: Amiga MorphOS and AROS: process ID is not valid Problem: Amiga MorphOS and AROS: process ID is not valid. Solution: Use FindTask to return something which is unique to all processes. (Ola S?der, closes #8444)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jun 2021 19:00:05 +0200
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #define vim_mask_icon_width 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 #define vim_mask_icon_height 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 static unsigned char vim_mask_icon_bits[] = {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 0x00, 0x80, 0x01, 0x00, 0x00, 0xc0, 0x03, 0x00, 0xfc, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x7f, 0xf8, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 0xf0, 0xff, 0xff, 0x7f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x1f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 0xf0, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 0xf0, 0xff, 0xff, 0x5f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f, 0xd0, 0xe1, 0xdf, 0x1c,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 0x00, 0xc0, 0x43, 0x00, 0x00, 0x80, 0x01, 0x00};