Searched refs:GLUT_MAX_MENUS (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h48 #define GLUT_MAX_MENUS 3 macro
49 int menu[GLUT_MAX_MENUS]; // my popup menus
H A Dglutint.h351 #define GLUT_MAX_MENUS 3 macro
353 int menu[GLUT_MAX_MENUS]; /* attatched menu nums */
H A DglutWindow.cpp108 for (int i = 0; i < GLUT_MAX_MENUS; i++) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h336 #define GLUT_MAX_MENUS 3 macro
338 int menu[GLUT_MAX_MENUS]; /* attatched menu nums */
H A Dglut_event.c450 if (event.xbutton.button <= GLUT_MAX_MENUS)
H A Dglut_menu.c1008 /* if button >= GLUT_MAX_MENUS, we'll go out of array bounds below */
1009 if (button >= GLUT_MAX_MENUS) {
H A Dglut_win.c690 for (i = 0; i < GLUT_MAX_MENUS; i++) {

Completed in 11 milliseconds