diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-08-27 20:05:21 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-08-27 20:05:21 +0200 | 
| commit | eb4ebe23b1ae3e81152d1abf3001757beb7cdb65 (patch) | |
| tree | 4c4722f042cb20f262b3ba81f00de578a910ae95 /plugingui | |
| parent | c9e1b4af8dce5482066b857d1b28a9210f89d0ab (diff) | |
Missing file
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/img_test.h | 111 | 
1 files changed, 111 insertions, 0 deletions
| diff --git a/plugingui/img_test.h b/plugingui/img_test.h new file mode 100644 index 0000000..64cc968 --- /dev/null +++ b/plugingui/img_test.h @@ -0,0 +1,111 @@ +struct __img_test { +  size_t width; +  size_t height; +  unsigned int pixels[100]; +  unsigned int order; +} img_test = { +  10, +  10, +  { +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00e9ec7f, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x0000ec7f, +    0x0000007f, +    0xec0b007f, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00ec067f, +    0x00000000, +    0x00e9ecff, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x0000ecff, +    0x000000ff, +    0xec0b00ff, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00ec06ff, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000, +    0x00000000 +  }, +  0x03020100}; | 
