Hi All:
 I have a doubt and would greatly appriciate clarifications.
Correct me if i am wrong..
I assume that the MAJOROP is the request index that the client
sends to the Xserver(Xvnc).
The Dispatch routine then looks up the Rendering Request Handler from the
ProcVector[] list(tables.c)(eg:ProcCreateWindow).
The Rendering Request Handler calls the Drawing routine that finally renders
into the frambuffer.(Eg:CreateWindow)
But i notice that the Drawing routines call the routines present in the
pScreen structure, do all the Rendering requests(in ProcVector[]) have a
corresponding function pointer in the _Screen structure.(Eg:
pScreen->CreateWindow)
Thanks,
Preetham.
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list


Reply via email to