mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Const'ify xpm images
This commit is contained in:
committed by
Paul Licameli
parent
d8da4015ef
commit
b77637750d
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char *ToolBarGrabber[] = {
|
||||
static const char * const ToolBarGrabber[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"17 8 6 1",
|
||||
" c cyan",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char *ToolBarTarget[] = {
|
||||
static const char * const ToolBarTarget[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"17 26 3 1",
|
||||
" c cyan",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char *ToolBarToggle[] = {
|
||||
static const char * const ToolBarToggle[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"43 35 14 1",
|
||||
" c #777777",
|
||||
|
Reference in New Issue
Block a user