On 3/27/08, jeffrush <[EMAIL PROTECTED]> wrote: > > Hi, I'm new to pyglet and am trying to write a simple dynamic > wallpaper program as my first project. Within a window things work > fine, but how do I: > > 1. depth-arrange my window(s), in particular sending my one window to > the back?
pyglet doesn't support this (and probably never will). > 2. obtain access to the background window of an X display? I can do > full-screen fine. There are X functions to get this window, but pyglet can't make use of them (without some hackery). Your window manager will let you set the "root" program though. I imagine you could set this to your pyglet application, restart X and have it work as you expect (I've never tried this though). I don't know anything about screensavers on Linux. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
