diff options
Diffstat (limited to 'kdbg/pics/watch.xpm')
-rw-r--r-- | kdbg/pics/watch.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kdbg/pics/watch.xpm b/kdbg/pics/watch.xpm new file mode 100644 index 0000000..d24759f --- /dev/null +++ b/kdbg/pics/watch.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static const char*watch[]={ +"16 16 5 1", +"# c #000000", +"c c #ffffff", +"a c #808080", +". c None", +"b c #00ffff", +"................", +"................", +"................", +".....#..........", +"....#.#.......#.", +"...#..#......#.#", +"..#...#.....#..#", +".#.........#...#", +"a###.##.###a....", +"#bcb#..#bcb#....", +"#cb.#..#cb.#....", +"#b.b#..#b.b#....", +"#.b.#..#.b.#....", +".###....###.....", +"................", +"................"}; |