OSDN Git Service

Pull workaround for unset GLX_DRAWABLE_TYPE back in.
authorKristian Høgsberg <krh@redhat.com>
Wed, 17 Oct 2007 19:05:47 +0000 (15:05 -0400)
committerKristian Høgsberg <krh@redhat.com>
Wed, 17 Oct 2007 19:06:11 +0000 (15:06 -0400)
commit6c753ad51d05fcff260fcf8cccf613d47027171f
tree18e83d8d57acd82fc635239dc375816c2be7b70e
parenta5b4bb393f818d9906ed7862b9b8e4d2fa401603
Pull workaround for unset GLX_DRAWABLE_TYPE back in.

The old version just set GLX_DRAWABLE_TYPE to GLX_WINDOW_BIT for
configs received through glXGetVisualConfigs and to
GLX_WINDOW_BIT | GLX_PIXMAP_BIT for configs received as FBConfigs.
The X server needs to send this info, but keep the workaround for now.

Fixes #12835.
src/glx/x11/glxext.c