Mercurial > hg > xemacs-beta
comparison src/event-msw.c @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | 4b85ae5eabfb |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1822 | 1822 |
1823 mswindows_enqueue_dispatch_event (emacs_event); | 1823 mswindows_enqueue_dispatch_event (emacs_event); |
1824 } | 1824 } |
1825 break; | 1825 break; |
1826 | 1826 |
1827 case WM_CANCELMODE: | |
1828 ReleaseCapture (); | |
1829 /* Queue a `cancel-mode-internal' misc user event, so mouse | |
1830 selection would be canceled if any */ | |
1831 mswindows_enqueue_misc_user_event (mswindows_find_frame (hwnd), | |
1832 Qcancel_mode_internal, Qnil); | |
1833 break; | |
1834 | |
1827 #ifdef HAVE_TOOLBARS | 1835 #ifdef HAVE_TOOLBARS |
1828 case WM_NOTIFY: | 1836 case WM_NOTIFY: |
1829 { | 1837 { |
1830 LPTOOLTIPTEXT tttext = (LPTOOLTIPTEXT)lParam; | 1838 LPTOOLTIPTEXT tttext = (LPTOOLTIPTEXT)lParam; |
1831 Lisp_Object btext; | 1839 Lisp_Object btext; |