Re: [9fans] Some libdraw help

2007-06-08 Thread andrey mirtchovski
/contrib/andrey on sources) you'll find a couple that use that hack, most notably "eruption". s/hack/function/

Re: [9fans] Some libdraw help

2007-06-08 Thread Christian Kellermann
* Anant Narayanan <[EMAIL PROTECTED]> [070608 17:24]: > 3) A general question (un-related to the description above): How can I > create a "full-screen" window? "full-screen" means the application has > the undivided attention of the user, like many games run in other > operating systems. This is d

Re: [9fans] Some libdraw help

2007-06-08 Thread andrey mirtchovski
see "loadimage" for the function that creates an Image * from a bitstream. if you look at the xscreensaves hacks (xscr.tgz in /contrib/andrey on sources) you'll find a couple that use that hack, most notably "eruption". you can fullscreen an application in two ways: use that app instead of rio (t

[9fans] Some libdraw help

2007-06-08 Thread Anant Narayanan
Hi All, I'm a little new to libdraw and need some advice on drawing bitmap data onto a window. I have with me some bitmap data on memory, the address of the first byte is known. I also know the width of the bitmap data and the total number of scanlines in it. The number of pixels in each scanlin