sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
39
lib/libXpm/test/pixmaps/no-mem/oversize.xpm
Normal file
39
lib/libXpm/test/pixmaps/no-mem/oversize.xpm
Normal file
|
@ -0,0 +1,39 @@
|
|||
/* XPM */
|
||||
static char * plaid[] = {
|
||||
/* plaid pixmap
|
||||
* width height ncolors chars_per_pixel */
|
||||
"4294967292 4294967292 4 2 0 0 XPMEXT",
|
||||
/* colors */
|
||||
" c red m white s light_color ",
|
||||
"Y c green m black s lines_in_mix ",
|
||||
"+ c yellow m white s lines_in_dark ",
|
||||
"x m black s dark_color ",
|
||||
/* pixels */
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
" x x x x x x x x x x x x x x x x ",
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
" x x x x x x x x x x x x x x x x ",
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
"Y Y Y Y Y x Y Y Y Y Y + x + x + x + x + x + ",
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
" x x x x x x x x x x x x x x x x ",
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
" x x x x x x x x x x x x x x x x ",
|
||||
"x x x x x x x x x x x x + x x x x x ",
|
||||
" x x x x Y x x x ",
|
||||
" x x x Y x x ",
|
||||
" x x x x Y x x x ",
|
||||
" x x x Y x x ",
|
||||
" x x x x Y x x x ",
|
||||
"x x x x x x x x x x x x x x x x x x x x x x ",
|
||||
" x x x x Y x x x ",
|
||||
" x x x Y x x ",
|
||||
" x x x x Y x x x ",
|
||||
" x x x Y x x ",
|
||||
" x x x x Y x x x "
|
||||
"XPMEXT ext1 data1",
|
||||
"XPMEXT ext2"
|
||||
"data2_1",
|
||||
"data2_2",
|
||||
"XPMENDEXT"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue