added missing newlines at the ends of two files as reported by Kevin Morgan.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1721 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
a069a66084
commit
b9ee7f2cd4
@ -143,4 +143,4 @@ void fghPlatformGetCursorPos(const SFG_Window *window, GLboolean client, SFG_XYU
|
|||||||
mouse_pos->X = pos.x;
|
mouse_pos->X = pos.x;
|
||||||
mouse_pos->Y = pos.y;
|
mouse_pos->Y = pos.y;
|
||||||
mouse_pos->Use = GL_TRUE;
|
mouse_pos->Use = GL_TRUE;
|
||||||
}
|
}
|
||||||
|
@ -345,4 +345,4 @@ int *fgPlatformGlutGetModeValues(GLenum eWhat, int *size)
|
|||||||
{
|
{
|
||||||
*size = 0;
|
*size = 0;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user