Updated a comment.

This commit is contained in:
James Chen 2012-10-17 16:52:09 +08:00
parent 5ab37c86b2
commit 9f7019e48c
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ bool CCEGLView::Create()
wszBuf, // Window Title wszBuf, // Window Title
WS_CAPTION | WS_POPUPWINDOW | WS_MINIMIZEBOX, // Defined Window Style WS_CAPTION | WS_POPUPWINDOW | WS_MINIMIZEBOX, // Defined Window Style
0, 0, // Window Position 0, 0, // Window Position
//TODO: Initializing width with a large value to avoid get a wrong client area by 'GetClientRect'. //TODO: Initializing width with a large value to avoid getting a wrong client area by 'GetClientRect' function.
1000, // Window Width 1000, // Window Width
1000, // Window Height 1000, // Window Height
NULL, // No Parent Window NULL, // No Parent Window