2000-11-18 Michael Natterer <mitch@gimp.org> * plug-ins/rcm/rcm_pixmaps.h: removed. * plug-ins/rcm/pixmaps/.cvsignore * plug-ins/rcm/pixmaps/rcm_360.xpm * plug-ins/rcm/pixmaps/rcm_a_b.xpm * plug-ins/rcm/pixmaps/rcm_ccw.xpm * plug-ins/rcm/pixmaps/rcm_cw.xpm: new files. * plug-ins/rcm/Makefile.am * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c: changed accordingly. The old method was producing warnings because not all pixmaps were used in all files. Also changed the XPMs a bit now that I could load them into the GIMP... they are still ugly, though.
30 lines
754 B
C
30 lines
754 B
C
/* XPM */
|
|
static char * rcm_cw_xpm[] = {
|
|
"24 24 2 1",
|
|
" c None",
|
|
". c #FF0000",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ..... ",
|
|
" ......... ",
|
|
" ... ... . ",
|
|
" .. .. .. ",
|
|
" .. .. ... ",
|
|
" .. ...... ",
|
|
" ... ",
|
|
" . ",
|
|
" . ",
|
|
" ... ",
|
|
" ...... .. ",
|
|
" ... .. .. ",
|
|
" .. .. .. ",
|
|
" . ... ... ",
|
|
" ......... ",
|
|
" ..... ",
|
|
" ",
|
|
" ",
|
|
" "};
|