Lines Matching +full:stand +full:- +full:alone
21 * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
39 #include <dmx-config.h>
71 /* When using this file as part of a stand-alone (i.e., non-X-Server
74 /** Provide an ErrorF function when used stand-alone. */
87 /** Provide an VFatalError function when used stand-alone. */
99 /** Provide an VErrorF function when used stand-alone. */
148 dmxInput->inputIdx, dmxInput->name, in dmxHeader()
149 dmxScreen->index, dmxScreen->name); in dmxHeader()
152 ErrorF("(%s) dmx[o%d/%s]: ", type, dmxScreen->index, dmxScreen->name); in dmxHeader()
155 const char *pt = strchr(dmxInput->name, ','); in dmxHeader()
156 int len = (pt ? (size_t) (pt - dmxInput->name) in dmxHeader()
157 : strlen(dmxInput->name)); in dmxHeader()
160 dmxInput->inputIdx, len, len, dmxInput->name); in dmxHeader()
167 /* Prints the error message with the appropriate low-level X output
183 * can be a printf-like format expression. */
289 switch (vi->class) { in dmxLogVisual()
314 vi->visualid, class, vi->depth, vi->bits_per_rgb, in dmxLogVisual()
315 vi->colormap_size, in dmxLogVisual()
316 vi->red_mask, vi->green_mask, vi->blue_mask, in dmxLogVisual()
322 vi->visualid, class, vi->depth, vi->bits_per_rgb, in dmxLogVisual()
323 vi->colormap_size, in dmxLogVisual()
324 vi->red_mask, vi->green_mask, vi->blue_mask, in dmxLogVisual()
329 /** Translate a (normalized) XInput event \a type into a human-readable
372 /** Translate an event \a type into a human-readable string. */