/[emacs]/emacs/src/w32fns.c
ViewVC logotype

Diff of /emacs/src/w32fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.173.2.10 by miles, Tue Jul 6 09:14:38 2004 UTC revision 1.173.2.11 by miles, Tue Jul 6 09:24:07 2004 UTC
# Line 8090  DEFUN ("w32-unregister-hot-key", Fw32_un Line 8090  DEFUN ("w32-unregister-hot-key", Fw32_un
8090                               (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))                               (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))
8091  #else  #else
8092        if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_UNREGISTER_HOT_KEY,        if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_UNREGISTER_HOT_KEY,
8093                               (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))                               (WPARAM) XINT (XCAR (item)), (LPARAM) item))
8094    
8095  #endif  #endif
8096          {          {
# Line 8170  is set to off if the low bit of NEW-STAT Line 8170  is set to off if the low bit of NEW-STAT
8170                           (WPARAM) vk_code, (LPARAM) new_state.i))                           (WPARAM) vk_code, (LPARAM) new_state.i))
8171  #else  #else
8172    if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_TOGGLE_LOCK_KEY,    if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_TOGGLE_LOCK_KEY,
8173                           (WPARAM) vk_code, (LPARAM) new_state.i))                           (WPARAM) vk_code, (LPARAM) new_state))
8174  #endif  #endif
8175      {      {
8176        MSG msg;        MSG msg;

Legend:
Removed from v.1.173.2.10  
changed lines
  Added in v.1.173.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26