From: John L. <jr...@us...> - 2005-11-24 06:38:24
|
Update of /cvsroot/wxlua/wxLua/art In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5356/wxLua/art Added Files: play.xpm stop.xpm Log Message: remove more dead files add back univ platform for defsutils.i cleanup wx.rules add wxluaeditor, an embedded sample editor using wxSTEditor --- NEW FILE: play.xpm --- /* XPM */ static char *play_xpm[]={ "16 16 2 1", ". c None", "# c #000000", "................", "................", "....###.........", "....####........", "....#####.......", "....######......", "....#######.....", "....########....", "....########....", "....#######.....", "....######......", "....#####.......", "....####........", "....###.........", "................", "................"}; --- NEW FILE: stop.xpm --- /* XPM */ static char *stop_xpm[]={ "16 16 3 1", ". c None", "# c #000000", "a c #585858", "................", "................", "................", "....########....", "...#########a...", "...#########a...", "...#########a...", "...#########a...", "...#########a...", "...#########a...", "...#########a...", "...#########a...", "....aaaaaaaa....", "................", "................", "................"}; |