Ville Syrjälä wrote:
> On Fri, Aug 24, 2007 at 10:14:21AM +0200, Denis Oliver Kropp wrote:
>> Another bug we could fix is with transparent(?) X windows, e.g. when
>> you open the window menu in xfce4. The whole screen gets black instead
>> of showing the windows below. I guess we need to blit the layer to the
>> window after creating it.
> 
> Never tried xfce4 myself.

It's very nice, clean and has all that I want.

> Another bug is that Claudio's XRender code crashes for me :( I haven't
> had the energy to track it down but it reliably crashes on startup. IIRC
> it was when some pixmap was being freed but IIRC it didn't actually crash
> in any XRender specific code but some other pixmap free related stuff.

Saw that crash, but did not debug it at all. Sounds like some XRender
code writes to already deallocated or totally wrong memory.

>> Also, clipboard doesn't work in xfce4, but the implementation has never
>> been really good anyways.
> 
> Right. I have now simply disabled the clipboard code because it would
> break primary selection after a while (maybe it works just once, I'm not
> really sure). When I added some debug prints I noticed the
> SelectionNotify only happens once. Doesn't XFixes have some selection
> related stuff? Is it required for SelectionNotify?

"selection notification events (add events sent when selection ownership
is asserted)"

http://en.wikipedia.org/wiki/XFixes


Thought these events were already there.

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to