Question

I am surprised at the lack of response to all the xlib related question I've had on SO, is this because no one uses xlib directly anymore or is this the wrong place to ask these types of questions? Even if no one uses xlib directly, there must still be people the remember the bad old days and help with these questions, but it doesn't look like they are here...

Edit: What other places could I ask for xlib related help?

Was it helpful?

Solution

No, XLib is certainly a valid topic here but I think your first contention is correct: almost nobody uses it anymore. I vaguely remember using it some fifteen years ago and I liken it to:

  • pulling out your teeth with a hammer.
  • trying to eat a pineapple without cutting it up first.
  • nailing jelly to a tree.
  • trying to train a domestic cat.

(Pick your favorite).

I suspect it's not the sort of question that'll be answered quickly by the PHP/Silverlight/.NET/Python groups who frequent this site. You may have to wait a few days until someone a little more knowledgeable about the subject matter notices it.

Sorry I couldn't help with the specific question (I assume you meant the polygon filler without stipple - if not, let me know which one (with a link) and I'll have a quick look).

Other places to ask for help:

OTHER TIPS

Possible ways to get help for xlib:

No, not so much. I did Motif as recently as 2003, but that's it. Most of that was getting replaced with a heavyweight Java Swing app at the time.

I'm using it!

I wrote this with a friend... http://open.vitaminap.it/en/x_tile.htm

I'm using X11 protocol directly (this is kind of similar to using xlib regarding to you question)

I used xlib creating tk canvas items. http://www.tcl.tk/man/tcl8.4/TkLib/CrtItemType.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top