1
0
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:
Henric Jungheim
2018-01-14 03:17:05 -07:00
committed by Paul Licameli
parent d8da4015ef
commit b77637750d
238 changed files with 274 additions and 274 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Copy[] = {
static const char * const const Copy[] = {
"26 24 11 1",
" c None",
". c #CCCCCC",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * CopyAlpha[] = {
static const char * const CopyAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * CopyDisabled[] = {
static const char * const CopyDisabled[] = {
"26 24 11 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Cut[] = {
static const char * const Cut[] = {
"26 24 6 1",
" c None",
". c #808080",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * CutAlpha[] = {
static const char * const CutAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * CutDisabled[] = {
static const char * const CutDisabled[] = {
"26 24 6 1",
" c None",
". c #919191",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *Disabled[] = {
static const char * const Disabled[] = {
"48 48 165 2",
" c None",
". c #CACACA",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *Down[] = {
static const char * const Down[] = {
"27 27 27 1",
" c None",
". c #3B3B3B",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *Effects_xpm[] = {
static const char * const Effects_xpm[] = {
"26 24 78 1",
" c None",
". c #FFFFFF",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *Hilite[] = {
static const char * const Hilite[] = {
"27 27 85 1",
" c None",
". c #FBFBFB",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Paste[] = {
static const char * const Paste[] = {
"26 24 14 1",
" c None",
". c #222222",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * PasteAlpha[] = {
static const char * const PasteAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * PasteDisabled[] = {
static const char * const PasteDisabled[] = {
"26 24 14 1",
" c None",
". c #757575",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Redo[] = {
static const char * const Redo[] = {
"26 24 4 1",
" c None",
". c #686868",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * RedoAlpha[] = {
static const char * const RedoAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * RedoDisabled[] = {
static const char * const RedoDisabled[] = {
"26 24 4 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Silence[] = {
static const char * const Silence[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * SilenceAlpha[] = {
static const char * const SilenceAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * SilenceDisabled[] = {
static const char * const SilenceDisabled[] = {
"26 24 3 1",
" c None",
". c #6B6B6B",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Trim[] = {
static const char * const Trim[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * TrimAlpha[] = {
static const char * const TrimAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * TrimDisabled[] = {
static const char * const TrimDisabled[] = {
"26 24 3 1",
" c None",
". c #6B6B6B",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Undo[] = {
static const char * const Undo[] = {
"26 24 4 1",
" c None",
". c #222222",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * UndoAlpha[] = {
static const char * const UndoAlpha[] = {
"26 24 3 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * UndoDisabled[] = {
static const char * const UndoDisabled[] = {
"26 24 4 1",
" c None",
". c #757575",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * Up[] = {
static const char * const Up[] = {
"27 27 15 1",
" c None",
". c #FBFBFB",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomFit[] = {
static const char * const ZoomFit[] = {
"27 27 7 1",
" c None",
". c #FFFFFF",

View File

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

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomFitDisabled[] = {
static const char * const ZoomFitDisabled[] = {
"27 27 6 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomIn[] = {
static const char * const ZoomIn[] = {
"27 27 7 1",
" c None",
". c #FFFFFF",

View File

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

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomInDisabled[] = {
static const char * const ZoomInDisabled[] = {
"27 27 6 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomOut[] = {
static const char * const ZoomOut[] = {
"27 27 7 1",
" c None",
". c #FFFFFF",

View File

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

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomOutDisabled[] = {
static const char * const ZoomOutDisabled[] = {
"27 27 6 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomSel[] = {
static const char * const ZoomSel[] = {
"27 27 7 1",
" c None",
". c #FFFFFF",

View File

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

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomSelDisabled[] = {
static const char * const ZoomSelDisabled[] = {
"27 27 6 1",
" c None",
". c #A8A8A8",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomToggle[] = {
static const char * const ZoomToggle[] = {
"27 27 7 1",
" c None",
". c #FFFFFF",

View File

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

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char * ZoomToggleDisabled[] = {
static const char * const ZoomToggleDisabled[] = {
"27 27 7 1",
" c None",
". c #A8A8A8",