Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children | 49a24b4fd526 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
615 String Xt_resource_name, | 615 String Xt_resource_name, |
616 String Xt_resource_encoding_name) | 616 String Xt_resource_encoding_name) |
617 { | 617 { |
618 Atom encoding = XA_STRING; | 618 Atom encoding = XA_STRING; |
619 String new_XtValue = (String) value; | 619 String new_XtValue = (String) value; |
620 String old_XtValue; | 620 String old_XtValue = NULL; |
621 Bufbyte *ptr; | 621 Bufbyte *ptr; |
622 Arg av[2]; | 622 Arg av[2]; |
623 | 623 |
624 /* ### Caching is device-independent - belongs in update_frame_title. */ | 624 /* ### Caching is device-independent - belongs in update_frame_title. */ |
625 XtSetArg (av[0], Xt_resource_name, &old_XtValue); | 625 XtSetArg (av[0], Xt_resource_name, &old_XtValue); |