Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 262b8bb4a523 |
children | 12579d965149 |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
2029 static void | 2029 static void |
2030 x_init_frame_1 (struct frame *f, Lisp_Object props) | 2030 x_init_frame_1 (struct frame *f, Lisp_Object props) |
2031 { | 2031 { |
2032 /* This function can GC */ | 2032 /* This function can GC */ |
2033 Lisp_Object device = FRAME_DEVICE (f); | 2033 Lisp_Object device = FRAME_DEVICE (f); |
2034 struct device *d = XDEVICE (device); | |
2035 Lisp_Object lisp_window_id; | 2034 Lisp_Object lisp_window_id; |
2036 Lisp_Object popup; | 2035 Lisp_Object popup; |
2037 | 2036 |
2038 lisp_window_id = Fplist_get (props, Qwindow_id, Qnil); | 2037 lisp_window_id = Fplist_get (props, Qwindow_id, Qnil); |
2039 popup = Fplist_get (props, Qpopup, Qnil); | 2038 popup = Fplist_get (props, Qpopup, Qnil); |