Mercurial > hg > xemacs-beta
comparison src/console-stream.c @ 384:bbff43aa5eb7 r21-2-7
Import from CVS: tag r21-2-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:24 +0200 |
parents | 558f606b08ae |
children | 6719134a07c2 |
comparison
equal
deleted
inserted
replaced
383:6a50c6a581a5 | 384:bbff43aa5eb7 |
---|---|
239 stream_clear_to_window_end (struct window *w, int ypos1, int ypos2) | 239 stream_clear_to_window_end (struct window *w, int ypos1, int ypos2) |
240 { | 240 { |
241 } | 241 } |
242 | 242 |
243 static void | 243 static void |
244 stream_clear_region (Lisp_Object locale, face_index findex, int x, int y, | 244 stream_clear_region (Lisp_Object window, struct device* d, struct frame * f, |
245 int width, int height) | 245 face_index findex, int x, int y, |
246 int width, int height, Lisp_Object fcolor, Lisp_Object bcolor, | |
247 Lisp_Object background_pixmap) | |
246 { | 248 { |
247 } | 249 } |
248 | 250 |
249 static void | 251 static void |
250 stream_clear_frame (struct frame *f) | 252 stream_clear_frame (struct frame *f) |