dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

max_hover.xbm (225B)


      1 #define max_hover_width 10
      2 #define max_hover_height 10
      3 static unsigned char max_hover_bits[] = {
      4    0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02,
      5    0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 };