diff options
Diffstat (limited to 'common/xfwm4/stick-pressed.xpm')
-rw-r--r-- | common/xfwm4/stick-pressed.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/common/xfwm4/stick-pressed.xpm b/common/xfwm4/stick-pressed.xpm new file mode 100644 index 0000000..3a3a2a9 --- /dev/null +++ b/common/xfwm4/stick-pressed.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"16 22 3 1", +" c None", +". c #E7E8EB", +"+ c #5294E2", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +".......++.......", +".......++.......", +".......++.......", +"....++++++++....", +"....++++++++....", +".......++.......", +".......++.......", +".......++.......", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; |