diff options
Diffstat (limited to 'themes/Clearlooks/openbox-3/bullet.xbm')
| -rw-r--r-- | themes/Clearlooks/openbox-3/bullet.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/Clearlooks/openbox-3/bullet.xbm b/themes/Clearlooks/openbox-3/bullet.xbm new file mode 100644 index 00000000..88481ec8 --- /dev/null +++ b/themes/Clearlooks/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; |
