comparison src/redisplay-msw.c @ 5046:d4f666cda5e6

some random fixups -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2010-02-20 Ben Wing <ben@xemacs.org> * internals/internals.texi (Intro to Window and Frame Geometry): Shrink diagram to fit when offset by five spaces as a result of quoting. src/ChangeLog addition: 2010-02-20 Ben Wing <ben@xemacs.org> * syswindows.h: Add table about GNU Emacs -> XEmacs Windows constants from the internals manual. * frame.c: Shrink size of diagram consistent with internals manual. * alloc.c: * compiler.h: * console.c: * events.c: * gc.c (gc_stat_start_new_gc): * gc.c (gc_stat_resume_gc): * gc.c (kkcc_marking): * gc.c (gc_1): * gc.c (gc): * objects-tty.c: * redisplay-msw.c: * redisplay-msw.c (mswindows_clear_region): * syntax.c: * syntax.c (ST_COMMENT_STYLE): * sysdep.c: Fix various compiler warnings.
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 03:24:08 -0600
parents 0d4c9d0f6a8d
children 5502045ec510 8b2f75cecb89
comparison
equal deleted inserted replaced
5045:c3cc3fa503a2 5046:d4f666cda5e6
1 /* mswindows output and frame manipulation routines. 1 /* mswindows output and frame manipulation routines.
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. 2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
3 Copyright (C) 1994 Lucid, Inc. 3 Copyright (C) 1994 Lucid, Inc.
4 Copyright (C) 1995 Sun Microsystems, Inc. 4 Copyright (C) 1995 Sun Microsystems, Inc.
5 Copyright (C) 2001, 2002, 2003 Ben Wing. 5 Copyright (C) 2001, 2002, 2003, 2010 Ben Wing.
6 6
7 This file is part of XEmacs. 7 This file is part of XEmacs.
8 8
9 XEmacs is free software; you can redistribute it and/or modify it 9 XEmacs is free software; you can redistribute it and/or modify it
10 under the terms of the GNU General Public License as published by the 10 under the terms of the GNU General Public License as published by the
1206 1206
1207 Clear the area in the box defined by the given parameters using the 1207 Clear the area in the box defined by the given parameters using the
1208 given face. 1208 given face.
1209 ****************************************************************************/ 1209 ****************************************************************************/
1210 static void 1210 static void
1211 mswindows_clear_region ( 1211 mswindows_clear_region (Lisp_Object USED_IF_SCROLLBARS (locale),
1212 #ifdef HAVE_SCROLLBARS
1213 Lisp_Object locale,
1214 #else
1215 Lisp_Object UNUSED (locale),
1216 #endif
1217 struct device *UNUSED (d), struct frame *f, 1212 struct device *UNUSED (d), struct frame *f,
1218 face_index UNUSED (findex), int x, int y, 1213 face_index UNUSED (findex), int x, int y,
1219 int width, int height, Lisp_Object fcolor, 1214 int width, int height, Lisp_Object fcolor,
1220 Lisp_Object bcolor, Lisp_Object background_pixmap) 1215 Lisp_Object bcolor, Lisp_Object background_pixmap)
1221 { 1216 {