diff options
Diffstat (limited to 'gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm')
-rwxr-xr-x | gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm b/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm new file mode 100755 index 0000000..79432ba --- /dev/null +++ b/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm @@ -0,0 +1,5 @@ +#define bullet_width 9 +#define bullet_height 9 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x40, 0x00, 0x20, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x00, 0x00 }; |