diff --git a/icons/free.xpm b/icons/free.xpm new file mode 100644 index 0000000..a62b0a1 --- /dev/null +++ b/icons/free.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char * free_xpm[] = +{ + "10 10 2 1", + " c None", + "+ c #ffffff", + "++++++++++", + "+ +", + "+ +++++ +", + "+ + + +", + "+ + ++ +", + "+ ++++++ +", + "+ + + +", + "+ +++++ +", + "+ +", + "++++++++++" +}; diff --git a/icons/max.xpm b/icons/max.xpm new file mode 100644 index 0000000..53a979d --- /dev/null +++ b/icons/max.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * max_xpm[] = +{ + "10 10 2 1", + " c None", + "+ c #ffffff", + "++++++++++", + "++++++++++", + "+ +", + "+ +", + "+ +", + "+ +", + "+ +", + "+ +", + "++++++++++", + "++++++++++" +}; + diff --git a/icons/tile.xpm b/icons/tile.xpm new file mode 100755 index 0000000..efbea80 --- /dev/null +++ b/icons/tile.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char * tile_xpm[] = +{ + "10 10 2 1", + " c None", + "+ c #ffffff", + "++++++++++", + "+ + +", + "+ + +", + "+ ++++++", + "+ + +", + "+ + +", + "+ ++++++", + "+ + +", + "+ + +", + "++++++++++" +};