Re: server/protocol.def and array types

2013-09-24 Thread Hugh McMaster
Any help for this? -- I'm testing support for GetConsoleScreenBufferInfoEx. At the moment, I've extended the screen_buffer struct in server/console.c to look like this: struct screen_buffer { struct object obj;

server/protocol.def and array types

2013-09-17 Thread Hugh McMaster
I'm testing support for GetConsoleScreenBufferInfoEx. At the moment, I've extended the screen_buffer struct in server/console.c to look like this: struct screen_buffer { struct object obj; /* object header */ struct list entry; /* entry in list of all