Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent 25555aa758
commit b5741b3692

@ -651,7 +651,7 @@ static bool GetInfo_OpenGL_Generic( TQListView *lBox )
l2 = get_gl_info(dpy, scrnum, true, l1, l2);
if (l2) l2->setOpen(true);
if (IsDirect) l2 = get_gl_info(dpy, scrnum, false, l1, l2);
if (IsDirect) l2 = get_gl_info(dpy, scrnum, true, l1, l2);
// TODO print_visual_info(dpy, scrnum, mode);
}

Loading…
Cancel
Save