diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 21:20:29 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 21:20:29 -0800 |
commit | d1bd4b5227dbaeb590806825de5d69773befb2ad (patch) | |
tree | 0c1a197180a0e28e15256a7a40ffb2549575982b /scales | |
download | xbitmaps-d1bd4b5227dbaeb590806825de5d69773befb2ad.tar.gz xbitmaps-d1bd4b5227dbaeb590806825de5d69773befb2ad.tar.bz2 xbitmaps-d1bd4b5227dbaeb590806825de5d69773befb2ad.zip |
Imported Upstream version 1.1.1upstream/1.1.1upstream
Diffstat (limited to 'scales')
-rw-r--r-- | scales | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#define scales_width 16 +#define scales_height 16 +static char scales_bits[] = { + 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, 0x01, 0x01, 0x01, 0x01, + 0x82, 0x82, 0x7c, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, + 0x01, 0x01, 0x01, 0x01, 0x82, 0x82, 0x7c, 0x7c}; |