bitmaps/b_alignB.xbm
author Claus Gittinger <cg@exept.de>
Mon, 24 Aug 1998 13:05:14 +0200
changeset 967 c3f483120cd7
parent 269 8ced22627ae1
permissions -rw-r--r--
redraw handle areas by mapping a little view over the handles and let the expose event handle the real redraw. (this works on all systems - especially on win95)

#define b_alignB_width 16
#define b_alignB_height 16
static unsigned char b_alignB_bits[] = {
   0x00, 0x00, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
   0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x7f, 0xfe,
   0x3e, 0x7c, 0x1c, 0x38, 0x08, 0x10, 0xff, 0xff};