diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 20:14:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 20:14:07 (GMT) |
commit | 28fbe4dcd2ce67c9a69791d2d427b35b041a5d72 (patch) | |
tree | 65cbf481744e0399fd84b0fd12c33ac293741c3f /Doc/icons/invis_anchor.xbm | |
parent | 628b4085b544202ce22aaa375e84e45e525a8345 (diff) | |
download | cpython-28fbe4dcd2ce67c9a69791d2d427b35b041a5d72.zip cpython-28fbe4dcd2ce67c9a69791d2d427b35b041a5d72.tar.gz cpython-28fbe4dcd2ce67c9a69791d2d427b35b041a5d72.tar.bz2 |
Adding the icons used by latex2html output to the CVS tree.
Diffstat (limited to 'Doc/icons/invis_anchor.xbm')
-rw-r--r-- | Doc/icons/invis_anchor.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/icons/invis_anchor.xbm b/Doc/icons/invis_anchor.xbm new file mode 100644 index 0000000..cc208a3 --- /dev/null +++ b/Doc/icons/invis_anchor.xbm @@ -0,0 +1,4 @@ +#define dot_anchor_width 1 +#define dot_anchor_height 1 +static char dot_anchor_bits[] = { + 0xfe}; |