Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 2372:79c79ee56386
[xemacs-hg @ 2004-11-07 07:24:39 by ben]
To: xemacs-patches@xemacs.org
frame-x.c: Fix compile error.
author | ben |
---|---|
date | Sun, 07 Nov 2004 07:24:41 +0000 |
parents | ecf1ebac70d8 |
children | 3d8143fc88e1 |
comparison
equal
deleted
inserted
replaced
2371:9d7048f7a2cd | 2372:79c79ee56386 |
---|---|
855 { | 855 { |
856 Xt_SET_VALUE (w, strext, False); /* XtN...*/ | 856 Xt_SET_VALUE (w, strext, False); /* XtN...*/ |
857 } | 857 } |
858 else | 858 else |
859 { | 859 { |
860 CHECK_STRING (val); | |
861 const Extbyte *extval; | 860 const Extbyte *extval; |
862 Bytecount extvallen; | 861 Bytecount extvallen; |
862 CHECK_STRING (val); | |
863 | 863 |
864 TO_EXTERNAL_FORMAT (LISP_STRING, val, | 864 TO_EXTERNAL_FORMAT (LISP_STRING, val, |
865 ALLOCA, (extval, extvallen), | 865 ALLOCA, (extval, extvallen), |
866 Qxt_widget_arg_encoding); | 866 Qxt_widget_arg_encoding); |
867 XtVaSetValues (w, XtVaTypedArg, | 867 XtVaSetValues (w, XtVaTypedArg, |