On Fri, Aug 24, 2007 at 10:14:21AM +0200, Denis Oliver Kropp wrote:
> [EMAIL PROTECTED] wrote:
> > New commits:
> > http://git.directfb.org/?p=programs/XDirectFB.git;a=commit;h=4995314bcaea4c172a4af5512d180698dfd0259a
> > commit 4995314bcaea4c172a4af5512d180698dfd0259a
> > Author: Ville Syrjala <[EMAIL PROTECTED]>
> > Date:   Fri Aug 24 10:16:16 2007 +0300
> > 
> >     Use the "evdev" model for XKB.
> >     
> >     Switch the XKB model from "pc102" to "evdev". This fixes the key map in
> >     XKB mode. Also use the __XKBDEFRULES__ define instead of the hardcoded
> >     "xfree86".
> 
> Great, now Cursor Down no longer takes screenshots :)

Indeed.

> 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.

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.

> 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?

-- 
Ville Syrjälä
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/

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

Reply via email to