Home | History | Annotate | Download | only in qt

Lines Matching defs:wsi

778     NPSetWindowCallbackStruct* wsi = new NPSetWindowCallbackStruct();
779 wsi->type = 0;
784 wsi->display = x11Info->display();
785 wsi->visual = (Visual*)x11Info->visual();
786 wsi->depth = x11Info->depth();
787 wsi->colormap = x11Info->colormap();
798 wsi->depth = 32;
803 wsi->depth = x11Info->depth();
806 wsi->display = x11Info->display();
807 wsi->visual = m_visual;
808 wsi->colormap = m_colormap;
818 m_npWindow.ws_info = wsi;