diff options
Diffstat (limited to 'src/openbox-3/close_hover.xbm')
-rw-r--r-- | src/openbox-3/close_hover.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openbox-3/close_hover.xbm b/src/openbox-3/close_hover.xbm new file mode 100644 index 0000000..4a88cff --- /dev/null +++ b/src/openbox-3/close_hover.xbm @@ -0,0 +1,4 @@ +#define close_width 6 +#define close_height 6 +static unsigned char close_bits[] = { + 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; |