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
24 lines
472 B
C
24 lines
472 B
C
/* XPM */
|
|
static char * duplicate_xpm[] = {
|
|
"17 17 4 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
"@ c #7F7F7F",
|
|
" ...... ",
|
|
" ..++++. ",
|
|
" .+.++++.@ ",
|
|
" .++.++++.... ",
|
|
" .....++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" .++++++++.++.@ ",
|
|
" ..........++.@ ",
|
|
" @@.++++++++.@ ",
|
|
" .++++++++.@ ",
|
|
" ..........@ ",
|
|
" @@@@@@@@@@ "};
|