~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to lib/qextmdi/res/kde2laptop_closebutton_menu.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
#ifndef _KDE2LAPTOP_CLOSEBUTTON_MENU_XPM_
 
3
#define _KDE2LAPTOP_CLOSEBUTTON_MENU_XPM_
 
4
 
 
5
static const char* kde2laptop_closebutton_menu[]={
 
6
"27 14 3 1",
 
7
". s None c None",
 
8
"+ c #303030",
 
9
"# c #000000",
 
10
"##########################.",
 
11
"#........................#+",
 
12
"#........................#+",
 
13
"#.........#....#.........#+",
 
14
"#........###..###........#+",
 
15
"#.........######.........#+",
 
16
"#..........####..........#+",
 
17
"#..........####..........#+",
 
18
"#.........######.........#+",
 
19
"#........###..###........#+",
 
20
"#.........#....#.........#+",
 
21
"#........................#+",
 
22
"##########################+",
 
23
".++++++++++++++++++++++++++"};
 
24
 
 
25
#endif