Home | History | Annotate | Download | only in gtk

Lines Matching defs:ws

859         NPSetWindowCallbackStruct* ws = new NPSetWindowCallbackStruct();
860 ws->type = 0;
869 ws->display = GDK_WINDOW_XDISPLAY(platformPluginWidget()->window);
870 ws->visual = GDK_VISUAL_XVISUAL(gdk_drawable_get_visual(GDK_DRAWABLE(platformPluginWidget()->window)));
871 ws->depth = gdk_drawable_get_visual(GDK_DRAWABLE(platformPluginWidget()->window))->depth;
872 ws->colormap = GDK_COLORMAP_XCOLORMAP(gdk_drawable_get_colormap(GDK_DRAWABLE(platformPluginWidget()->window)));
875 ws->display = GTK_XTBIN(platformPluginWidget())->xtdisplay;
876 ws->visual = GTK_XTBIN(platformPluginWidget())->xtclient.xtvisual;
877 ws->depth = GTK_XTBIN(platformPluginWidget())->xtclient.xtdepth;
878 ws->colormap = GTK_XTBIN(platformPluginWidget())->xtclient.xtcolormap;
880 XFlush (ws->display);
894 ws->depth = 32;
899 ws->depth = gvisual->depth;
902 ws->display = GDK_DISPLAY();
903 ws->visual = m_visual;
904 ws->colormap = m_colormap;
918 m_npWindow.ws_info = ws;