Added debugging output to check window class of active window

when leaving screen.  This may help determine how to avoid
DOS command prompt windows being in the foreground when leaving
the screen since they suppress handling of the shift key.
This commit is contained in:
crs 2004-11-01 22:10:34 +00:00
parent 169c1e5008
commit 5717460221
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ CMSWindowsDesks::deskLeave(CDesk* desk, HKL keyLayout)
EnableWindow(desk->m_window, TRUE);
SetActiveWindow(desk->m_window);
}
LOG((CLOG_DEBUG1 "active window class: %s", className));
}
}