KDE & fullscreen

Martin Piskernig <[email protected]> Sun, 20 Jul 2003 13:19:39 +0200
Newsgroups gmane.comp.video.ogle.devel
Organization University of Vienna
Message-ID <[email protected]>
Hi!

I just tested toggling fullscreen with KDE 3.1.2 and with the 
reparenting code in the source (which worked fine in older KDE 
releases) I now get occasional "Xlib unexpected async replies" which 
freezes okle. When I comment out the following lines in 
ogle/mpeg2_video/wm_state.c:

    if(wm_name != NULL && (strcmp(wm_name, "KWin") == 0) && kwin_bug) {
      //seems to work, instead of using a sleep(1);
      XReparentWindow( dpy, win, DefaultRootWindow( dpy ),  0, 0 );
    }

those seem to be gone. So this bug seems to be resolved (as Lubos Lunak 
already said in the KDE bug report #52206 (bugs.kde.org)). Can you 
please comment out these lines in CVS?

Thanks!
Martin
-- 
Martin Piskernig		[email protected]
Institute for Mathematics	 www.mat.univie.ac.at/~martin
University of Vienna