This commit is contained in:
Matt McWilliams 2024-04-03 19:36:59 -04:00
parent fbc5e068fe
commit bcb37a5040
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ int main(int argc, char** argv)
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_SINGLE);
glutCreateWindow("opengl_opencv_example");
glutSetCursor(GLUT_CURSOR_NONE)
glutSetCursor(GLUT_CURSOR_NONE);
glutFullScreen();
glutDisplayFunc(display);
glutMainLoop();