comparison src/frame.c @ 5920:0f2338afbabf cygwin

Minimum necessary to get started: sufficient to compile OK, run -nw, but not with window
author Henry Thompson <ht@markup.co.uk>
date Mon, 21 Apr 2014 11:42:50 +0100
parents 3fde0e346ad7
children
comparison
equal deleted inserted replaced
5919:2800105fcc9f 5920:0f2338afbabf
1554 if (DEVICEP (device_spec)) 1554 if (DEVICEP (device_spec))
1555 return EQ (device, device_spec); 1555 return EQ (device, device_spec);
1556 if (CONSOLEP (device_spec)) 1556 if (CONSOLEP (device_spec))
1557 return EQ (DEVICE_CONSOLE (XDEVICE (device)), device_spec); 1557 return EQ (DEVICE_CONSOLE (XDEVICE (device)), device_spec);
1558 if (valid_console_type_p (device_spec)) 1558 if (valid_console_type_p (device_spec))
1559 return EQ (DEVICE_TYPE (XDEVICE (device)), device_spec); 1559 return EQ (DEVICE_TYPE_X (XDEVICE (device)), device_spec);
1560 return 1; 1560 return 1;
1561 } 1561 }
1562 1562
1563 /* Return the next frame in the frame list after FRAME. 1563 /* Return the next frame in the frame list after FRAME.
1564 WHICH-FRAMES and WHICH-DEVICES control which frames and devices 1564 WHICH-FRAMES and WHICH-DEVICES control which frames and devices