xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
authorBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 13:51:15 +0000 (07:51 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 13:51:19 +0000 (07:51 -0600)
commit584b0879ac2ec2420ea6866e47eb90e1a980e758
tree5fa17a73bdbebae305d480922cc47f7c18b46e57
parentabc12d0636a5f7fb938c0305cb1b642d5ec0afce
xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()

The parameter is a bitmask.
src/mesa/drivers/x11/fakeglx.c