Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/frame.c Thu Dec 16 11:20:17 2021 +0000 +++ b/src/frame.c Mon Apr 21 11:42:50 2014 +0100 @@ -1556,7 +1556,7 @@ if (CONSOLEP (device_spec)) return EQ (DEVICE_CONSOLE (XDEVICE (device)), device_spec); if (valid_console_type_p (device_spec)) - return EQ (DEVICE_TYPE (XDEVICE (device)), device_spec); + return EQ (DEVICE_TYPE_X (XDEVICE (device)), device_spec); return 1; }