Mercurial > hg > xemacs-beta
comparison src/frame.c @ 1429:969b7290edca
[xemacs-hg @ 2003-04-24 05:33:43 by youngs]
2003-04-24 Matthew O. Persico <persicom@acedsl.com>
* unicode.c: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* text.c: Replaced char initialization of static Ibyte
strcasecmp_charmap[] with octal numeric init. Apparently older
(Solaris 2.7 cc) compiler treats quoted octals as signed,
causing 256 signed-assigned-to-unsigned warnings.
* lrecord.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* lisp.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* frame.c: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
* file-coding.h: Removed trailing commas in some enums; older
(Solaris 2.7 cc) compiler produced volumous warnings.
author | youngs |
---|---|
date | Thu, 24 Apr 2003 05:33:44 +0000 |
parents | b531bf8658e9 |
children | a8d8f419b459 |
comparison
equal
deleted
inserted
replaced
1428:10738b72057d | 1429:969b7290edca |
---|---|
121 | 121 |
122 typedef enum { | 122 typedef enum { |
123 DISPLAYABLE_PIXEL_TO_CHAR, | 123 DISPLAYABLE_PIXEL_TO_CHAR, |
124 TOTAL_PIXEL_TO_CHAR, | 124 TOTAL_PIXEL_TO_CHAR, |
125 CHAR_TO_TOTAL_PIXEL, | 125 CHAR_TO_TOTAL_PIXEL, |
126 CHAR_TO_DISPLAYABLE_PIXEL, | 126 CHAR_TO_DISPLAYABLE_PIXEL |
127 } pixel_to_char_mode_t; | 127 } pixel_to_char_mode_t; |
128 | 128 |
129 static void frame_conversion_internal (struct frame *f, | 129 static void frame_conversion_internal (struct frame *f, |
130 pixel_to_char_mode_t pixel_to_char, | 130 pixel_to_char_mode_t pixel_to_char, |
131 int *pixel_width, int *pixel_height, | 131 int *pixel_width, int *pixel_height, |