Mercurial > hg > xemacs-beta
comparison src/redisplay-msw.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 5fd7ba8b56e7 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
340 struct device *d = XDEVICE (f->device); | 340 struct device *d = XDEVICE (f->device); |
341 struct face_cachel *cachel=0; | 341 struct face_cachel *cachel=0; |
342 Lisp_Object font = Qnil; | 342 Lisp_Object font = Qnil; |
343 int focus = EQ (w->frame, DEVICE_FRAME_WITH_FOCUS_REAL (d)); | 343 int focus = EQ (w->frame, DEVICE_FRAME_WITH_FOCUS_REAL (d)); |
344 HDC hdc = get_frame_dc (f, 1); | 344 HDC hdc = get_frame_dc (f, 1); |
345 unsigned int local_face_index=0; | 345 int local_face_index = 0; |
346 char *p_char = NULL; | 346 char *p_char = NULL; |
347 int n_char = 0; | 347 int n_char = 0; |
348 RECT rect = { xpos, | 348 RECT rect = { xpos, |
349 DISPLAY_LINE_YPOS (dl), | 349 DISPLAY_LINE_YPOS (dl), |
350 xpos + width, | 350 xpos + width, |