Searched refs:topw (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c106 #define win XtWindow(topw)
107 #define dpy XtDisplay(topw)
108 #define root XRootWindowOfScreen(XtScreen(topw))
131 static Widget topw; variable in typeref:typename:Widget
175 topw = XtInitialize(argv[0], "Sxpm",
178 if (!topw) {
184 colormap = XDefaultColormapOfScreen(XtScreen(topw));
222 XtSetValues(topw, args, n);
249 bpix = XBlackPixelOfScreen(XtScreen(topw));
266 XtSetValues(topw, arg
[all...]

Completed in 2 milliseconds