Mercurial > hg > xemacs-beta
comparison src/console.h @ 4759:aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
<870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 08:49:14 -0700 |
parents | 316fddbf58e2 |
children | e0db3c197671 |
comparison
equal
deleted
inserted
replaced
4758:75975fd0b7fc | 4759:aa5ed11f473b |
---|---|
42 frame), which exists on only one screen; therefore the event won't | 42 frame), which exists on only one screen; therefore the event won't |
43 be reported multiple times even if there are multiple devices on | 43 be reported multiple times even if there are multiple devices on |
44 the same physical display. | 44 the same physical display. |
45 | 45 |
46 This is an implementation detail specific to X consoles (e.g. under | 46 This is an implementation detail specific to X consoles (e.g. under |
47 NeXTstep or Windows, this could be different, and input would come | 47 Windows, this could be different, and input would come directly from |
48 directly from the console). | 48 the console). |
49 */ | 49 */ |
50 | 50 |
51 /* GCC does not like forward enum declaration. This needs to be | 51 /* GCC does not like forward enum declaration. This needs to be |
52 defined here. What a disgust! */ | 52 defined here. What a disgust! */ |
53 | 53 |