Home
last modified time | relevance | path

Searched refs:reshapeFunc (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/glut/
H A DglutCallback.cpp111 glutReshapeFunc(GLUTreshapeCB reshapeFunc) in glutReshapeFunc() argument
113 if (reshapeFunc) { in glutReshapeFunc()
114 gState.currentWindow->reshape = reshapeFunc; in glutReshapeFunc()
H A Dglutint.h758 extern void __glutReshapeFunc(GLUTreshapeCB reshapeFunc,