made XPMs const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,49 +59,49 @@ static const int NO_IMAGE = -1;
|
|||||||
// Aqua arrows
|
// Aqua arrows
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *aqua_arrow_right[] = {
|
static const char *aqua_arrow_right[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"13 11 4 1",
|
"13 11 4 1",
|
||||||
" c None",
|
" c None",
|
||||||
"b c #C0C0C0",
|
"b c #C0C0C0",
|
||||||
"c c #707070",
|
"c c #707070",
|
||||||
"d c #A0A0A0",
|
"d c #A0A0A0",
|
||||||
/* pixels */
|
/* pixels */
|
||||||
" b ",
|
" b ",
|
||||||
" ddb ",
|
" ddb ",
|
||||||
" cccdb ",
|
" cccdb ",
|
||||||
" cccccd ",
|
" cccccd ",
|
||||||
" ccccccdb ",
|
" ccccccdb ",
|
||||||
" ccccccccd",
|
" ccccccccd",
|
||||||
" ccccccdb ",
|
" ccccccdb ",
|
||||||
" cccccb ",
|
" cccccb ",
|
||||||
" cccdb ",
|
" cccdb ",
|
||||||
" ddb ",
|
" ddb ",
|
||||||
" b "
|
" b "
|
||||||
};
|
};
|
||||||
|
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *aqua_arrow_down[] = {
|
static const char *aqua_arrow_down[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"13 11 4 1",
|
"13 11 4 1",
|
||||||
" c None",
|
" c None",
|
||||||
"b c #C0C0C0",
|
"b c #C0C0C0",
|
||||||
"c c #707070",
|
"c c #707070",
|
||||||
"d c #A0A0A0",
|
"d c #A0A0A0",
|
||||||
/* pixels */
|
/* pixels */
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" bdcccccccdb ",
|
" bdcccccccdb ",
|
||||||
" dcccccccd ",
|
" dcccccccd ",
|
||||||
" bcccccccb ",
|
" bcccccccb ",
|
||||||
" dcccccd ",
|
" dcccccd ",
|
||||||
" bcccccb ",
|
" bcccccb ",
|
||||||
" bcccd ",
|
" bcccd ",
|
||||||
" dcd ",
|
" dcd ",
|
||||||
" bcb ",
|
" bcb ",
|
||||||
" d "
|
" d "
|
||||||
};
|
};
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// private classes
|
// private classes
|
||||||
|
Reference in New Issue
Block a user