(svn r3172) static, const
This commit is contained in:
@@ -206,9 +206,9 @@ static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e)
|
||||
{
|
||||
switch(e->event) {
|
||||
case WE_PAINT: {
|
||||
const byte* p;
|
||||
uint i;
|
||||
int y;
|
||||
byte *p;
|
||||
|
||||
w->disabled_state = (msf.playlist <= 3) ? (1 << 11) : 0;
|
||||
w->click_state |= 0x18;
|
||||
|
||||
Reference in New Issue
Block a user