*** empty log message ***

This commit is contained in:
Mike Goslin 2000-10-13 03:46:13 +00:00
parent e09bfec5da
commit 3af5e81985
2 changed files with 2 additions and 0 deletions

View File

@ -1133,6 +1133,7 @@ void wdxGraphicsWindow::config(void) {
_input_devices.push_back(device);
ShowWindow(_mwindow, SW_SHOWNORMAL);
ShowWindow(_mwindow, SW_SHOWNORMAL);
// UpdateWindow( _mwindow );
}

View File

@ -571,6 +571,7 @@ void wglGraphicsWindow::config(void) {
_mouse_entry_enabled = false;
_entry_state = -1;
ShowWindow(_mwindow, SW_SHOWNORMAL);
ShowWindow(_mwindow, SW_SHOWNORMAL);
// Enable detection of mouse input