~ubuntu-branches/ubuntu/precise/nvidia-settings/precise

« back to all changes in this revision

Viewing changes to src/image_data/led_green.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone (tseliot)
  • Date: 2008-10-08 18:24:16 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008182416-niiw9g1lmimlkg75
Tags: 177.78-0ubuntu1
* New upstream release
  - Do not add RgbPath to the Files section of xorg.conf
    (LP: #274866)
* debian/copyright:
  - Restore detailed version of the license (cf. debian #494388)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* GIMP RGBA C-Source image dump 1-byte-run-length-encoded (led_green.c) */
2
 
 
3
 
#include "image.h"
4
 
 
5
 
static const nv_image_t led_green = {
6
 
  16, 16, 4, 0,
7
 
  "\221\377\377\377\0\15\366\377\374\0\376\377\377\0\377\374\375\0\354\346\346"
8
 
  "R\305\303\304\234\302\301\311\327\304\301\324\372\277\273\311\327\267\262"
9
 
  "\266\234\322\307\327R\377\374\377\0\376\377\363\0\373\377\375\0\203\377\377"
10
 
  "\377\0\15\376\377\377\0\375\374\377\27\320\321\314\213\317\324\320\374\337"
11
 
  "\354\332\377\325\356\304\377\312\345\272\377\277\335\253\377\265\322\264"
12
 
  "\377\254\267\263\374\250\243\247\213\377\374\371\27\376\376\377\0\203\377"
13
 
  "\377\377\0\15\377\376\375\0\314\314\314\213\340\347\361\377\331\360\306\377"
14
 
  "\271\341\211\377\225\311[\377z\273-\377}\277A\377|\300m\377\224\274\231\377"
15
 
  "\245\260\252\377\244\237\243\213\377\373\377\0\203\377\377\377\0\15\366\361"
16
 
  "\356R\313\317\316\374\331\364\301\377\256\327y\377\247\324u\377\255\340\203"
17
 
  "\377\233\332g\377~\311.\377]\260*\377d\246\\\377\214\262\231\377\213\225"
18
 
  "\224\374\304\276\310R\203\377\377\377\0\15\314\306\320\234\335\350\344\377"
19
 
  "\270\341\201\377\236\317f\377\305\352\266\377\322\361\317\377\271\337\254"
20
 
  "\377\227\322T\377h\271\26\377<\217'\377b\246s\377\207\250\227\377\222\223"
21
 
  "\230\234\203\377\377\377\0\15\300\275\310\327\332\356\323\377\223\312S\377"
22
 
  "\241\331l\377\307\352\300\377\335\366\326\377\273\335\240\377\232\314[\377"
23
 
  "p\273\30\3777\224\"\3776\217O\377\207\265\231\377quv\327\203\377\377\377"
24
 
  "\0\15\304\276\276\372\323\353\307\377s\266\33\377\212\321E\377\250\330\216"
25
 
  "\377\266\335\214\377\247\326z\377\214\315?\377\\\256\36\377+\220*\377\21"
26
 
  "p.\377\216\275\235\377qsr\372\203\377\377\377\0\15\303\270\310\327\313\340"
27
 
  "\317\377p\262D\377q\300&\377\212\314F\377\224\315H\377\205\3123\377f\270"
28
 
  "\30\377D\236\"\377\21y\40\3774\217T\377\220\271\233\377hfg\327\203\377\377"
29
 
  "\377\0\15\333\312\322\234\274\313\266\377\203\276z\377E\232%\377X\260\34"
30
 
  "\377a\264\36\377Y\247\40\377G\226!\377\25z*\377\3j!\377e\270\204\377r\232"
31
 
  "\202\377\205\207\204\234\203\377\377\377\0\15\372\362\377R\246\260\261\374"
32
 
  "\246\312\260\377]\235`\377*\200%\377%\212\"\377\37\211'\377\12s\36\377\7"
33
 
  "k#\377S\244j\377\212\271\225\377]i]\374\317\304\310R\203\377\377\377\0\15"
34
 
  "\374\377\377\0\322\323\327\213\242\250\250\377\234\271\247\377g\246{\377"
35
 
  "2\214O\377\15q3\3773\226]\377g\265\203\377\211\266\225\377iqd\377\237\225"
36
 
  "\224\213\377\366\374\0\203\377\377\377\0\15\370\377\363\0\377\376\373\27"
37
 
  "\330\313\322\213\234\230\231\374\222\244\230\377\217\265\234\377\220\273"
38
 
  "\237\377\214\264\231\377w\230\203\377`j_\374\250\237\240\213\377\376\377"
39
 
  "\27\373\377\377\0\203\377\377\377\0\15\376\377\377\0\376\374\377\0\377\371"
40
 
  "\377\0\370\356\366R\312\304\310\234\236\232\233\327\210\202\204\372\216\205"
41
 
  "\210\327\252\254\253\234\341\333\335R\377\375\377\0\362\373\372\0\367\377"
42
 
  "\377\0\242\377\377\377\0",
43
 
};
44