mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
glut: Remove EOF characters.
This commit is contained in:
parent
7c1fda71ac
commit
d1e1a76f62
8 changed files with 0 additions and 8 deletions
|
|
@ -417,4 +417,3 @@ void ScreenToClient( HWND hwnd, POINTL *point)
|
|||
point->y -= swp_src.y;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -256,4 +256,3 @@ bla bla bla
|
|||
#endif
|
||||
}
|
||||
/* ENDCENTRY */
|
||||
|
||||
|
|
@ -677,4 +677,3 @@ glutGameModeGet(GLenum mode)
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1218,4 +1218,3 @@ glutReshapeFunc(GLUTreshapeCB reshapeFunc)
|
|||
__glutCurrentWindow->reshape = __glutDefaultReshape;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -124,4 +124,3 @@ glutHideWindow(void)
|
|||
}
|
||||
|
||||
/* ENDCENTRY */
|
||||
|
||||
|
|
@ -143,4 +143,3 @@ XVisualInfo * glXChooseVisual(int mode)
|
|||
#if POKA
|
||||
#endif /* POKA */
|
||||
|
||||
|
||||
|
|
@ -530,4 +530,3 @@ glutDetachMenu(int button)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1294,4 +1294,3 @@ Bool __glutSetWindowText(Window window, char *text)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Reference in a new issue