fixes: PREPARE_FACE_FOR_DISPLAY was removed, DEFUN less lenient
This commit is contained in:
parent
c4916d541b
commit
d92d0dd4f2
2 changed files with 3 additions and 2 deletions
|
@ -25347,7 +25347,7 @@ produce_xwidget_glyph (struct it *it)
|
|||
face = FACE_FROM_ID (it->f, it->face_id);
|
||||
eassert (face);
|
||||
/* Make sure X resources of the face is loaded. */
|
||||
PREPARE_FACE_FOR_DISPLAY (it->f, face);
|
||||
prepare_face_for_display (it->f, face);
|
||||
|
||||
xw = it->xwidget;
|
||||
it->ascent = it->phys_ascent = glyph_ascent = xw->height/2;
|
||||
|
|
|
@ -606,7 +606,8 @@ xwidget_osr_event_forward (GtkWidget *widget,
|
|||
}
|
||||
|
||||
GIRepository *girepository ;
|
||||
DEFUN( "xwgir-require-namespace",Fxwgir_require_namespace, Sxwgir_require_namespace, 2,2,0,
|
||||
|
||||
DEFUN ("xwgir-require-namespace", Fxwgir_require_namespace, Sxwgir_require_namespace, 2,2,0,
|
||||
doc: /*require a namespace. must be done for all namespaces we want to use, before using other xwgir functions.*/)
|
||||
(Lisp_Object lnamespace, Lisp_Object lnamespace_version)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue