mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
stw: don't call out to wglGetPixelFormat()
This commit is contained in:
parent
7dbd95618f
commit
9a58a9d6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ stw_create_context(
|
|||
if (iLayerPlane != 0)
|
||||
return NULL;
|
||||
|
||||
pfi = wglGetPixelFormat( hdc );
|
||||
pfi = stw_pixelformat_get( hdc );
|
||||
if (pfi == 0)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue