~elementary-os/egtk/deb-packaging-luna

« back to all changes in this revision

Viewing changes to xfwm4/bottom-right-inactive.xpm

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-04-06 09:15:16 UTC
  • Revision ID: shnatsel@gmail.com-20120406091516-ojmhcq7wiy1fbqbh
nuked everything but packaging
bumped version to 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * bottom_right_active_xpm[] = {
3
 
"2 2 3 1",
4
 
"       c None",
5
 
".      c #DEDEDE s active_color_2",
6
 
"+      c #939393",
7
 
".+",
8
 
"++"};