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