8 Apr
2002
8 Apr
'02
8:11 p.m.
ChangeSet ID: 1018296689926861018714593 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 02/04/08 15:11:29 Modified files: dlls/winedos : int10.c vga.c vga.h Log message: Jukka Heinonen <jhei(a)iki.fi> Writes to stdout and VGA_WriteChars routine now update both VGA buffers and Windows console. Added routine for changing current console attributes. Moved text mode handling from VGA_Poll into new routine and changed locking primitive into critical section. Patch: http://cvs.winehq.com/patch.py?id=1018296689926861018714593 Revision Changes Path 1.5 +1 -3 wine/dlls/winedos/int10.c 1.7 +140 -38 wine/dlls/winedos/vga.c 1.5 +2 -0 wine/dlls/winedos/vga.h