~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to pgadmin/include/images/debugger.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-06-07 23:03:54 UTC
  • mfrom: (1.3.1 upstream) (13 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110607230354-3td4j9y71u4ahcvj
Tags: 1.14.0~beta1-1
* New upstream development release, adding Build-Depends on
  postgresql-server-dev-all >= 117~.
* Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
  the include for kwlist.h in pgadmin/db/keywords.c.
* Add pg_config --includedir-server output to CPPFLAGS.
* Remove unrecognized configure options: --with-wx-config,
  --with-pgsql-include, --enable-gtk2, --enable-unicode.
* Clean up manually the files that are left behind after the broken
  distclean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char *debugger_xpm[] = {
3
 
/* columns rows colors chars-per-pixel */
4
 
"16 16 12 1",
5
 
"+ c Black",
6
 
"X c #808080",
7
 
"O c #000080",
8
 
"$ c #FFFF00",
9
 
"o c #00FFFF",
10
 
"  c None",
11
 
"* c #800000",
12
 
"# c #008080",
13
 
"% c #FF0000",
14
 
"@ c #0000FF",
15
 
". c #C0C0C0",
16
 
"& c #808000",
17
 
/* pixels */
18
 
"        .X      ",
19
 
"        .       ",
20
 
"     X. X.      ",
21
 
"  .XXoO O.  O.  ",
22
 
"    ++@#+. X..  ",
23
 
"    +#O+++O...  ",
24
 
"  X #OO#O+O..   ",
25
 
"  .X++O#OO+Oo#. ",
26
 
"   .#+OOOOOOX+O#",
27
 
"+X X#OOO+OOOX.X.",
28
 
" ....+OO$%++X...",
29
 
" ...XOOO&%&+X.  ",
30
 
"    @X+O$**XX.  ",
31
 
"    #XX++++X.   ",
32
 
"    OX..XXXX.   ",
33
 
"    +X. ....    "
34
 
};