dotfiles

Config files for various applications.
git clone git://git.stephanospavlou.info/dotfiles.git
Log | Files | Refs

close.xbm (279B)


      1 #define close_width 16
      2 #define close_height 16
      3 static char close_bits[] = {
      4   0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x18, 0xC6, 0x38, 0xC7, 
      5   0xF0, 0xC3, 0xE0, 0xC1, 0xE0, 0xC1, 0xF0, 0xC3, 0x38, 0xC7, 0x18, 0xC6, 
      6   0x00, 0xC0, 0x00, 0xC0, 0xFF, 0xFF, 0x10, 0x10, };