comparison src/redisplay-tty.c @ 5178:97eb4942aec8

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 21:28:13 -0500
parents 8b2f75cecb89 5502045ec510
children 5256fedd50e6 308d34e9f07d
comparison
equal deleted inserted replaced
5177:b785049378e3 5178:97eb4942aec8
426 static void 426 static void
427 tty_clear_region (Lisp_Object window, struct device* UNUSED (d), 427 tty_clear_region (Lisp_Object window, struct device* UNUSED (d),
428 struct frame * f, face_index findex, int x, int y, 428 struct frame * f, face_index findex, int x, int y,
429 int width, int height, Lisp_Object UNUSED (fcolor), 429 int width, int height, Lisp_Object UNUSED (fcolor),
430 Lisp_Object UNUSED (bcolor), 430 Lisp_Object UNUSED (bcolor),
431 Lisp_Object UNUSED (background_pixmap)) 431 Lisp_Object UNUSED (background_pixmap),
432 Lisp_Object UNUSED (background_placement))
432 { 433 {
433 struct console *c = XCONSOLE (FRAME_CONSOLE (f)); 434 struct console *c = XCONSOLE (FRAME_CONSOLE (f));
434 int line; 435 int line;
435 struct window* w = XWINDOW (window); 436 struct window* w = XWINDOW (window);
436 437