diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1997-11-24 22:37:52 +0000 |
commit | 9508b76bd2401b6b9e289b5c8ec9fc0e08909283 (patch) | |
tree | 53c88a9e5ac09e1a027e56df33bdaa66d670901b /gtk/line-arrow.xbm | |
download | gtk+-9508b76bd2401b6b9e289b5c8ec9fc0e08909283.tar.gz |
Initial revision
Diffstat (limited to 'gtk/line-arrow.xbm')
-rw-r--r-- | gtk/line-arrow.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/line-arrow.xbm b/gtk/line-arrow.xbm new file mode 100644 index 0000000000..493ecf325d --- /dev/null +++ b/gtk/line-arrow.xbm @@ -0,0 +1,4 @@ +#define line_arrow_width 6 +#define line_arrow_height 9 +static unsigned char line_arrow_bits[] = { + 0x00, 0x00, 0x04, 0x0c, 0x18, 0x3f, 0x18, 0x0c, 0x04}; |