constification

This commit is contained in:
Sylvain Pion 2007-02-15 07:58:15 +00:00
parent 45164cbebf
commit d06d30ba06
10 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * arrow_01_down_xpm[] = {
static const char * arrow_01_down_xpm[] = {
"30 29 257 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * arrow_01_left_xpm[] = {
static const char * arrow_01_left_xpm[] = {
"29 30 257 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * arrow_01_right_xpm[] = {
static const char * arrow_01_right_xpm[] = {
"29 30 257 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * arrow_01_up_xpm[] = {
static const char * arrow_01_up_xpm[] = {
"30 29 257 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * button_solid_xpm[] = {
static const char * button_solid_xpm[] = {
"28 27 5 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * button_wire_xpm[] = {
static const char * button_wire_xpm[] = {
"28 27 2 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * d_solid_b_xpm[] = {
static const char * d_solid_b_xpm[] = {
"36 34 249 2",
" c #000000",
". c #800000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * d_wire_b_xpm[] = {
static const char * d_wire_b_xpm[] = {
"36 34 249 2",
" c #000000",
". c #800000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * zoom_in_xpm[] = {
static const char * zoom_in_xpm[] = {
"16 16 110 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * zoom_out_xpm[] = {
static const char * zoom_out_xpm[] = {
"16 16 114 2",
" c None",
". c #000000",