~ubuntu-branches/ubuntu/intrepid/mythbuntu-artwork-usplash/intrepid

« back to all changes in this revision

Viewing changes to usplash-theme-mythbuntu.c

  • Committer: Bazaar Package Importer
  • Author(s): Nick Fox
  • Date: 2007-09-16 22:07:45 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070916220745-iuqw9mah2swn5c8m
Tags: 0.5-0ubuntu1
Fix progress bar coloring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        .pixmap = &pixmap_usplash_640_400,
55
55
 
56
56
        /* Palette indexes */
57
 
        .background             = 0,
58
 
        .progressbar_background = 32,
59
 
        .progressbar_foreground = 131,
60
 
        .text_background        = 0,
61
 
        .text_foreground        = 117,
62
 
        .text_success           = 189,
63
 
        .text_failure           = 55,
 
57
        .background             = 0x0,
 
58
        .progressbar_background = 0x0,
 
59
        .progressbar_foreground = 0x119,
 
60
        .text_background        = 0x0,
 
61
        .text_foreground        = 0x117,
 
62
        .text_success           = 0x189,
 
63
        .text_failure           = 0x55,
64
64
 
65
65
        /* Progress bar position and size in pixels */
66
66
        .progressbar_x      = 212,
96
96
        .pixmap = &pixmap_usplash_640_480,
97
97
 
98
98
        /* Palette indexes */
99
 
        .background             = 0,
100
 
        .progressbar_background = 32,
101
 
        .progressbar_foreground = 131,
102
 
        .text_background        = 0,
103
 
        .text_foreground        = 117,
104
 
        .text_success           = 189,
105
 
        .text_failure           = 55,
 
99
        .background             = 0x0,
 
100
        .progressbar_background = 0x0,
 
101
        .progressbar_foreground = 0x119,
 
102
        .text_background        = 0x0,
 
103
        .text_foreground        = 0x117,
 
104
        .text_success           = 0x189,
 
105
        .text_failure           = 0x55,
106
106
 
107
107
        /* Progress bar position and size in pixels */
108
108
        .progressbar_x      = 212,
138
138
        .pixmap = &pixmap_usplash_800_600,
139
139
 
140
140
        /* Palette indexes */
141
 
        .background             = 0,
142
 
        .progressbar_background = 32,
143
 
        .progressbar_foreground = 131,
144
 
        .text_background        = 0,
145
 
        .text_foreground        = 117,
146
 
        .text_success           = 189,
147
 
        .text_failure           = 55,
 
141
        .background             = 0x0,
 
142
        .progressbar_background = 0x0,
 
143
        .progressbar_foreground = 0x119,
 
144
        .text_background        = 0x0,
 
145
        .text_foreground        = 0x117,
 
146
        .text_success           = 0x189,
 
147
        .text_failure           = 0x55,
148
148
 
149
149
        /* Progress bar position and size in pixels */
150
150
        .progressbar_x      = 240,
179
179
        .pixmap = &pixmap_usplash_1024_768,
180
180
 
181
181
        /* Palette indexes */
182
 
        .background             = 0,
183
 
        .progressbar_background = 32,
184
 
        .progressbar_foreground = 131,
185
 
        .text_background        = 0,
186
 
        .text_foreground        = 117,
187
 
        .text_success           = 189,
188
 
        .text_failure           = 55,
 
182
        .background             = 0x0,
 
183
        .progressbar_background = 0x0,
 
184
        .progressbar_foreground = 0x119,
 
185
        .text_background        = 0x0,
 
186
        .text_foreground        = 0x117,
 
187
        .text_success           = 0x189,
 
188
        .text_failure           = 0x55,
189
189
 
190
190
        /* Progress bar position and size in pixels */
191
191
        .progressbar_x      = 352,
220
220
        .pixmap = &pixmap_usplash_1365_768_scaled,
221
221
 
222
222
        /* Palette indexes */
223
 
        .background             = 0,
224
 
        .progressbar_background = 32,
225
 
        .progressbar_foreground = 131,
226
 
        .text_background        = 0,
227
 
        .text_foreground        = 117,
228
 
        .text_success           = 189,
229
 
        .text_failure           = 55,
 
223
        .background             = 0x0,
 
224
        .progressbar_background = 0x0,
 
225
        .progressbar_foreground = 0x119,
 
226
        .text_background        = 0x0,
 
227
        .text_foreground        = 0x117,
 
228
        .text_success           = 0x189,
 
229
        .text_failure           = 0x55,
230
230
 
231
231
        /* Progress bar position and size in pixels */
232
232
        .progressbar_x      = 352,