annotate gui/mplayer/pixmaps/sub.xpm @ 23458:973e53dc7df5
Do not use fast_memcpy for small size copy, esp. when the size is constant
author |
reimar |
date |
Tue, 05 Jun 2007 15:09:49 +0000 |
parents |
17bf4f4b0715 |
children |
09c3ce60f369 |
rev |
line source |
23077
|
1 /* XPM */
|
|
2 static const char * sub_xpm[] = {
|
|
3 "16 16 2 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 " ",
|
|
7 " ",
|
|
8 " ",
|
|
9 " ",
|
|
10 " ... . . ... ",
|
|
11 ". . . . . ",
|
|
12 ". . . . . ",
|
|
13 " .. . . ... ",
|
|
14 " . . . . . ",
|
|
15 " . . . . . ",
|
|
16 "... ... ... ",
|
|
17 " ",
|
|
18 " ",
|
|
19 " ",
|
|
20 " ",
|
|
21 " "};
|