[forum] Re: root window
ghee teo
forum@xfree86.org
Mon, 11 Jul 2005 13:28:34 +0100
MANJUNATHA P wrote:
>Hi all,
>I want to draw rectangle on root window (desktop) using xlib for
>linux platform.In XDrawRectangle() function if i give root
>window,then it is not drawing rectangle.if anybody knows please let me
>know.
>Thanks in advance
>_______________________________________________
>xdg mailing list
>xdg@lists.freedesktop.org
>http://lists.freedesktop.org/mailman/listinfo/xdg
>
>
You should look up some tutorial materials from the web, e.g.
http://www.linuxjournal.com/article/4879
This should give you a start. You got to get the concepts of window in
X/Event loop to work on your program.
-Ghee