mirror of https://github.com/CGAL/cgal
constification
This commit is contained in:
parent
98b89122df
commit
45164cbebf
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *lines_icon[]={
|
||||
static const char *lines_icon[]={
|
||||
"32 32 3 1",
|
||||
"a c #00ff00",
|
||||
"# c #ff0000",
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char *trash[] = {
|
||||
static const char *trash[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 33 33 154 2",
|
||||
/* colors */
|
||||
|
|
|
|||
Loading…
Reference in New Issue