Hello. I need draw many lines with multicolor (color is set bysome pixmap (xpm))
on C++ with standart libs.
Horizontal lines are drawing succsessfully with GC and XSetTile.
But non-horizontal - no good. I rotate pixmap for all lines and then
XSetTile for each line with own pixmap, but it's bad idea.
How I can do this with standard libraries (xlib only. Without Qt, OpenGL etc.)?



LinkBack URL
About LinkBacks


