fixed wgl context creation in miniglut:
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 31 Dec 2021 11:44:46 +0000 (13:44 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 31 Dec 2021 11:44:46 +0000 (13:44 +0200)
commit8c70193a723f9dfbea3655f336d10eff644d0f6f
tree0664658593117e80b93bb120b8cdb221d9006726
parent6bdfcf4ad3daddcd9d689deb15798403c89ce42b
fixed wgl context creation in miniglut:
  - forgot to ask for an accelerated context
  - extra attributes added according to the glutInitDisplayMode flags,
    were written over the fixed ones at the start of the attr array.
src/pc/miniglut.c
src/sdr.c