It seems that it was a mistake to OR the LFB flag to the video mode
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 22 Dec 2019 23:32:57 +0000 (01:32 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 22 Dec 2019 23:32:57 +0000 (01:32 +0200)
commit68f89fa06ae5cfacde9cf8310e97220e5fc05260
tree089a37e964223ff4d539e7310cefc7dd50ebf4fe
parent637ca39c29b03bd3a2beb99521753e83c043283f
It seems that it was a mistake to OR the LFB flag to the video mode
returned by the enumeration of VBE modes. Many of the graphics cards in
PCem fail the call when it's present.
Also renamed Makefile -> Makefile.wat and Makefile.dj -> Makefile since
we're pretty much deprecating watcom at this point.
.gitignore
Makefile
Makefile.dj [deleted file]
Makefile.wat [new file with mode: 0644]
libs/anim/Makefile
libs/anim/Makefile.dj [deleted file]
libs/anim/Makefile.wat [new file with mode: 0644]
libs/imago/Makefile
libs/imago/Makefile.dj [deleted file]
libs/imago/Makefile.wat [new file with mode: 0644]
src/dos/gfx.c