Lines Matching refs:Info

28 static char Info[INFO_LINES][INFO_SIZE];
56 * Backend for f.identify and f.version: Fills in the Info array with the
60 * Notably, the bits of Info aren't written into the window during this
90 fprintf(stderr, "Overflowing Info[] on line %d\n", n); \
91 sprintf(Info[n++], "(overflow)"); \
96 snprintf(Info[n++], INFO_SIZE, "Twm version: %s", TwmVersion);
99 snprintf(Info[n++], INFO_SIZE, "VCS Revision: %s", VCSRevision);
104 snprintf(Info[n++], INFO_SIZE, "Compile time options : %s", ctopts);
108 Info[n++][0] = '\0';
119 snprintf(Info[n++], INFO_SIZE, "Name = \"%s\"",
122 snprintf(Info[n++], INFO_SIZE, "Class.res_name = \"%s\"",
125 snprintf(Info[n++], INFO_SIZE, "Class.res_class = \"%s\"",
128 Info[n++][0] = '\0';
130 snprintf(Info[n++], INFO_SIZE,
138 snprintf(Info[n++], INFO_SIZE,
147 snprintf(Info[n++], INFO_SIZE, "Border width = %d", bw);
149 snprintf(Info[n++], INFO_SIZE, "3D border width = %d", t->frame_bw3D);
151 snprintf(Info[n++], INFO_SIZE, "Depth = %d", depth);
156 snprintf(Info[n++], INFO_SIZE, "Virtual Workspace = %s",
160 snprintf(Info[n++], INFO_SIZE, "OnTopPriority = %d",
169 Info[n++][0] = '\0';
171 snprintf(Info[n++], INFO_SIZE, "IconGeom/root = %dx%d+%d+%d",
174 snprintf(Info[n++], INFO_SIZE, "IconGeom/intern = %dx%d+%d+%d",
178 snprintf(Info[n++], INFO_SIZE, "IconBorder width = %d", bw);
180 snprintf(Info[n++], INFO_SIZE, "IconDepth = %d", depth);
188 snprintf(Info[n++], INFO_SIZE, "Client machine = %s",
194 Info[n++][0] = '\0';
200 snprintf(Info[n++], INFO_SIZE, "Click to dismiss....");
211 XmbTextExtents(Scr->DefaultFont.font_set, Info[i],
212 strlen(Info[i]), &inc_rect, &logical_rect);
289 Info[i], strlen(Info[i]));