comparison src/xfns.c @ 15999:0e148af7d4ec

(x_set_cursor_color): Use x_update_cursor.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 20:12:15 +0000
parents ff30ec8aab54
children 737a86ba36d7
comparison
equal deleted inserted replaced
15998:7f19c60e42b6 15999:0e148af7d4ec
1398 fore_pixel); 1398 fore_pixel);
1399 UNBLOCK_INPUT; 1399 UNBLOCK_INPUT;
1400 1400
1401 if (FRAME_VISIBLE_P (f)) 1401 if (FRAME_VISIBLE_P (f))
1402 { 1402 {
1403 x_display_cursor (f, 0); 1403 x_update_cursor (f, 0);
1404 x_display_cursor (f, 1); 1404 x_update_cursor (f, 1);
1405 } 1405 }
1406 } 1406 }
1407 } 1407 }
1408 1408
1409 /* Set the border-color of frame F to value described by ARG. 1409 /* Set the border-color of frame F to value described by ARG.