[Mono-bugs] [Bug 325305] Support for "Window-less" rendering.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 26 16:01:20 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=325305

User toshok at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=325305#c7





--- Comment #7 from Chris Toshok <toshok at novell.com>  2008-02-26 14:01:19 MST ---
I've committed the first pass for fixing this bug.  There are a few areas where
the current patch is deficient:

1. Mouse cursor setting isn't supported at all.  Not sure if MS supports this
in windowless mode, but we definitely don't (and might not be able to...)

2. Key events.  Right now we don't handle them at all, and even when we do,
we're getting the raw Xlib event, so we'll have to do some munging to make a
reasonable GdkEvent from it.

3. XInput support.  All pointer events are coming in just as that - pointer
events.  There's no XInput extension events that I'm aware of, so the gdkdevice
and axes elements are all NULL.  What this means is that stylus events won't
give pressure info in windowless mode.  We need to see if MS supports this as
well.

4. Expose event aggregation.  Right now we don't do this.  It requires a little
work in the mozilla code, but karlt sounded like he was going to add support
for it.  This will make redraws a bit quicker.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list