Lines Matching defs:INFO_SIZE
27 #define INFO_SIZE 200
28 static char Info[INFO_LINES][INFO_SIZE];
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);
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\"",
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",
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",
200 snprintf(Info[n++], INFO_SIZE, "Click to dismiss....");