mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 10:53:36 +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_openb16x16_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" .. ",
|
|
" .... ",
|
|
" ...... ",
|
|
" ........ ",
|
|
" .......... ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ",
|
|
" "};
|