~ubuntu-branches/ubuntu/trusty/aegisub/trusty

« back to all changes in this revision

Viewing changes to src/bitmaps/video_to_subend_xpm.xpm

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel
  • Date: 2012-03-16 22:58:00 UTC
  • Revision ID: package-import@ubuntu.com-20120316225800-yfb8h9e5n04rk46a
Tags: upstream-2.1.9
ImportĀ upstreamĀ versionĀ 2.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
const char *video_to_subend_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 15 6 1 ",
 
5
"  c black",
 
6
". c red",
 
7
"X c #008000",
 
8
"o c green",
 
9
"O c cyan",
 
10
"+ c None",
 
11
/* pixels */
 
12
"                ",
 
13
" +++ ... ++++++ ",
 
14
"                ",
 
15
"++++++O+++++++++",
 
16
"++++++O+++++++++",
 
17
"+++++OOO++++++++",
 
18
"++++++O+++++++++",
 
19
"++++           +",
 
20
"+++ XXXXXXXXXXX ",
 
21
"+++ XXXXXXoXXXX ",
 
22
"+++ XXXXXXooXXX ",
 
23
"+++ XXoooooooXX ",
 
24
"+++ XXXXXXooXXX ",
 
25
"+++ XXXXXXoXXXX ",
 
26
"++++           +"
 
27
};