windchine
06-24-2012, 04:44 AM
An upgrade from Fedora 16 to Fedora 17 seems to have broken menu attachment or activation. Where as "glutAttachMenu(GLUT_RIGHT_BUTTON)" used to bring up a menu on a right click in the window, now nothing happens. The same is true if the other mouse buttons are set as triggers. This has been tested on a number of different Fedora 17 machines with the same result.
The attached cc shows the problem. Unfortunately I have not tested this particular cc with Fedora 16 as I was not aware of the problem until all machines were upgraded. I have an application using a similar call sequence and this used to work with 16 but now shows the fault with 17.
If this is a glut problem, how do I identify the glut version concerned ?
This is similar to the historic bug below, however the part where setting the left button resulting in all buttons triggering the menu does not apply.
http://www.opengl.org/discussion_boards/showthread.php/158792-glutAttachMenu-now-broken
Sorry if this should be reported to Fedora and not OpenGL - I don't know the accepted reporting etiquette between distribution and packaged application.
Thanks.
The attached cc shows the problem. Unfortunately I have not tested this particular cc with Fedora 16 as I was not aware of the problem until all machines were upgraded. I have an application using a similar call sequence and this used to work with 16 but now shows the fault with 17.
If this is a glut problem, how do I identify the glut version concerned ?
This is similar to the historic bug below, however the part where setting the left button resulting in all buttons triggering the menu does not apply.
http://www.opengl.org/discussion_boards/showthread.php/158792-glutAttachMenu-now-broken
Sorry if this should be reported to Fedora and not OpenGL - I don't know the accepted reporting etiquette between distribution and packaged application.
Thanks.