comparison src/keyboard.c @ 16588:481b7874a1e9

Change identifiers of the form win32* to w32*.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 04:59:23 +0000
parents 76d22a4f6959
children 45d75ca8dc40
comparison
equal deleted inserted replaced
16587:13cda507257c 16588:481b7874a1e9
3918 Qnil)); 3918 Qnil));
3919 } 3919 }
3920 } 3920 }
3921 3921
3922 #ifdef WINDOWSNT 3922 #ifdef WINDOWSNT
3923 case win32_scroll_bar_click: 3923 case w32_scroll_bar_click:
3924 { 3924 {
3925 int button = event->code; 3925 int button = event->code;
3926 int is_double; 3926 int is_double;
3927 Lisp_Object position; 3927 Lisp_Object position;
3928 Lisp_Object *start_pos_ptr; 3928 Lisp_Object *start_pos_ptr;
3946 Fcons (portion_whole, 3946 Fcons (portion_whole,
3947 Fcons (make_number (event->timestamp), 3947 Fcons (make_number (event->timestamp),
3948 Fcons (part, Qnil))))); 3948 Fcons (part, Qnil)))));
3949 } 3949 }
3950 3950
3951 /* Always treat Win32 scroll bar events as clicks. */ 3951 /* Always treat W32 scroll bar events as clicks. */
3952 event->modifiers |= click_modifier; 3952 event->modifiers |= click_modifier;
3953 3953
3954 { 3954 {
3955 /* Get the symbol we should use for the mouse click. */ 3955 /* Get the symbol we should use for the mouse click. */
3956 Lisp_Object head; 3956 Lisp_Object head;