Mercurial > hg > xemacs-beta
diff src/glyphs.c @ 639:4b7d425dd3c2
[xemacs-hg @ 2001-07-28 05:08:58 by andyp]
Stop flickering on OpenMotif.
author | andyp |
---|---|
date | Sat, 28 Jul 2001 05:09:03 +0000 |
parents | 190b164ddcac |
children | b39c14581166 |
line wrap: on
line diff
--- a/src/glyphs.c Thu Jul 26 21:10:48 2001 +0000 +++ b/src/glyphs.c Sat Jul 28 05:09:03 2001 +0000 @@ -4427,7 +4427,8 @@ } *the_expose_ignore_blocktype; int -check_for_ignored_expose (struct frame* f, int x, int y, int width, int height) +check_for_ignored_expose (struct frame* f, unsigned int x, unsigned int y, + unsigned int width, unsigned int height) { struct expose_ignore *ei, *prev; /* the ignore list is FIFO so we should generally get a match with @@ -4499,7 +4500,9 @@ See if there is a subwindow that completely encloses the requested area. ****************************************************************************/ -int find_matching_subwindow (struct frame* f, int x, int y, int width, int height) +int find_matching_subwindow (struct frame* f, unsigned int x, + unsigned int y, unsigned int width, + unsigned int height) { Lisp_Object rest;