1
0
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:
Jan Djärv 2003-03-23 01:03:23 +00:00
parent 7863d62580
commit fd4c9408f8
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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 */