| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | library.c | 38 const char *theme; member in struct:XcursorInherit 80 _XcursorBuildThemeDir (const char *dir, const char *theme) argument 91 if (!dir || !theme) 100 tcolon = strchr (theme, ':'); 102 tcolon = theme + strlen (theme); 104 themelen = (int) (tcolon - theme); 132 _XcursorAddPathElt (full, theme, themelen); 224 XcursorScanTheme (const char *theme, const char *name) argument 233 if (!theme || !nam 314 XcursorLibraryLoadImage(const char * file,const char * theme,int size) argument 341 char *theme = XcursorGetTheme (dpy); local in function:_XcursorLibraryLoadImages 364 XcursorLibraryLoadImages(const char * file,const char * theme,int size) argument 557 XcursorShapeLoadImage(unsigned int shape,const char * theme,int size) argument 587 XcursorShapeLoadImages(unsigned int shape,const char * theme,int size) argument [all...] |
| H A D | display.c | 34 if (info->theme) 35 free (info->theme); 225 info->theme = NULL; 244 * Get the desired theme 248 v = XGetDefault (dpy, "Xcursor", "theme"); 251 info->theme = strdup (v); 254 traceOpts((T_OPTION(XCURSOR_THEME) ": %s\n", NonNull(info->theme))); 379 XcursorSetTheme (Display *dpy, const char *theme) argument 387 if (!theme) 388 theme [all...] |
| H A D | xcursorint.h | 94 char *theme; member in struct:_XcursorDisplayInfo
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | palettes.pl | 707 my $theme = shift; 712 &init_solarized if ( index( "solarized", $theme ) eq 0 ); 713 &init_rezza if ( index( "rezza", $theme ) eq 0 ); 715 &init_1 if ( $theme eq 1 ); 716 &init_2 if ( $theme eq 2 ); 717 &init_3 if ( $theme eq 3 ); 718 &init_4 if ( $theme eq 4 ); 719 &init_5 if ( $theme eq 5 ); 720 &init_6 if ( $theme eq 6 ); 721 &init_7 if ( $theme e [all...] |
| /xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/ |
| H A D | Xcursor.h | 367 XcursorLibraryLoadImage (const char *library, const char *theme, int size); 370 XcursorLibraryLoadImages (const char *library, const char *theme, int size); 418 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size); 421 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size); 495 XcursorSetTheme (Display *dpy, const char *theme);
|
| H A D | Xcursor.h.in | 366 XcursorLibraryLoadImage (const char *library, const char *theme, int size); 369 XcursorLibraryLoadImages (const char *library, const char *theme, int size); 417 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size); 420 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size); 494 XcursorSetTheme (Display *dpy, const char *theme);
|
| /xsrc/external/mit/xterm/dist/package/debian/ |
| H A D | rules | 79 --with-icon-theme \
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | main.c | 2651 const char *theme = resource.cursorTheme; local in function:main 2652 if (IsEmpty(theme)) 2653 theme = "default"; 2654 TRACE(("startup with \"%s\" cursorTheme\n", theme)); 2655 xtermSetenv("XCURSOR_THEME", theme);
|
| H A D | aclocal.m4 | 4126 dnl one or more application icons in the Red Hat icon-theme directory 4135 dnl $2 = default theme (defaults to hicolor) 4137 dnl $4 = alternate icon if no theme is used (defaults to $1). 4153 AC_MSG_CHECKING(if icon theme should be used) 4154 AC_ARG_WITH(icon-theme, 4155 [[ --with-icon-theme[=XXX] install icons into desktop theme (hicolor)]], 4172 CF_VERBOSE(ignoring icondir without theme) 4178 AC_MSG_ERROR(icondir must be set for icon theme) 4239 CF_VERBOSE(ignored XPM file in icon theme) [all...] |
| H A D | misc.c | 730 * default theme. Testing seems to show that we only have to provide this 737 static const char theme[] = "index.theme"; local in function:init_colored_cursor 743 * The environment variable overrides a (possible) resource Xcursor.theme 746 env = XGetDefault(dpy, "Xcursor", "theme"); 747 TRACE(("XGetDefault Xcursor theme \"%s\"\n", NonNull(env))); 753 * If neither found, provide our own default theme. 760 TRACE(("init_colored_cursor will make an empty Xcursor theme\n")); 765 needed = strlen(tmp_dir) + 4 + strlen(theme) + strlen(pattern); 782 * theme jus [all...] |
| H A D | configure.in | 301 # than directly to applications. xterm can select a cursor theme; users can
|
| H A D | configure | 720 --with-icon-theme[=XXX] install icons into desktop theme (hicolor) 8221 echo "$as_me:8221: checking if icon theme should be used" >&5 8222 echo $ECHO_N "checking if icon theme should be used... $ECHO_C" >&6 8224 # Check whether --with-icon-theme or --without-icon-theme was given. 8246 test -n "$verbose" && echo " ignoring icondir without theme" 1>&6 8248 echo "${as_me:-configure}:8248: testing ignoring icondir without theme ..." 1>&5 8255 { { echo "$as_me:8255: error: icondir must be set for icon theme" >&5 8256 echo "$as_me: error: icondir must be set for icon theme" > [all...] |