Mercurial > audlegacy
comparison ChangeLog @ 1951:c2a63f41d8c6 trunk
[svn] - NewVFS input probing layer. VFS-Aware plugins can automatically take
advantage of this. Non VFS-aware plugins (such as FLAC) won't be able
to yet. To take advantage, just modify your probing function as
described in plugin.h.
- __AUDACIOUS_NEWVFS__ is defined to designate availability of this new
probing layer.
author | nenolod |
---|---|
date | Sun, 05 Nov 2006 18:36:26 -0800 |
parents | d012e8d8c3b3 |
children | 52dda29aa5e0 |
comparison
equal
deleted
inserted
replaced
1950:d012e8d8c3b3 | 1951:c2a63f41d8c6 |
---|---|
1 2006-11-06 02:00:14 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [2857] | |
3 - fix potential display corruption problem in doublesize | |
4 | |
5 trunk/audacious/mainwin.c | 7 ++++--- | |
6 1 file changed, 4 insertions(+), 3 deletions(-) | |
7 | |
8 | |
1 2006-11-06 01:45:59 +0000 William Pitcock <nenolod@nenolod.net> | 9 2006-11-06 01:45:59 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [2855] | 10 revision [2855] |
3 - do not evaluate mainwinHeight() or mainwinWidth() in skin scripts if doublesize is on | 11 - do not evaluate mainwinHeight() or mainwinWidth() in skin scripts if doublesize is on |
4 | 12 |
5 trunk/audacious/mainwin.c | 9 +++------ | 13 trunk/audacious/mainwin.c | 9 +++------ |