Ticket #95: xfce_ontop_fix.diff

File xfce_ontop_fix.diff, 535 bytes (added by reimar, 20 years ago)

hack that seems to fix the problem

  • libvo/x11_common.c

     
    15171540    }
    15181541    /* some WMs lose ontop after fullscreeen */
    15191542    if ((!(vo_fs)) & vo_ontop)
     1543    {
     1544        vo_x11_setlayer(mDisplay, vo_window, !vo_ontop);
    15201545        vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
     1546    }
    15211547
    15221548    XMapRaised(mDisplay, vo_window);
    15231549    if ( ! (vo_fs_type & vo_wm_FULLSCREEN) ) // some WMs change window pos on map