diff options
Diffstat (limited to 'src/xfwm4/hide-inactive.xpm')
-rw-r--r-- | src/xfwm4/hide-inactive.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/xfwm4/hide-inactive.xpm b/src/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..94afb39 --- /dev/null +++ b/src/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #111111", +"+ c #101010", +"@ c #111111", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; |