Searched refs:GLUT_MAX_MENUS (Results 1 – 3 of 3) sorted by relevance
40 #define GLUT_MAX_MENUS 3 macro41 int menu[GLUT_MAX_MENUS]; // my popup menus
355 #define GLUT_MAX_MENUS 3 macro357 int menu[GLUT_MAX_MENUS]; /* attatched menu nums */
96 for (int i = 0; i < GLUT_MAX_MENUS; i++) { in GlutWindow()