src/freeglut_window.c:551 Removed extra carriage return for Windows users
(John F. Fay) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@150 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
86fc5705eb
commit
3a3e68b87e
@ -254,3 +254,6 @@ October 24, 2002:
|
||||
*******************************************************************************************
|
||||
|
||||
(95) src/freeglut_initial.c:91 Added check for SOLARIS OS (Dave Reed)
|
||||
|
||||
(96) src/freeglut_window.c:551 Removed extra carriage return for Windows users (John F. Fay)
|
||||
|
||||
|
@ -548,8 +548,7 @@ void fgOpenWindow( SFG_Window* window, const char* title, int x, int y, int w, i
|
||||
# endif
|
||||
}
|
||||
|
||||
#elif TAR
|
||||
GET_HOST_WIN32
|
||||
#elif TARGET_HOST_WIN32
|
||||
|
||||
WNDCLASS wc;
|
||||
int flags;
|
||||
|
Reference in New Issue
Block a user