icons/flag-questionmark.xpm
author insilmaril
Thu, 21 Apr 2005 19:14:38 +0000
changeset 97 0b048b6bb6f4
parent 28 512536ce7773
permissions -rw-r--r--
xlink color, width and defaults can be saved/ restored now
     1 /* XPM */
     2 static const char * flag_questionmark_xpm[] = {
     3 "14 17 2 1",
     4 " 	c None",
     5 ".	c #FF0000",
     6 "   ......     ",
     7 "  .........   ",
     8 "   .........  ",
     9 "         ...  ",
    10 "         ...  ",
    11 "        ....  ",
    12 "      .....   ",
    13 "     .....    ",
    14 "     ....     ",
    15 "      ..      ",
    16 "      ..      ",
    17 "      ..      ",
    18 "      ..      ",
    19 "              ",
    20 "       .      ",
    21 "      ...     ",
    22 "       .      "};