diff --git a/samples/xrc/rc/fuzzy.gif b/samples/xrc/rc/fuzzy.gif index 51683572a3..b6296c5135 100644 Binary files a/samples/xrc/rc/fuzzy.gif and b/samples/xrc/rc/fuzzy.gif differ diff --git a/samples/xrc/rc/platform.xpm b/samples/xrc/rc/platform.xpm index 8702c4bbf2..3737055fe7 100644 --- a/samples/xrc/rc/platform.xpm +++ b/samples/xrc/rc/platform.xpm @@ -1,21 +1,28 @@ -/* XPM */ -static char * platform_xpm[] = { -"16 16 2 1", -" c None", -". c #0000FF", -" ", -" .. ", -" .. ", -" . ", -" ... .... ", -" ........... ", -" .......... ", -" .......... ", -" .......... ", -" .......... ", -" ........... ", -" ........... ", -" ........... ", -" ......... ", -" ... ... ", -" "}; +/* XPM */ +static char *platform_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 6 1", +". c Black", +"o c #FFFFFF", +"X c #000080", +"O c #FFFF00", +" c None", +"+ c #FF0000", +/* pixels */ +" ", +" ", +" ", +" ....... ", +" .XXXXX. ", +" .oXXXX. ", +" .oXXX.......", +".....oXXX.OOOOO.", +".+++.XXXX.oOOOO.", +".o++......oOOOO.", +".o++++. .oOOOO.", +".o++++. .OOOOO.", +".+++++. .......", +"....... ", +" ", +" " +}; diff --git a/samples/xrc/rc/scanning.gif b/samples/xrc/rc/scanning.gif deleted file mode 100644 index c1b1e15caf..0000000000 Binary files a/samples/xrc/rc/scanning.gif and /dev/null differ diff --git a/samples/xrc/rc/sppicon.ico b/samples/xrc/rc/sppicon.ico deleted file mode 100644 index f3ef7918d2..0000000000 Binary files a/samples/xrc/rc/sppicon.ico and /dev/null differ diff --git a/samples/xrc/rc/update.gif b/samples/xrc/rc/update.gif index d6ef70a421..9b66868827 100644 Binary files a/samples/xrc/rc/update.gif and b/samples/xrc/rc/update.gif differ