Am 10.12.2009, 21:20 Uhr, schrieb Paul Wratt <paul.wratt@gmail.com>:
This of course presumes TC does not mean True Color in any way :) typedef enum { D_LOCAL = 0, D_TCP = 1 } XA_DISPLAY;
The coding for remote-display had already been started: k_init.c: screen.display_type = D_LOCAL; Now you just have to fill in the missing bytes to finish this! -Helmut