1999-03-12 Michael Natterer <mitschel@cs.tu-berlin.de>
Moved all pixmaps and bitmaps from app/ and libgimp/ to pixmaps/
* app/tools/*
* libgimp/chain.xpm: removed these files
* pixmaps/*.[xpm|xbm]: new directory containing all pixmaps
* app/Makefile.am
* libgimp/Makefile.am
* Makefile.am: changed list of EXTRA_DIST files accordingly
* app/channels_dialog.c
* app/layers_dialog.c
* app/paths_dialog.c
* app/palette.c
* libgimp/gimpchainbutton.c: adjusted some #include's
9 lines
479 B
C
9 lines
479 B
C
#define mask_width 21
|
|
#define mask_height 21
|
|
static unsigned char mask_bits[] = {
|
|
0x00, 0x00, 0x00, 0x38, 0x80, 0x03, 0x78, 0xc0, 0x03, 0xf8, 0xe0, 0x03,
|
|
0xf8, 0xf1, 0x03, 0xf8, 0xfb, 0x03, 0xb8, 0xbf, 0x03, 0x38, 0x9f, 0x03,
|
|
0x38, 0x8e, 0x03, 0x38, 0x84, 0x03, 0x38, 0x80, 0x03, 0x38, 0x80, 0x03,
|
|
0x38, 0x80, 0x03, 0x38, 0x80, 0x03, 0x38, 0x80, 0x03, 0x38, 0x80, 0x03,
|
|
0x38, 0x80, 0x03, 0x38, 0x80, 0x03, 0x38, 0x80, 0x03, 0x38, 0x80, 0x03,
|
|
0x00, 0x00, 0x00};
|