diff options
Diffstat (limited to 'muse2/xpm/greendot.xpm')
-rw-r--r-- | muse2/xpm/greendot.xpm | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/muse2/xpm/greendot.xpm b/muse2/xpm/greendot.xpm index 9f02394f..bac27c28 100644 --- a/muse2/xpm/greendot.xpm +++ b/muse2/xpm/greendot.xpm @@ -1,25 +1,21 @@ /* XPM */ -static const char *greendot_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 12 16 2 1", -/* colors */ -". c none", -"# c #00ff00", -/* pixels */ -"............", -"............", -"............", -".....##.....", -"....####....", -"...######...", -"..########..", -"..########..", -"..########..", -"...######...", -"....####....", -".....##.....", -"............", -"............", -"............", -"............" -}; +static const char * greendot_xpm[] = { +"12 16 2 1", +" c None", +". c #00FF00", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; |