Home | History | Annotate | Download | only in qt

Lines Matching refs:wsi

960     NPSetWindowCallbackStruct* wsi = new NPSetWindowCallbackStruct();
961 wsi->type = 0;
966 wsi->display = x11Info->display();
967 wsi->visual = (Visual*)x11Info->visual();
968 wsi->depth = x11Info->depth();
969 wsi->colormap = x11Info->colormap();
980 wsi->depth = 32;
985 wsi->depth = x11Info->depth();
988 wsi->display = x11Info->display();
989 wsi->visual = m_visual;
990 wsi->colormap = m_colormap;
1000 m_npWindow.ws_info = wsi;