On Apr 4, 2006, at 2:19 AM, Hans de Goede wrote:

I believe this can be fixed by setting the override_redirect window_attr on window creation for the fullscreen window, before mapping the window, here is a piece of code from allegro to get the idea, but I think it would be better/easier todo this on window creation for xmame:

       setattr.override_redirect = True;
       XChangeWindowAttributes(_xwin.display, _xwin.window,
                              CWOverrideRedirect, &setattr);

I tried adding CWOverrideRedirect to the list of attributes passed to XCreateWindow(), but that didn't make a difference. I only looked at it for a moment, though. I'll look more tonight.

Thanks.


_______________________________________________
Xmame mailing list
[email protected]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to