constification

This commit is contained in:
Sylvain Pion 2007-02-15 07:56:06 +00:00
parent 98b89122df
commit 45164cbebf
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char *get_arc[] = {
static const char *get_arc[] = {
/* width height num_colors chars_per_pixel */
" 33 33 243 2",
/* colors */

View File

@ -1,5 +1,5 @@
/* XPM */
static char *lines_icon[]={
static const char *lines_icon[]={
"32 32 3 1",
"a c #00ff00",
"# c #ff0000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *planar_map_icon[] = {
static const char *planar_map_icon[] = {
/* width height num_colors chars_per_pixel */
" 33 33 3 1",
/* colors */

View File

@ -1,5 +1,5 @@
/* XPM */
static char *sweeper_xpm[] = {
static const char *sweeper_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 240 2",
" c #020100",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *trash[] = {
static const char *trash[] = {
/* width height num_colors chars_per_pixel */
" 33 33 154 2",
/* colors */