Searched refs:XtDefaultBackground (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xlogo/dist/ |
| H A D | Logo.c | 60 (XtPointer) XtDefaultBackground}, 331 else if (strcasecmp (spec, XtDefaultBackground) == 0)
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Simple.c | 129 (XtPointer)XtDefaultBackground
|
| H A D | Panner.c | 177 (XtPointer)XtDefaultBackground
|
| H A D | TextSink.c | 112 (XtPointer)XtDefaultBackground
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | grid.c | 472 else if (strcasecmp (spec, XtDefaultBackground) == 0)
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | Login.c | 160 offset(inppixel), XtRString, XtDefaultBackground}, 1556 else if (strcasecmp (spec, XtDefaultBackground) == 0)
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | Intrinsic.h | 1674 #define XtDefaultBackground "XtDefaultBackground" macro
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | Eyes.c | 71 offset(pixel[PART_CENTER]), XtRString, (char *) XtDefaultBackground},
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Converters.c | 489 if (CompareISOLatin1(str, XtDefaultBackground) == 0) {
|
| /xsrc/external/mit/xclock/dist/ |
| H A D | Clock.c | 399 else if (strcasecmp(spec, XtDefaultBackground) == 0) {
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 564 Tres(XtNbackground, XtCBackground, TEXT_BG, XtDefaultBackground), 565 Tres(XtNpointerColorBackground, XtCBackground, MOUSE_BG, XtDefaultBackground), 583 Cres(XtNiconBorderColor, XtCBorderColor, misc.icon_border_pixel, XtDefaultBackground), 640 Tres(XtNhighlightTextColor, XtCHighlightTextColor, HIGHLIGHT_FG, XtDefaultBackground), 9665 * Override the use of XtDefaultForeground/XtDefaultBackground to make some 9721 screen->Tcolors[TEXT_BG].resource = x_strdup(XtDefaultBackground); 10494 * XtDefaultForeground and XtDefaultBackground. So, we no longer
|
| H A D | main.c | 3054 TScreenOf(term)->Tcolors[TEXT_FG].resource = x_strdup(XtDefaultBackground);
|
| H A D | util.c | 2721 return (Boolean) !x_strcasecmp(name, XtDefaultBackground);
|
| H A D | misc.c | 6366 } else if (!x_strcasecmp(name, XtDefaultBackground)) {
|
Completed in 50 milliseconds