~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to drop-indicator/src/bilinear-gradation-texture.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

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-bilinear-gradation.c) */
 
21
// alpha pre-multiplie par mes soins.
 
22
 
 
23
static const unsigned char gradationTex[1 * 32 * 4 + 1] = {
 
24
        "\0\0\0\0\6\6\6\6\16\16\16\16\35\35\35\35\137\137\137\137\242\242\242\242\304\304\304\304\353\353\353\353\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\376\376\376\376\367\367\367\367\332\332\332\332\240\240\240\240\120\120\120\120\35\35\35\35\16\16\16\16\6\6\6\6\0\0\0\0"
 
25
        /*"\377\377\377\0\377\377\377\6\377\377\377\16\377\377\377\35\377\377\377_\377"
 
26
        "\377\377\242\377\377\377\304\377\377\377\353\377\377\377\377\377\377\377"
 
27
        "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
 
28
        "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
 
29
        "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
 
30
        "\377\377\376\377\377\377\367\377\377\377\332\377\377\377\240\377\377\377"
 
31
        "P\377\377\377\35\377\377\377\16\377\377\377\6\377\377\377\0"*/
 
32
        };