/[svn]/gigedit/trunk/src/gigedit/gfx/yellow_dot.c
ViewVC logotype

Annotation of /gigedit/trunk/src/gigedit/gfx/yellow_dot.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3106 - (hide annotations) (download)
Sat Feb 11 17:04:48 2017 UTC (7 years, 2 months ago) by schoenebeck
File MIME type: text/plain
File size: 1637 byte(s)
* Show graphical symbol on region that uses loop(s).
* Show graphical symbol on region that misses sample
  reference(s).
* Bumped version (1.0.0.svn27).

1 schoenebeck 3106 /* GdkPixbuf RGBA C-Source image dump */
2    
3     #ifdef __SUNPRO_C
4     #pragma align 4 (yellow_dot_rgba)
5     #endif
6     #ifdef __GNUC__
7     unsigned const char yellow_dot_rgba[] __attribute__ ((__aligned__ (4))) =
8     #else
9     unsigned const char yellow_dot_rgba[] =
10     #endif
11     { ""
12     /* Pixbuf magic (0x47646b50) */
13     "GdkP"
14     /* length: header (24) + pixel_data (256) */
15     "\0\0\1\30"
16     /* pixdata_type (0x1010002) */
17     "\1\1\0\2"
18     /* rowstride (32) */
19     "\0\0\0\40"
20     /* width (8) */
21     "\0\0\0\10"
22     /* height (8) */
23     "\0\0\0\10"
24     /* pixel_data: */
25     "\0\0\0\0\355\355\204\35\357\357\210\254\357\357\210\362\357\357\210\362"
26     "\357\357\210\257\362\362\211'\0\0\0\0\355\355\204\35\357\357\210\355"
27     "\357\357\210\377\357\357\210\377\357\357\210\377\357\357\210\377\357"
28     "\357\210\356\355\355\204\35\357\357\210\254\357\357\210\377\357\357\210"
29     "\377\357\357\210\377\357\357\210\377\357\357\210\377\357\357\210\377"
30     "\357\357\211\252\357\357\210\362\357\357\210\377\357\357\210\377\357"
31     "\357\210\377\357\357\210\377\357\357\210\377\357\357\210\377\357\357"
32     "\210\361\357\357\210\362\357\357\210\377\357\357\210\377\357\357\210"
33     "\377\357\357\210\377\357\357\210\377\357\357\210\377\357\357\210\360"
34     "\357\357\210\257\357\357\210\377\357\357\210\377\357\357\210\377\357"
35     "\357\210\377\357\357\210\377\357\357\210\377\356\356\210\251\362\362"
36     "\211'\357\357\210\356\357\357\210\377\357\357\210\377\357\357\210\377"
37     "\357\357\210\377\357\357\210\354\355\355\211\34\0\0\0\0\355\355\204\35"
38     "\357\357\211\252\357\357\210\361\357\357\210\361\356\356\210\251\355"
39     "\355\211\34\0\0\0\0"};
40    
41     const int yellow_dot_rgba_size = sizeof(yellow_dot_rgba);

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC