At 11:50 AM 5/2/01 -0400, John M. Adams wrote:
+ CONSOLE_DEVICE_LOOP (devcons, con)
+ {
+ Display* display = DEVICE_X_DISPLAY (XDEVICE (XCAR (devcons)));
Just FYI you should check that the device is actually an X device before
narrowing to it - it could be a tty device FI.
andy