bitmaps/Camera_m.xbm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Jul 2017 09:42:32 +0200
branchjv
changeset 17619 edb119820fcb
parent 147 dd060240f2f7
permissions -rw-r--r--
Issue #154: Set window style using `#beToolWindow` to indicate that the minirunner window is kind of support tool rather than some X11 specific code (which does not work on Windows of course) See https://swing.fit.cvut.cz/projects/stx-jv/ticket/154
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
147
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define Camera_m_width 32
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define Camera_m_height 32
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
static char Camera_m_bits[] = {
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
   0x80, 0xff, 0x0f, 0x00, 0x80, 0xff, 0x0f, 0x00, 0xf8, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
   0xf8, 0xff, 0xff, 0x00, 0xf8, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0x01,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0xf0, 0xff, 0xff, 0x01, 0xf0, 0xff, 0xff, 0x01, 0xf0, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0xf0, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0x00, 0xf0, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0x7f, 0xff, 0x7f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0xfe, 0x1f, 0xfc, 0x7f, 0xfe, 0x1f, 0xfc, 0x7f, 0xfe, 0x0f, 0xf8, 0x7f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0xfe, 0x1f, 0xfc, 0x7f, 0xfe, 0x1f, 0xfc, 0x7f, 0xfe, 0x7f, 0xff, 0x7f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
   0xfe, 0xff, 0xff, 0x7f, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};