Feeds:
Posts
Comments

Posts Tagged ‘request’

ProcCreateWindow

ProcCreateWindow() extracts the fields of the xCreateWindowReq request sent by the client to use them as arguments for a CreateWindow() call:

pWin = CreateWindow(stuff->wid, pParent, stuff->x, stuff->y, stuff->width, stuff->height, …, (XID *)&stuff[1], …) (more…)

Read Full Post »