Home | History | Annotate | Download | only in qt

Lines Matching defs:templ

886     XVisualInfo templ;
887 templ.screen = QX11Info::appScreen();
888 templ.depth = depth;
889 templ.c_class = TrueColor;
890 XVisualInfo* xvi = XGetVisualInfo(QX11Info::display(), VisualScreenMask | VisualDepthMask | VisualClassMask, &templ, &nvi);