~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-3

« back to all changes in this revision

Viewing changes to src/texture-gradation.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100809232612-pocdxliaxjdetm37
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
* This file is a part of the Cairo-Dock project
3
 
*
4
 
* Copyright : (C) see the 'copyright' file.
5
 
* E-mail    : see the 'copyright' file.
6
 
*
7
 
* This program is free software; you can redistribute it and/or
8
 
* modify it under the terms of the GNU General Public License
9
 
* as published by the Free Software Foundation; either version 3
10
 
* of the License, or (at your option) any later version.
11
 
*
12
 
* This program is distributed in the hope that it will be useful,
13
 
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
* GNU General Public License for more details.
16
 
* You should have received a copy of the GNU General Public License
17
 
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
 
*/
19
 
 
20
 
/* GIMP RGBA C-Source image dump (texture-gradation.c) */
21
 
// alpha pre-multiplie par mes soins.
22
 
 
23
 
static const unsigned char gradationTex[1 * 48 * 4 + 1] = {
24
 
        "\14\14\14\14\22\22\22\22\30\30\30\30\35\35\35\35\43\43\43\43\50\50\50\50\57\57\57\57\64\64\64\64\71\71\71\71\100\100\100\100\105\105\105\105\112\112\112\112\120\120\120\120\126\126\126\126\134\134\134\134\141\141\141\141\147\147\147\147\155\155\155\155\163\163\163\163\171\171\171\171\176\176\176\176\204\204\204\204\212\212\212\212\220\220\220\220\225\225\225\225\232\232\232\232\240\240\240\240\246\246\246\246\254\254\254\254\262\262\262\262\270\270\270\270\275\275\275\275\303\303\303\303\310\310\310\310\316\316\316\316\324\324\324\324\331\331\331\331\337\337\337\337\345\345\345\345\353\353\353\353\360\360\360\360\366\366\366\366\374\374\374\374\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
25
 
        /*"\377\377\377\14\377\377\377\22\377\377\377\30\377\377\377\35\377\377\377"
26
 
        "#\377\377\377(\377\377\377/\377\377\3774\377\377\3779\377\377\377@\377\377"
27
 
        "\377E\377\377\377J\377\377\377P\377\377\377V\377\377\377\\\377\377\377a\377"
28
 
        "\377\377g\377\377\377m\377\377\377s\377\377\377y\377\377\377~\377\377\377"
29
 
        "\204\377\377\377\212\377\377\377\220\377\377\377\225\377\377\377\232\377"
30
 
        "\377\377\240\377\377\377\246\377\377\377\254\377\377\377\262\377\377\377"
31
 
        "\270\377\377\377\275\377\377\377\303\377\377\377\310\377\377\377\316\377"
32
 
        "\377\377\324\377\377\377\331\377\377\377\337\377\377\377\345\377\377\377"
33
 
        "\353\377\377\377\360\377\377\377\366\377\377\377\374\377\377\377\377\377"
34
 
        "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"*/
35
 
        };