comparison src/event-msw.c @ 5925:08cfc8f77fb6 cygwin

make space for long ptr, and store as such, for frame in WINDOW data, add a bit more debugging to debug-mswindow, Vin Shelton patch to fix M-x shell
author Henry Thompson <ht@markup.co.uk>
date Fri, 27 Feb 2015 17:41:20 +0000
parents 68639fb08af8
children 574f0cded429
comparison
equal deleted inserted replaced
5924:518bf1108435 5925:08cfc8f77fb6
4963 else 4963 else
4964 stderr_out ("%x", message_); 4964 stderr_out ("%x", message_);
4965 4965
4966 if (debug_mswindows_events > 1) 4966 if (debug_mswindows_events > 1)
4967 { 4967 {
4968 stderr_out (" wparam=%d lparam=%d hwnd=%p frame: ", 4968 stderr_out (" wparam=%d lparam=%d hwnd=%p frame: %d (%d)\n",
4969 (int)wParam, (int) lParam, hwnd); 4969 (int)wParam, (int) lParam, hwnd, (int)qxeGetWindowLongPtr (hwnd, XWL_FRAMEOBJ),
4970 NILP (Vmswindows_frame_being_created));
4970 debug_print (frame); 4971 debug_print (frame);
4971 if (message_ == WM_WINDOWPOSCHANGED || 4972 if (message_ == WM_WINDOWPOSCHANGED ||
4972 message_ == WM_WINDOWPOSCHANGING) 4973 message_ == WM_WINDOWPOSCHANGING)
4973 { 4974 {
4974 WINDOWPOS *wp = (WINDOWPOS *) lParam; 4975 WINDOWPOS *wp = (WINDOWPOS *) lParam;