view etc/images/sort-row-ascending.xpm @ 108772:18375bd11244

Do not include config.h in src/Makefile.in. * src/Makefile.in (NOT_C_CODE): No longer define. (config.h): No longer include.
author Glenn Morris <rgm@gnu.org>
date Mon, 24 May 2010 21:17:52 -0700
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_row_ascending_xpm[] = {
"21 17 2 1",
" 	c None",
".	c #000000",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};