~ubuntu-branches/ubuntu/vivid/winefish/vivid

« back to all changes in this revision

Viewing changes to inline_images/general_icons.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2006-04-14 14:41:11 UTC
  • Revision ID: james.westby@ubuntu.com-20060414144111-wi90w6pr70ifwxtw
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* GdkPixbuf RGBA C-Source image dump */
 
2
 
 
3
#ifdef __SUNPRO_C
 
4
#pragma align 4 (pixmap_close_small)
 
5
#endif
 
6
#ifdef __GNUC__
 
7
const guint8 pixmap_close_small[] __attribute__ ((__aligned__ (4))) = 
 
8
#else
 
9
const guint8 pixmap_close_small[] = 
 
10
#endif
 
11
{ ""
 
12
  /* Pixbuf magic (0x47646b50) */
 
13
  "GdkP"
 
14
  /* length: header (24) + pixel_data (196) */
 
15
  "\0\0\0\334"
 
16
  /* pixdata_type (0x1010002) */
 
17
  "\1\1\0\2"
 
18
  /* rowstride (28) */
 
19
  "\0\0\0\34"
 
20
  /* width (7) */
 
21
  "\0\0\0\7"
 
22
  /* height (7) */
 
23
  "\0\0\0\7"
 
24
  /* pixel_data: */
 
25
  "\0\0\0\0\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0"
 
26
  "\0\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0"
 
27
  "\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
 
28
  "\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
 
29
  "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\0\0\0\0\377\0\0\0\377"
 
30
  "\0\0\0\0\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\0\0\0\0\377\0\0\0\0\0\0"
 
31
  "\0\0\0\0\0\0\0\0\0\377\0\0\0\377"};
 
32
 
 
33