winemac: Don't recreate the GL view when the pixel format is set again.
commit10f50b89c664c8942e5274c3492ddebcac3147aa
authorKen Thomases <ken@codeweavers.com>
Mon, 24 Mar 2014 03:44:18 +0000 (23 22:44 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Mar 2014 10:46:16 +0000 (24 11:46 +0100)
tree1281d7f019271e0881fa9ccc398d7173a7b987c8
parentf674ddee2896b9ea0d433aac86cd5cecb7b43c6a
winemac: Don't recreate the GL view when the pixel format is set again.

It's not necessary.  Unlike with X11, on Mac OS X the pixel format doesn't affect
the properties of windows and views.  The pixel format is a property of the GL
context, which can attach to any view.
dlls/winemac.drv/opengl.c