mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +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 * ZoomInCursorXpm[] = {
|
||||
static const char * const ZoomInCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
"+ c #FFFFFF",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
|
Reference in New Issue
Block a user