glx ply3d fixes, async_gui updates for edits, dflt vs auto kfrm fix, mask mode fix...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindow3d.C
index d3da09ea2bbb80d240be0b3f6545b5b7cf64eb43..57118e7421bba74dedbb056bc039ef5e850155d8 100644 (file)
@@ -182,7 +182,6 @@ void BC_WindowBase::sync_unlock()
 GLXWindow BC_WindowBase::glx_window()
 {
        if( !glx_win ) {
-               top_level->options |= GLX_DISPLAY;
                glx_win = glXCreateWindow(top_level->display, top_level->glx_fb_config, win, 0);
        }
        return glx_win;