On Mon Oct 16 12:14:49 2023 +0000, Connor McAdams wrote:
I'm not sure which test in particular you mean. If you mean `test_real_class_name`, it's called for both A/W registered classes, and inside of `test_real_class_name` real class name is tested first without having messages passed through to the real class window procedure, and then with messages passed through.
The global variable `pass_msg_to_real_class_wndproc` is being used to pass state implicitly to the window procedure.