diff options
Diffstat (limited to 'muse2/xpm/reddot.xpm')
-rw-r--r-- | muse2/xpm/reddot.xpm | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/muse2/xpm/reddot.xpm b/muse2/xpm/reddot.xpm index c094934a..eae182d0 100644 --- a/muse2/xpm/reddot.xpm +++ b/muse2/xpm/reddot.xpm @@ -1,17 +1,21 @@ /* XPM */ -static const char *reddot_xpm[]={ -"12 12 2 1", -". c None", -"# c #ff5600", -"...#####....", -"..#######...", -".#########..", -"###########.", -"###########.", -"###########.", -"###########.", -"###########.", -".#########..", -"..#######...", -"...#####....", -"............"}; +static const char * reddot_xpm[] = { +"12 16 2 1", +" c None", +". c #FF0000", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; |