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

« back to all changes in this revision

Viewing changes to src/bitmaps/button_track_point_del_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 *button_track_point_del_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"15 15 2 1 ",
 
5
"  c red",
 
6
". c None",
 
7
/* pixels */
 
8
"...............",
 
9
"......   ......",
 
10
"....       ....",
 
11
"...         ...",
 
12
"..           ..",
 
13
"..           ..",
 
14
".             .",
 
15
".             .",
 
16
".             .",
 
17
"..           ..",
 
18
"..           ..",
 
19
"...         ...",
 
20
"....       ....",
 
21
"......   ......",
 
22
"..............."
 
23
};