Changeset 2a1252e3d64fccfbc1988f721f3ce7227cc43af8
- Timestamp:
- 04/08/08 23:45:35
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1207691135 +0200
- git-parent:
[bc2aaf77c526406e00f25f53a43ffbbab7b5e49b]
- git-author:
- Dominique Leuenberger <dominique@leuenberger.net> 1207596026 +0300
- Message:
changed the remaining xpm files from static char* to const static char* to avoid some more compiler warnings
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * fullscreen_xpm[] = { |
|---|
| | 2 | static const char * fullscreen_xpm[] = { |
|---|
| 3 | 3 | "26 20 5 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * pause_xpm[] = { |
|---|
| | 2 | static const char * pause_xpm[] = { |
|---|
| 3 | 3 | "33 27 3 1", |
|---|
| 4 | 4 | "+ c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * play_xpm[] = { |
|---|
| | 2 | static const char * play_xpm[] = { |
|---|
| 3 | 3 | "34 27 3 1", |
|---|
| 4 | 4 | "+ c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * skip_next_xpm[] = { |
|---|
| | 2 | static const char * skip_next_xpm[] = { |
|---|
| 3 | 3 | "30 18 2 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * skip_previous_xpm[] = { |
|---|
| | 2 | static const char * skip_previous_xpm[] = { |
|---|
| 3 | 3 | "30 18 2 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * fs_stop_xpm[] = { |
|---|
| | 2 | static const char * fs_stop_xpm[] = { |
|---|
| 3 | 3 | "27 27 2 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * time_slider_knob_xpm[] = { |
|---|
| | 2 | static const char * time_slider_knob_xpm[] = { |
|---|
| 3 | 3 | "8 6 3 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * time_line2_xpm[] = { |
|---|
| | 2 | static const char * time_line2_xpm[] = { |
|---|
| 3 | 3 | "518 2 2 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * volume_knob_xpm[] = { |
|---|
| | 2 | static const char * volume_knob_xpm[] = { |
|---|
| 3 | 3 | "9 9 10 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * volume_max_xpm[] = { |
|---|
| | 2 | static const char * volume_max_xpm[] = { |
|---|
| 3 | 3 | "15 13 3 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * volume_mute_xpm[] = { |
|---|
| | 2 | static const char * volume_mute_xpm[] = { |
|---|
| 3 | 3 | "7 11 2 1", |
|---|
| 4 | 4 | " c None", |
|---|
| r65de9dd |
r2a1252e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static char * volume_slider_bar_xpm[] = { |
|---|
| | 2 | static const char * volume_slider_bar_xpm[] = { |
|---|
| 3 | 3 | "95 2 2 1", |
|---|
| 4 | 4 | " c None", |
|---|