Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
8a6a945505
commit
e9aa104676
@ -187,11 +187,11 @@ void Fl_Glut_Window::_init() {
|
||||
mode(glut_mode);
|
||||
}
|
||||
|
||||
/** Creates a glut windows, registers to the glut windows list.*/
|
||||
/** Creates a glut window, registers to the glut windows list.*/
|
||||
Fl_Glut_Window::Fl_Glut_Window(int W, int H, const char *t) :
|
||||
Fl_Gl_Window(W,H,t) {_init();}
|
||||
|
||||
/** Creates a glut windows, registers to the glut windows list.*/
|
||||
/** Creates a glut window, registers to the glut windows list.*/
|
||||
Fl_Glut_Window::Fl_Glut_Window(int X,int Y,int W,int H, const char *t) :
|
||||
Fl_Gl_Window(X,Y,W,H,t) {_init();}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user