Fixed broken X11 menus. The MPX patch would naively just call the
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 29 Jul 2012 04:11:01 +0000 (04:11 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 29 Jul 2012 04:11:01 +0000 (04:11 +0000)
commit7d74b757c8baff54bacd60aa40273be4d0e903c6
treecee4284265f8d065fe003caafbaec7a71de383b4
parent1bc8c778760ebbba826f2795a0f30e1ef2d47ec8
Fixed broken X11 menus. The MPX patch would naively just call the
standard (non-multi) callbacks directly, overriding all the
menu-handling logic in the standard X event processing loop.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1375 7f0cb862-5218-0410-a997-914c9d46530a
src/x11/fg_xinput_x11.c