mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
This commit is contained in:
parent
7863d62580
commit
fd4c9408f8
@ -1,5 +1,7 @@
|
||||
2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
|
||||
|
||||
* gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
|
||||
(XG_SB_RANGE): New define.
|
||||
|
||||
|
@ -1710,7 +1710,7 @@ get_glyph_string_clip_rect (s, nr)
|
||||
CONVERT_FROM_XRECT (r, *nr);
|
||||
#else
|
||||
*nr = r;
|
||||
#endif;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* HAVE_WINDOW_SYSTEM */
|
||||
|
Loading…
Reference in New Issue
Block a user