Re: [Pgui-devel] pgSetContext

2003-01-24 Thread Micah Dowty
Thanks, this is in CVS now. On Fri, Jan 24, 2003 at 11:18:38PM +0100, Tomas wrote: > hi > > pgSetContext is missing in cli_c (along with some other things, but i needed just >setcontext :) > so here are diffs to api.c and clien_c.h ... > > 58a59,65 > > void pgSetContext(int id) { > > struc

[Pgui-devel] pgSetContext

2003-01-24 Thread Tomas
hi pgSetContext is missing in cli_c (along with some other things, but i needed just setcontext :) so here are diffs to api.c and clien_c.h ... 58a59,65 > void pgSetContext(int id) { > struct pgreqd_setcontext arg; > arg.context = htonl(id); > > _pg_add_request(PGREQ_SETCONTE