This commit was manufactured by cvs2svn to create tag 'RELEASE'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/RELEASE@38364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2006-03-25 12:04:37 +00:00
parent 219ee9ba9d
commit e5ea1f18dc
4374 changed files with 963316 additions and 158085 deletions

View File

@@ -0,0 +1,25 @@
/* XPM */
static char *tofront_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 4 1",
" c None",
". c Black",
"X c #808080",
"o c Yellow",
/* pixels */
" ....... ",
" .XXXXX. ",
" .XX......... ",
" .XX.ooooooo. ",
" .XX.ooooooo. ",
" .XX.ooooooo. ",
" ....ooooooo. ",
" .ooooooo....",
" .ooooooo.XX.",
" .ooooooo.XX.",
" .........XX.",
" .XXXXX.",
" .XXXXX.",
" .......",
" "
};