mirror of
https://github.com/videolan/vlc.git
synced 2024-12-15 12:43:34 +08:00
802b24bcbf
The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
22 lines
422 B
C
22 lines
422 B
C
/* XPM */
|
|
static char * familiar_preferencesb16x16_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ....... ",
|
|
" ......... ",
|
|
" ........... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ..... ..... ",
|
|
" ........... ",
|
|
" ......... ",
|
|
" ....... ",
|
|
" "};
|