comparison src/frame.c @ 15396:fbecc317220d

Whitespace changes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jun 1996 21:15:47 +0000
parents ac7e878c5526
children 5ceed3aa6a1c
comparison
equal deleted inserted replaced
15395:b584c2db055f 15396:fbecc317220d
1340 #ifdef HAVE_WINDOW_SYSTEM 1340 #ifdef HAVE_WINDOW_SYSTEM
1341 if (FRAME_WINDOW_P (XFRAME (frame))) 1341 if (FRAME_WINDOW_P (XFRAME (frame)))
1342 /* Warping the mouse will cause enternotify and focus events. */ 1342 /* Warping the mouse will cause enternotify and focus events. */
1343 x_set_mouse_position (XFRAME (frame), x, y); 1343 x_set_mouse_position (XFRAME (frame), x, y);
1344 #else 1344 #else
1345 #if defined(MSDOS) && defined(HAVE_MOUSE) 1345 #if defined (MSDOS) && defined (HAVE_MOUSE)
1346 if (FRAME_MSDOS_P (XFRAME (frame))) 1346 if (FRAME_MSDOS_P (XFRAME (frame)))
1347 { 1347 {
1348 Fselect_frame (frame, Qnil); 1348 Fselect_frame (frame, Qnil);
1349 mouse_moveto (XINT (x), XINT (y)); 1349 mouse_moveto (XINT (x), XINT (y));
1350 } 1350 }
1372 #ifdef HAVE_WINDOW_SYSTEM 1372 #ifdef HAVE_WINDOW_SYSTEM
1373 if (FRAME_WINDOW_P (XFRAME (frame))) 1373 if (FRAME_WINDOW_P (XFRAME (frame)))
1374 /* Warping the mouse will cause enternotify and focus events. */ 1374 /* Warping the mouse will cause enternotify and focus events. */
1375 x_set_mouse_pixel_position (XFRAME (frame), x, y); 1375 x_set_mouse_pixel_position (XFRAME (frame), x, y);
1376 #else 1376 #else
1377 #if defined(MSDOS) && defined(HAVE_MOUSE) 1377 #if defined (MSDOS) && defined (HAVE_MOUSE)
1378 if (FRAME_MSDOS_P (XFRAME (frame))) 1378 if (FRAME_MSDOS_P (XFRAME (frame)))
1379 { 1379 {
1380 Fselect_frame (frame, Qnil); 1380 Fselect_frame (frame, Qnil);
1381 mouse_moveto (XINT (x), XINT (y)); 1381 mouse_moveto (XINT (x), XINT (y));
1382 } 1382 }