X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcwindow3d.C;h=57118e7421bba74dedbb056bc039ef5e850155d8;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hp=d3da09ea2bbb80d240be0b3f6545b5b7cf64eb43;hpb=f110e7626d433b4724befe0871a3a35f9f81f264;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcwindow3d.C b/cinelerra-5.1/guicast/bcwindow3d.C index d3da09ea..57118e74 100644 --- a/cinelerra-5.1/guicast/bcwindow3d.C +++ b/cinelerra-5.1/guicast/bcwindow3d.C @@ -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;