File: locked.bit

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define locked_width 16
#define locked_height 16
static char locked_bits[] = {
   0x00, 0x00, 0xf8, 0x01, 0x04, 0x02, 0xf4, 0x02, 0x94, 0x02, 0xff, 0x0f,
   0xff, 0x0f, 0x9f, 0x0f, 0x0f, 0x0f, 0x6f, 0x0f, 0x6f, 0x0f, 0x6f, 0x0f,
   0x6e, 0x07, 0x9e, 0x07, 0xfc, 0x03, 0xf8, 0x01};