Hi

On Fri, 20 Jun 2003, Evan wrote:
> I have to restart ion to get a transparent background again.

an 'xrefresh' restores transparency again.. bind it to a key.

For example I use:

    kpress("Super_L", make_active_leaf_fn(clientwin_broken_app_resize_kludge)),
    kpress("Super_L", make_exec_fn("xrefresh")),

Two useful things in one.


On Sat, 21 Jun 2003, Tuomo Valkonen wrote:

> Maybe, but being only a cosmetic glitch and as I will be implementing
> the drawing engine module support hopefully soon, investigating this
> would be a wasted effort.

Fair enough :)



Best Regards,
Patrick Mackey

On Fri, 20 Jun 2003, Evan wrote:

> Date: Fri, 20 Jun 2003 14:31:59 -0600 (MDT)
> From: Evan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> List-Post: <mailto:[EMAIL PROTECTED]>
> Subject: transparent backgrounds?
>
>
> ion-devel-20030614 on sparc solaris 9
>
>
> Here is what is happening.
> With enable_transparent_background(TRUE) in my draw.lua
> When I start the frames are transperent.  Now if I launch xterm (for
> example) and move it to another frame or close it, the frame is no longer
> transperent, I have to restart ion to get a transparent background
> again.
>
> Is there any easy way to fix this, or is anybody else seeing the same
> issue?
>
>

Reply via email to