~ubuntu-branches/ubuntu/lucid/qtm/lucid-updates

« back to all changes in this revision

Viewing changes to winsystray.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Patryk Cisek
  • Date: 2009-07-03 15:07:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090703150756-11x75iewoopx1zf6
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

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