Mercurial > hg > xemacs-beta
comparison src/dialog-x.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 557eaa0339bf |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
247 { | 247 { |
248 int dbox_id; | 248 int dbox_id; |
249 struct frame *f = selected_frame (); | 249 struct frame *f = selected_frame (); |
250 widget_value *data; | 250 widget_value *data; |
251 Widget parent, dbox; | 251 Widget parent, dbox; |
252 Lisp_Object frame = Qnil; | 252 Lisp_Object frame; |
253 | 253 |
254 XSETFRAME (frame, f); | 254 XSETFRAME (frame, f); |
255 | 255 |
256 CHECK_X_FRAME (frame); | 256 CHECK_X_FRAME (frame); |
257 if (SYMBOLP (dbox_desc)) | 257 if (SYMBOLP (dbox_desc)) |