/* Contains XPM data for arrow and transparent xpm * and the location of applist.xml, the xpm files * and the help files. */ /* THESE NEED TO CHANGE TO REFLECT THE LOCATION OF THE FILES */ #define APPLIST "/home/bm98/prg/gtk-menu/current/applist.xml" #define XPMDIR "/home/bm98/prg/gtk-menu/current/xpms/" #define HELPDIR "/home/bm98/prg/gtk-menu/current/help/" /* END CHANGE */ #define HOMED strdup(getenv("HOME")) #define MENUD "/.cmsmenu" #define MENUFILE "/menu-autoload" static gchar * no_xpm[] = { "1 1 1 1", " c None", " "}; static char * r_arrow_xpm[] = { "14 14 26 1", " c None", ". c #B1B1B1", "+ c #404040", "@ c #323232", "# c #414141", "$ c #767676", "% c #979797", "& c #000000", "* c #3B3B3B", "= c #292929", "- c #969696", "; c #242424", "> c #EBEBEB", ", c #F4F4F4", "' c #272727", ") c #949494", "! c #393939", "~ c #FDFDFD", "{ c #5F5F5F", "] c #717171", "^ c #1B1B1B", "/ c #D5D5D5", "( c #515151", "_ c #B0B0B0", ": c #737373", "< c #0D0D0D", " .+ ", " .@# ", " .$%# ", " .$&%# ", "*****=$&&-# ", ";......&&&-# ", "'&&&&&&&&&&-# ", "'&&&&&&&&&&&-]", "'&&&&&&&&&&-] ", ";......&&&-] ", "$$$$$($&&-] ", " _$&-] ", " _:-] ", " _<] "};