Searched refs:nparent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/glut/
H A DglutWindow.h22 GlutWindow(GlutWindow *nparent, const char *name, int x, int y, int width,
H A DglutWindow.cpp72 GlutWindow::GlutWindow(GlutWindow *nparent, const char *name, argument
74 : BGLView(nparent != NULL ? BRect(x, y, x + width - 1, y + height - 1)
76 nparent != NULL ? B_FOLLOW_NONE : B_FOLLOW_ALL_SIDES,
85 parent = nparent;

Completed in 14 milliseconds