diff options
Diffstat (limited to 'muse2/xpm/open_hand.xpm')
-rw-r--r-- | muse2/xpm/open_hand.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/muse2/xpm/open_hand.xpm b/muse2/xpm/open_hand.xpm new file mode 100644 index 00000000..32d993b5 --- /dev/null +++ b/muse2/xpm/open_hand.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static const char * open_hand_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" .. ", +" .. . ... ", +" . .. . . ", +" . .. . . . ", +" . . . .. .", +" . . . . .", +" .. . . .", +". .. .", +". . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" "}; |