1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01: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 *down_9x16_xpm[] = {
static const char * const down_9x16_xpm[] = {
"9 16 2 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *fav_down_16x16_xpm[] = {
static const char * const fav_down_16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *fav_up_16x16_xpm[] = {
static const char * const fav_up_16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *power_off_16x16_xpm[] = {
static const char * const power_off_16x16_xpm[] = {
"16 16 4 1",
" c None",
"a c #FF0000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *power_on_16x16_xpm[] = {
static const char * const power_on_16x16_xpm[] = {
"16 16 4 1",
" c None",
"a c #00FF00",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *remove_16x16_xpm[] = {
static const char * const remove_16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #FF0000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *settings_down_16x16_xpm[] = {
static const char * const settings_down_16x16_xpm[] = {
"16 16 3 1",
" c None",
". c #020202",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *settings_up_16x16_xpm[] = {
static const char * const settings_up_16x16_xpm[] = {
"16 16 3 1",
" c None",
". c #020202",

View File

@@ -1,5 +1,5 @@
/* XPM */
static const char *up_9x16_xpm[] = {
static const char * const up_9x16_xpm[] = {
"9 16 2 1",
" c None",
". c #000000",