diff options
Diffstat (limited to 'src/xfwm4/left-inactive.xpm')
-rw-r--r-- | src/xfwm4/left-inactive.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/xfwm4/left-inactive.xpm b/src/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..a99c198 --- /dev/null +++ b/src/xfwm4/left-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"1 21 2 1", +" c None", +". c #eeeeee", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; |