diff src/glyphs.h @ 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 af57a77cbc92
children b39c14581166
line wrap: on
line diff
--- a/src/glyphs.h	Thu Jul 26 21:10:48 2001 +0000
+++ b/src/glyphs.h	Sat Jul 28 05:09:03 2001 +0000
@@ -1137,7 +1137,9 @@
 void unmap_subwindow (Lisp_Object subwindow);
 void map_subwindow (Lisp_Object subwindow, int x, int y,
 		    struct display_glyph_area *dga);
-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);
 void redisplay_widget (Lisp_Object widget);
 void update_widget_instances (Lisp_Object frame);
 void redisplay_subwindow (Lisp_Object subwindow);
@@ -1155,7 +1157,9 @@
   struct expose_ignore *next;
 };
 
-int check_for_ignored_expose (struct frame* f, int x, int y, int width, int height);
+int check_for_ignored_expose (struct frame* f, unsigned int x, 
+			      unsigned int y, unsigned int width, 
+			      unsigned int height);
 extern int hold_ignored_expose_registration;
 
 #endif /* INCLUDED_glyphs_h_ */