bitmaps/center.xbm
author Claus Gittinger <cg@exept.de>
Tue, 21 May 2019 17:23:33 +0200
changeset 6051 d7240d502ea7
parent 80 a3aa8b1ee491
permissions -rw-r--r--
#BUGFIX by cg class: DSVColumnView changed: #update:with:from: FIX: list could be empty when a paste arrives
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define center_width 32
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define center_height 16
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#define center_x_hot -1
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
#define center_y_hot -1
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
static char center_bits[] = {
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x1f,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xe0, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x7f, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0xc0, 0xff, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
a3aa8b1ee491 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0x00, 0x00, 0x00, 0x00};