comparison src/w32inevt.c @ 109160:f8660b83cdbf

Fix whitespace to follow coding guidelines.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jul 2010 11:45:28 +0200
parents e27859da5624
children 55c8c3ca3d48
comparison
equal deleted inserted replaced
109159:3e9fdeb960d1 109160:f8660b83cdbf
580 *f = get_frame (); 580 *f = get_frame ();
581 *bar_window = Qnil; 581 *bar_window = Qnil;
582 *part = 0; 582 *part = 0;
583 SELECTED_FRAME ()->mouse_moved = 0; 583 SELECTED_FRAME ()->mouse_moved = 0;
584 584
585 XSETINT(*x, movement_pos.X); 585 XSETINT (*x, movement_pos.X);
586 XSETINT(*y, movement_pos.Y); 586 XSETINT (*y, movement_pos.Y);
587 *time = movement_time; 587 *time = movement_time;
588 588
589 UNBLOCK_INPUT; 589 UNBLOCK_INPUT;
590 } 590 }
591 591