Turned off CS_HREDRAW and CS_VREDRAW

git-svn-id: svn://10.0.0.236/trunk@2917 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy 1998-06-02 05:27:08 +00:00
parent 0c4dc6781c
commit 1d7d0dce90

View File

@ -1514,7 +1514,8 @@ LPCTSTR nsWindow::WindowClass()
if (!nsWindow::sIsRegistered) {
WNDCLASS wc;
wc.style = CS_HREDRAW | CS_VREDRAW | CS_DBLCLKS;
// wc.style = CS_HREDRAW | CS_VREDRAW | CS_DBLCLKS;
wc.style = CS_DBLCLKS;
wc.lpfnWndProc = ::DefWindowProc;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;