ChangeSet ID: 8379
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/04 15:19:33
Modified files:
graphics/x11drv: palette.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
With >256 colours, there is no need to realize a palette, so skip it
and return that no palette entries had to change.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8379
Old revision New revision Changes Path
1.37 1.38 +2 -0 wine/graphics/x11drv/palette.c
ChangeSet ID: 8371
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/04 15:14:47
Modified files:
programs/wineconsole: curses.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Wineconsole curses backend now works even if terminal is smaller than
console size. Cursor is no longer left into wrong location after
screen updates.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8371
Old revision New revision Changes Path
1.7 1.8 +13 -5 wine/programs/wineconsole/curses.c