Re: Some doubts in Xlib
[email protected] (Josip Deanovic)
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Organization | Nimium d.o.o. |
| Message-ID | <[email protected]> |
Puneet Goel <[email protected]> writes: [...] > 2) I am trying to capture the full process on how any window is being > drawn. through gdb i am attaching kwin (KDE's Window Manager). I am > not getting which call at Xlib is drawing window. I thought probably > this is being done by XSetWindowBorderPixmap, XSetWindowBorder, > XSetWindowBorderWidth. But none of the above said function is being > called up. I am willing to see how a window is being drawn 'line by > line' etc. and how any theme takes it's own course. Window is drawn by XCreateWindow or XCreateSimpleWindow function. Are you trying to see how Xlib works internally or just how to use Xlib? -- Josip Deanovic