I am trying to run some legacy X functions within a Tcl/Tk
application. For 90% of the X functions I find them either
implemented in the Tk library already under windows natively, or I
see a suitable analog Tk function (for example, Tk_GetPixmap instead
of XCreatePixmap).
However, there does not appear to be an XDrawPoints, XDrawSegments,
XMaxRequestSize, or XSetTile functions implemented in the Tk library
on Windows.
There also might be confusion for me on how to get the correct
DisplayHeightMM and DisplayWidthMM in Tk. If anyone can help me with
these problems I would appreciate it!
Thanks,