-
Notifications
You must be signed in to change notification settings - Fork 1
/
icon.h
65 lines (60 loc) · 3.46 KB
/
icon.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// mandelbrot-gtk - Multithreaded GTK Application for rendering the mandelbrot and julia-set
//
// Copyright (C) 2010-2020 Felix Neumärker
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <gdk-pixbuf/gdk-pixbuf.h>
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
static const GdkPixdata app_icon = {
0x47646b50, /* Pixbuf magic: 'GdkP' */
24 + 711, /* header length + pixel_data length */
0x2010002, /* pixdata_type */
128, /* rowstride */
32, /* width */
32, /* height */
/* pixel_data: */
"\377\0\0\200\377\225\0\0\200\377\203\0\0\377\377\234\0\0\200\377\205"
"\0\0\377\377\232\0\0\200\377\203\0\0\377\377\202\0\377\377\377\202\0"
"\0\377\377\227\0\0\200\377\204\0\0\377\377\1\0\377\377\377\202\0\0\0"
"\377\1\0\377\377\377\202\0\0\377\377\225\0\0\200\377\204\0\0\377\377"
"\202\0\377\377\377\2\0\0\0\377\0\377\377\377\205\0\0\377\377\221\0\0"
"\200\377\203\0\0\377\377\1\0\0\0\377\202\0\377\377\377\205\0\0\0\377"
"\202\0\377\377\377\2\0\0\0\377\0\0\377\377\215\0\0\200\377\207\0\0\377"
"\377\1\0\377\377\377\211\0\0\0\377\2\0\377\377\377\0\0\377\377\214\0"
"\0\200\377\207\0\0\377\377\1\0\377\377\377\212\0\0\0\377\1\0\377\377"
"\377\202\0\0\377\377\212\0\0\200\377\204\0\0\377\377\202\0\377\377\377"
"\202\0\0\377\377\1\0\377\377\377\213\0\0\0\377\2\0\377\377\377\0\0\377"
"\377\211\0\0\200\377\204\0\0\377\377\1\0\377\377\377\202\0\0\0\377\2"
"\0\377\377\377\0\0\377\377\214\0\0\0\377\2\0\377\377\377\0\0\377\377"
"\207\0\0\200\377\204\0\0\377\377\202\0\377\377\377\204\0\0\0\377\1\0"
"\377\377\377\214\0\0\0\377\2\0\377\377\377\0\0\377\377\205\0\0\200\377"
"\205\0\0\377\377\1\0\377\377\377\222\0\0\0\377\1\0\377\377\377\202\0"
"\0\377\377\205\0\0\200\377\205\0\0\377\377\1\0\377\377\377\222\0\0\0"
"\377\1\0\377\377\377\202\0\0\377\377\207\0\0\200\377\204\0\0\377\377"
"\202\0\377\377\377\204\0\0\0\377\1\0\377\377\377\214\0\0\0\377\2\0\377"
"\377\377\0\0\377\377\211\0\0\200\377\204\0\0\377\377\1\0\377\377\377"
"\202\0\0\0\377\2\0\377\377\377\0\0\377\377\214\0\0\0\377\2\0\377\377"
"\377\0\0\377\377\212\0\0\200\377\204\0\0\377\377\202\0\377\377\377\202"
"\0\0\377\377\1\0\377\377\377\213\0\0\0\377\2\0\377\377\377\0\0\377\377"
"\213\0\0\200\377\207\0\0\377\377\1\0\377\377\377\212\0\0\0\377\1\0\377"
"\377\377\202\0\0\377\377\214\0\0\200\377\207\0\0\377\377\1\0\377\377"
"\377\211\0\0\0\377\2\0\377\377\377\0\0\377\377\221\0\0\200\377\203\0"
"\0\377\377\1\0\0\0\377\202\0\377\377\377\205\0\0\0\377\202\0\377\377"
"\377\2\0\0\0\377\0\0\377\377\223\0\0\200\377\204\0\0\377\377\202\0\377"
"\377\377\2\0\0\0\377\0\377\377\377\205\0\0\377\377\224\0\0\200\377\204"
"\0\0\377\377\1\0\377\377\377\202\0\0\0\377\1\0\377\377\377\202\0\0\377"
"\377\230\0\0\200\377\203\0\0\377\377\202\0\377\377\377\202\0\0\377\377"
"\232\0\0\200\377\205\0\0\377\377\234\0\0\200\377\203\0\0\377\377\377"
"\0\0\200\377\212\0\0\200\377",
};