mirror of https://github.com/CGAL/cgal
constification
This commit is contained in:
parent
98b89122df
commit
45164cbebf
|
|
@ -1,5 +1,5 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *get_arc[] = {
|
static const char *get_arc[] = {
|
||||||
/* width height num_colors chars_per_pixel */
|
/* width height num_colors chars_per_pixel */
|
||||||
" 33 33 243 2",
|
" 33 33 243 2",
|
||||||
/* colors */
|
/* colors */
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *lines_icon[]={
|
static const char *lines_icon[]={
|
||||||
"32 32 3 1",
|
"32 32 3 1",
|
||||||
"a c #00ff00",
|
"a c #00ff00",
|
||||||
"# c #ff0000",
|
"# c #ff0000",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *planar_map_icon[] = {
|
static const char *planar_map_icon[] = {
|
||||||
/* width height num_colors chars_per_pixel */
|
/* width height num_colors chars_per_pixel */
|
||||||
" 33 33 3 1",
|
" 33 33 3 1",
|
||||||
/* colors */
|
/* colors */
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *sweeper_xpm[] = {
|
static const char *sweeper_xpm[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"32 32 240 2",
|
"32 32 240 2",
|
||||||
" c #020100",
|
" c #020100",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *trash[] = {
|
static const char *trash[] = {
|
||||||
/* width height num_colors chars_per_pixel */
|
/* width height num_colors chars_per_pixel */
|
||||||
" 33 33 154 2",
|
" 33 33 154 2",
|
||||||
/* colors */
|
/* colors */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue