mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Clean up skinParser comment
This commit is contained in:
parent
d3e4797848
commit
259f3bb9b4
1 changed files with 3 additions and 4 deletions
|
|
@ -32,8 +32,7 @@ const CURSORS = [
|
|||
"WINBUT",
|
||||
"WSNORMAL",
|
||||
"WSPOSBAR"
|
||||
/*
|
||||
|
||||
/*
|
||||
* > There are usually 4 more cursors in the skins: volbar.cur, wsclose.cur,
|
||||
* > wswinbut.cur, wsmin.cur, but they are never used, at least in the last
|
||||
* > versions of winamp, so there's no need of including them. The cursors
|
||||
|
|
@ -41,14 +40,14 @@ const CURSORS = [
|
|||
* > winshade mode, except for the main menu button. You can make animated
|
||||
* > cursors, but you have to name them with the extension .cur (animated
|
||||
* > cursors are usually .ani files).
|
||||
*
|
||||
*
|
||||
* -- Skinners Atlas
|
||||
*
|
||||
* "VOLBAR",
|
||||
* "WSCLOSE",
|
||||
* "WSWINBUT",
|
||||
* "WSMIN",
|
||||
*
|
||||
*
|
||||
*/
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue