comparison src/frame.c @ 545:9a775fb11bb7

[xemacs-hg @ 2001-05-18 04:39:39 by kkm] My 3 patches of 05/01-05/03
author kkm
date Fri, 18 May 2001 04:39:44 +0000
parents 223736d75acb
children 666d73d6ac56
comparison
equal deleted inserted replaced
544:ffd4d00ff0b6 545:9a775fb11bb7
1302 device = FRAME_DEVICE (f); 1302 device = FRAME_DEVICE (f);
1303 d = XDEVICE (device); 1303 d = XDEVICE (device);
1304 console = DEVICE_CONSOLE (d); 1304 console = DEVICE_CONSOLE (d);
1305 con = XCONSOLE (console); 1305 con = XCONSOLE (console);
1306 1306
1307 if (!called_from_delete_device && 1307 if (!called_from_delete_device
1308 !(MAYBE_INT_DEVMETH (d, device_implementation_flags, ()) 1308 && !DEVICE_IMPL_FLAG (d, XDEVIMPF_FRAMELESS_OK))
1309 & XDEVIMPF_FRAMELESS_OK))
1310 { 1309 {
1311 /* If we're deleting the only non-minibuffer frame on the 1310 /* If we're deleting the only non-minibuffer frame on the
1312 device, delete the device. */ 1311 device, delete the device. */
1313 if (EQ (frame, next_frame (frame, Qnomini, FRAME_DEVICE (f)))) 1312 if (EQ (frame, next_frame (frame, Qnomini, FRAME_DEVICE (f))))
1314 { 1313 {