~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to data/styles/Emerge/pixmaps/unselected.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2008-07-01 10:38:14 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701103814-khx2b6il152x9p93
Tags: 1.0.0+deb1-8
* x-dev has been removed from build-depends (out-of-date package).
* Standards-Version bumped to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * unselected_xpm[] = {
3
 
"16 16 2 1",
4
 
"       c None",
5
 
".      c #000000",
6
 
"                ",
7
 
"                ",
8
 
"                ",
9
 
"  ............. ",
10
 
"  .           . ",
11
 
"  .           . ",
12
 
"  .           . ",
13
 
"  .           . ",
14
 
"  .           . ",
15
 
"  .           . ",
16
 
"  .           . ",
17
 
"  .           . ",
18
 
"  .           . ",
19
 
"  .           . ",
20
 
"  ............. ",
21
 
"                "};