view etc/images/sort-row-ascending.xpm @ 110459:7ea64e427cb0

* src/doprnt.c: Do not include stdlib.h, config.h does it. Move #include before macro definition.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 21 Sep 2010 14:03:34 +0300
parents ed7704221f2b
children
line wrap: on
line source

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