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

Diff of /emacs/src/w32term.c

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

revision 1.190 by lektu, Mon May 26 23:01:05 2003 UTC revision 1.191 by jasonr, Tue May 27 21:18:22 2003 UTC
# Line 73  Lisp_Object Vx_toolkit_scroll_bars; Line 73  Lisp_Object Vx_toolkit_scroll_bars;
73  static int last_mousemove_x = 0;  static int last_mousemove_x = 0;
74  static int last_mousemove_y = 0;  static int last_mousemove_y = 0;
75    
76    /* Define GET_WHEEL_DELTA_WPARAM macro if system headers don't.  */
77    #ifndef GET_WHEEL_DELTA_WPARAM
78    #define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
79    #endif
80    
81  /* Non-zero means that a HELP_EVENT has been generated since Emacs  /* Non-zero means that a HELP_EVENT has been generated since Emacs
82     start.  */     start.  */
83    

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191

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