Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
638:373ced43e288 | 639:4b7d425dd3c2 |
---|---|
1135 ****************************************************************************/ | 1135 ****************************************************************************/ |
1136 | 1136 |
1137 void unmap_subwindow (Lisp_Object subwindow); | 1137 void unmap_subwindow (Lisp_Object subwindow); |
1138 void map_subwindow (Lisp_Object subwindow, int x, int y, | 1138 void map_subwindow (Lisp_Object subwindow, int x, int y, |
1139 struct display_glyph_area *dga); | 1139 struct display_glyph_area *dga); |
1140 int find_matching_subwindow (struct frame* f, int x, int y, int width, int height); | 1140 int find_matching_subwindow (struct frame* f, |
1141 unsigned int x, unsigned int y, | |
1142 unsigned int width, unsigned int height); | |
1141 void redisplay_widget (Lisp_Object widget); | 1143 void redisplay_widget (Lisp_Object widget); |
1142 void update_widget_instances (Lisp_Object frame); | 1144 void update_widget_instances (Lisp_Object frame); |
1143 void redisplay_subwindow (Lisp_Object subwindow); | 1145 void redisplay_subwindow (Lisp_Object subwindow); |
1144 Lisp_Object image_instance_parent_glyph (struct Lisp_Image_Instance*); | 1146 Lisp_Object image_instance_parent_glyph (struct Lisp_Image_Instance*); |
1145 int image_instance_changed (Lisp_Object image); | 1147 int image_instance_changed (Lisp_Object image); |
1153 unsigned int x, y; | 1155 unsigned int x, y; |
1154 unsigned int width, height; | 1156 unsigned int width, height; |
1155 struct expose_ignore *next; | 1157 struct expose_ignore *next; |
1156 }; | 1158 }; |
1157 | 1159 |
1158 int check_for_ignored_expose (struct frame* f, int x, int y, int width, int height); | 1160 int check_for_ignored_expose (struct frame* f, unsigned int x, |
1161 unsigned int y, unsigned int width, | |
1162 unsigned int height); | |
1159 extern int hold_ignored_expose_registration; | 1163 extern int hold_ignored_expose_registration; |
1160 | 1164 |
1161 #endif /* INCLUDED_glyphs_h_ */ | 1165 #endif /* INCLUDED_glyphs_h_ */ |