xsnow-3.3.2/0000755000175000017500000000000014140766444007710 500000000000000xsnow-3.3.2/dependencies0000644000175000017500000000014313744015141012165 00000000000000packages: libx11-dev libxpm-dev libxt-dev pkg-config libxml2-dev libgtk-3-dev compilers: gcc g++ xsnow-3.3.2/configure0000755000175000017500000064111714140766441011546 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for xsnow 3.3.2. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and wvermin@gmail.com $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='xsnow' PACKAGE_TARNAME='xsnow' PACKAGE_VERSION='3.3.2' PACKAGE_STRING='xsnow 3.3.2' PACKAGE_BUGREPORT='wvermin@gmail.com' PACKAGE_URL='' ac_unique_file="src/xsnow.h" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS X11_LIBS X11_CFLAGS GTK_LIBS GTK_CFLAGS XML_LIBS XML_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG CXXCPP EGREP GREP CPP XMKMF am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking with_x ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CXX CXXFLAGS CCC XMKMF CPP CXXCPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR XML_CFLAGS XML_LIBS GTK_CFLAGS GTK_LIBS X11_CFLAGS X11_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures xsnow 3.3.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/xsnow] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names X features: --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of xsnow 3.3.2:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-x use the X Window System Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags XMKMF Path to xmkmf, Makefile generator for X Window System CPP C preprocessor CXXCPP C++ preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path XML_CFLAGS C compiler flags for XML, overriding pkg-config XML_LIBS linker flags for XML, overriding pkg-config GTK_CFLAGS C compiler flags for GTK, overriding pkg-config GTK_LIBS linker flags for GTK, overriding pkg-config X11_CFLAGS C compiler flags for X11, overriding pkg-config X11_LIBS linker flags for X11, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF xsnow configure 3.3.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## -------------------------------- ## ## Report this to wvermin@gmail.com ## ## -------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_cxx_try_cpp LINENO # ------------------------ # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_cpp # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES # --------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_cxx_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## -------------------------------- ## ## Report this to wvermin@gmail.com ## ## -------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_cxx_check_header_mongrel # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by xsnow $as_me 3.3.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" am__api_version='1.16' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='xsnow' VERSION='3.3.2' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi ./prevent-remakes # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then for ac_prog in cc gcc do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cc gcc do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 $as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in c++ g++ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in c++ g++ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if ${ac_cv_cxx_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if ${ac_cv_prog_cxx_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : else ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CXX_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi LIBS="-lm" # Checks for header files. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 $as_echo_n "checking for X... " >&6; } # Check whether --with-x was given. if test "${with_x+set}" = set; then : withval=$with_x; fi # $have_x is `yes', `no', `disabled', or empty when we do not yet know. if test "x$with_x" = xno; then # The user explicitly disabled X. have_x=disabled else case $x_includes,$x_libraries in #( *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : $as_echo_n "(cached) " >&6 else # One or both of the vars are not set, and there is no cached value. ac_x_includes=no ac_x_libraries=no rm -f -r conftest.dir if mkdir conftest.dir; then cd conftest.dir cat >Imakefile <<'_ACEOF' incroot: @echo incroot='${INCROOT}' usrlibdir: @echo usrlibdir='${USRLIBDIR}' libdir: @echo libdir='${LIBDIR}' _ACEOF if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. for ac_var in incroot usrlibdir libdir; do eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" done # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. for ac_extension in a so sl dylib la dll; do if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && test -f "$ac_im_libdir/libX11.$ac_extension"; then ac_im_usrlibdir=$ac_im_libdir; break fi done # Screen out bogus values from the imake configuration. They are # bogus both because they are the default anyway, and because # using them would break gcc on systems where it needs fixed includes. case $ac_im_incroot in /usr/include) ac_x_includes= ;; *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; esac case $ac_im_usrlibdir in /usr/lib | /usr/lib64 | /lib | /lib64) ;; *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; esac fi cd .. rm -f -r conftest.dir fi # Standard set of common directories for X headers. # Check X11 before X11Rn because it is often a symlink to the current release. ac_x_header_dirs=' /usr/X11/include /usr/X11R7/include /usr/X11R6/include /usr/X11R5/include /usr/X11R4/include /usr/include/X11 /usr/include/X11R7 /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 /usr/local/X11/include /usr/local/X11R7/include /usr/local/X11R6/include /usr/local/X11R5/include /usr/local/X11R4/include /usr/local/include/X11 /usr/local/include/X11R7 /usr/local/include/X11R6 /usr/local/include/X11R5 /usr/local/include/X11R4 /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 /usr/include /usr/local/include /usr/unsupported/include /usr/athena/include /usr/local/x11r5/include /usr/lpp/Xamples/include /usr/openwin/include /usr/openwin/share/include' if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Xlib.h. # First, try using that file with no special directory specified. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # We can compile using X headers with no special include directory. ac_x_includes= else for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Xlib.h"; then ac_x_includes=$ac_dir break fi done fi rm -f conftest.err conftest.i conftest.$ac_ext fi # $ac_x_includes = no if test "$ac_x_libraries" = no; then # Check for the libraries. # See if we find them without any special options. # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS LIBS="-lX11 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { XrmInitialize () ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBS=$ac_save_LIBS # We can link X programs with no special library path. ac_x_libraries= else LIBS=$ac_save_LIBS for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` do # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl dylib la dll; do if test -r "$ac_dir/libX11.$ac_extension"; then ac_x_libraries=$ac_dir break 2 fi done done fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no case $ac_x_includes,$ac_x_libraries in #( no,* | *,no | *\'*) # Didn't find X, or a directory has "'" in its name. ac_cv_have_x="have_x=no";; #( *) # Record where we found X for the cache. ac_cv_have_x="have_x=yes\ ac_x_includes='$ac_x_includes'\ ac_x_libraries='$ac_x_libraries'" esac fi ;; #( *) have_x=yes;; esac eval "$ac_cv_have_x" fi # $with_x != no if test "$have_x" != yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 $as_echo "$have_x" >&6; } no_x=yes else # If each of the values was on the command line, it overrides each guess. test "x$x_includes" = xNONE && x_includes=$ac_x_includes test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes\ ac_x_includes='$x_includes'\ ac_x_libraries='$x_libraries'" { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 $as_echo "libraries $x_libraries, headers $x_includes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in assert.h ctype.h math.h pthread.h signal.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else as_fn_error $? "Exiting" "$LINENO" 5 fi done for ac_header in stdarg.h stdio.h stdlib.h string.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else as_fn_error $? "Exiting" "$LINENO" 5 fi done for ac_header in execinfo.h do : ac_fn_c_check_header_mongrel "$LINENO" "execinfo.h" "ac_cv_header_execinfo_h" "$ac_includes_default" if test "x$ac_cv_header_execinfo_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_EXECINFO_H 1 _ACEOF fi done ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if ${ac_cv_prog_CXXCPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 $as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu for ac_header in iostream do : ac_fn_cxx_check_header_mongrel "$LINENO" "iostream" "ac_cv_header_iostream" "$ac_includes_default" if test "x$ac_cv_header_iostream" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_IOSTREAM 1 _ACEOF else as_fn_error $? "Check your C++ compiler. Exiting" "$LINENO" 5 fi done for ac_header in unordered_map do : ac_fn_cxx_check_header_mongrel "$LINENO" "unordered_map" "ac_cv_header_unordered_map" "$ac_includes_default" if test "x$ac_cv_header_unordered_map" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_UNORDERED_MAP 1 _ACEOF fi done for ac_header in unordered_set do : ac_fn_cxx_check_header_mongrel "$LINENO" "unordered_set" "ac_cv_header_unordered_set" "$ac_includes_default" if test "x$ac_cv_header_unordered_set" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_UNORDERED_SET 1 _ACEOF fi done ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML" >&5 $as_echo_n "checking for XML... " >&6; } if test -n "$XML_CFLAGS"; then pkg_cv_XML_CFLAGS="$XML_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_XML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$XML_LIBS"; then pkg_cv_XML_LIBS="$XML_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then XML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1` else XML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$XML_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (libxml-2.0) were not met: $XML_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XML_CFLAGS and XML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables XML_CFLAGS and XML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else XML_CFLAGS=$pkg_cv_XML_CFLAGS XML_LIBS=$pkg_cv_XML_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 $as_echo_n "checking for GTK... " >&6; } if test -n "$GTK_CFLAGS"; then pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 gmodule-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GTK_LIBS"; then pkg_cv_GTK_LIBS="$GTK_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 gmodule-2.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` else GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (gtk+-3.0 gmodule-2.0) were not met: $GTK_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else GTK_CFLAGS=$pkg_cv_GTK_CFLAGS GTK_LIBS=$pkg_cv_GTK_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5 $as_echo_n "checking for X11... " >&6; } if test -n "$X11_CFLAGS"; then pkg_cv_X11_CFLAGS="$X11_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xpm xt xext xproto\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 xpm xt xext xproto") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11 xpm xt xext xproto" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$X11_LIBS"; then pkg_cv_X11_LIBS="$X11_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xpm xt xext xproto\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 xpm xt xext xproto") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11 xpm xt xext xproto" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xpm xt xext xproto" 2>&1` else X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xpm xt xext xproto" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$X11_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (x11 xpm xt xext xproto) were not met: $X11_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else X11_CFLAGS=$pkg_cv_X11_CFLAGS X11_LIBS=$pkg_cv_X11_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi for ac_func in backtrace do : ac_fn_c_check_func "$LINENO" "backtrace" "ac_cv_func_backtrace" if test "x$ac_cv_func_backtrace" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BACKTRACE 1 _ACEOF fi done LIBS="$X11_LIBS" # check for availability of double buffering for ac_func in XdbeAllocateBackBufferName do : ac_fn_c_check_func "$LINENO" "XdbeAllocateBackBufferName" "ac_cv_func_XdbeAllocateBackBufferName" if test "x$ac_cv_func_XdbeAllocateBackBufferName" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_XDBEALLOCATEBACKBUFFERNAME 1 _ACEOF fi done # Checks for typedefs, structures, and compiler characteristics. ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } if ${ac_cv_header_stdbool_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; int main () { bool e = &s; *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdbool_h=yes else ac_cv_header_stdbool_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 $as_echo "$ac_cv_header_stdbool_h" >&6; } ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" if test "x$ac_cv_type__Bool" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE__BOOL 1 _ACEOF fi # Checks for library functions. # check for AC_FUNC_MALLOC has detrimental effects on some systems # symptom: undefined reference to rpl_malloc # see also: https://github.com/maxmind/libmaxminddb/pull/152 #AC_FUNC_MALLOC #AC_FUNC_REALLOC #AC_FUNC_ALLOCA for ac_func in alarm gettimeofday sqrt strchr strdup strstr strtol do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done LIBS="-lm" ac_config_files="$ac_config_files Makefile src/Makefile src/Pixmaps/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by xsnow $as_me 3.3.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ xsnow config.status 3.3.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/Pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES src/Pixmaps/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi xsnow-3.3.2/INSTALL0000644000175000017500000003661414140766437010675 00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell command './configure && make && make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the 'README' file for instructions specific to this package. Some packages provide this 'INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The 'configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a 'Makefile' in each directory of the package. It may also create one or more '.h' files containing system-dependent definitions. Finally, it creates a shell script 'config.status' that you can run in the future to recreate the current configuration, and a file 'config.log' containing compiler output (useful mainly for debugging 'configure'). It can also use an optional file (typically called 'config.cache' and enabled with '--cache-file=config.cache' or simply '-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how 'configure' could check whether to do them, and mail diffs or instructions to the address given in the 'README' so they can be considered for the next release. If you are using the cache, and at some point 'config.cache' contains results you don't want to keep, you may remove or edit it. The file 'configure.ac' (or 'configure.in') is used to create 'configure' by a program called 'autoconf'. You need 'configure.ac' if you want to change it or regenerate 'configure' using a newer version of 'autoconf'. The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type './configure' to configure the package for your system. Running 'configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type 'make' to compile the package. 3. Optionally, type 'make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type 'make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the 'make install' phase executed with root privileges. 5. Optionally, type 'make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior 'make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing 'make clean'. To also remove the files that 'configure' created (so you can compile the package for a different kind of computer), type 'make distclean'. There is also a 'make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type 'make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide 'make distcheck', which can by used by developers to test that all other targets like 'make install' and 'make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the 'configure' script does not know about. Run './configure --help' for details on some of the pertinent environment variables. You can give 'configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU 'make'. 'cd' to the directory where you want the object files and executables to go and run the 'configure' script. 'configure' automatically checks for the source code in the directory that 'configure' is in and in '..'. This is known as a "VPATH" build. With a non-GNU 'make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use 'make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple '-arch' options to the compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the 'lipo' tool if you have problems. Installation Names ================== By default, 'make install' installs the package's commands under '/usr/local/bin', include files under '/usr/local/include', etc. You can specify an installation prefix other than '/usr/local' by giving 'configure' the option '--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option '--exec-prefix=PREFIX' to 'configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like '--bindir=DIR' to specify different values for particular kinds of files. Run 'configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of '${prefix}', so that specifying just '--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to 'configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the 'make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, 'make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of '${prefix}'. Any directories that were specified during 'configure', but not in terms of '${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the 'DESTDIR' variable. For example, 'make install DESTDIR=/alternate/directory' will prepend '/alternate/directory' before all installation names. The approach of 'DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of '${prefix}' at 'configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving 'configure' the option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. Some packages pay attention to '--enable-FEATURE' options to 'configure', where FEATURE indicates an optional part of the package. They may also pay attention to '--with-PACKAGE' options, where PACKAGE is something like 'gnu-as' or 'x' (for the X Window System). The 'README' should mention any '--enable-' and '--with-' options that the package recognizes. For packages that use the X Window System, 'configure' can usually find the X include and library files automatically, but if it doesn't, you can use the 'configure' options '--x-includes=DIR' and '--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of 'make' will be. For these packages, running './configure --enable-silent-rules' sets the default to minimal output, which can be overridden with 'make V=1'; while running './configure --disable-silent-rules' sets the default to verbose, which can be overridden with 'make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX 'make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its '' header file. The option '-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put '/usr/ucb' early in your 'PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in '/usr/bin'. So, if you need '/usr/ucb' in your 'PATH', put it _after_ '/usr/bin'. On Haiku, software installed for all users goes in '/boot/common', not '/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features 'configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, 'configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the '--build=TYPE' option. TYPE can either be a short name for the system type, such as 'sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file 'config.sub' for the possible values of each field. If 'config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option '--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with '--host=TYPE'. Sharing Defaults ================ If you want to set default values for 'configure' scripts to share, you can create a site shell script called 'config.site' that gives default values for variables like 'CC', 'cache_file', and 'prefix'. 'configure' looks for 'PREFIX/share/config.site' if it exists, then 'PREFIX/etc/config.site' if it exists. Or, you can set the 'CONFIG_SITE' environment variable to the location of the site script. A warning: not all 'configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to 'configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the 'configure' command line, using 'VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified 'gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 'configure' Invocation ====================== 'configure' recognizes the following options to control how it operates. '--help' '-h' Print a summary of all of the options to 'configure', and exit. '--help=short' '--help=recursive' Print a summary of the options unique to this package's 'configure', and exit. The 'short' variant lists options used only in the top level, while the 'recursive' variant lists options also present in any nested packages. '--version' '-V' Print the version of Autoconf used to generate the 'configure' script, and exit. '--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally 'config.cache'. FILE defaults to '/dev/null' to disable caching. '--config-cache' '-C' Alias for '--cache-file=config.cache'. '--quiet' '--silent' '-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to '/dev/null' (any error messages will still be shown). '--srcdir=DIR' Look for the package's source code in directory DIR. Usually 'configure' can determine that directory automatically. '--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. '--no-create' '-n' Run the configure checks, but stop before creating any output files. 'configure' also accepts some other, not widely useful, options. Run 'configure --help' for more details. xsnow-3.3.2/bootstrap0000755000175000017500000000305414140766433011573 00000000000000#!/bin/bash # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# # Create make.inc for the Pixmaps folder curdir=`pwd` ( cd src/Pixmaps echo -n "# -copyright" > make.inc echo "-" >> make.inc echo "EXTRA_DIST = \\" >> make.inc echo "make.inc \\" >> make.inc ls *.xpm *.xbm *.svg | sed 's/$/ \\/' | sed '$s/\\//' >> make.inc ) ./addcopyright.sh Makefile.am addcopyright.sh bootstrap configure.ac README simplemake.sh find src \( -name '*.c' -o -name '*.h' -o -name '*.am' -o -name '*.xpm' -o -name '*.xbm' \ -o -name '*.xml' -o -name '*.sh' -o -name '*.cpp' -o -name '*.inc' \) -print0 | xargs -0 ./addcopyright.sh cd $curdir autoreconf -fvi || exit 1 cd "$curdir" echo "## Do not modify this file, it is generated from README by bootstrap ##">README.md cat README >> README.md echo "$0 done" xsnow-3.3.2/README0000644000175000017500000000313314140766433010506 00000000000000# -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# xsnow: let it snow on your desktop xsnow is derived from Rick Jansen's xsnow-1.42. It runs in many desktop environments: Gnome, KDE, FVWM, etc. The file 'dependencies' lists the dependencies. These should be installed before compiling xsnow. Compilation and installation: tar xf xsnow-.tar.gz cd xsnow- ./configure make sudo make install xsnow will be installed in /usr/local/games. For users of debian distro's: you can download the appropriate .deb file and install with: sudo apt install ./xsnow__.deb Raspberry pi - Raspian users: choose the .deb with arch='armhf' . If the above recipes do not work, you can try and run the script 'simplemake.sh': ./simplemake.sh If problems persist, you can adapt simplemake.sh. Have fun! xsnow-3.3.2/test-driver0000755000175000017500000001104214140766437012026 00000000000000#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2018-03-07.03; # UTC # Copyright (C) 2011-2018 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then tweaked_estatus=1 else tweaked_estatus=$estatus fi case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report the test outcome and exit status in the logs, so that one can # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). echo "$res $test_name (exit status: $estatus)" >>$log_file # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xsnow-3.3.2/missing0000755000175000017500000001533614140766437011241 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=https://www.perl.org/ flex_URL=https://github.com/westes/flex gnu_software_URL=https://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: xsnow-3.3.2/simplemake.sh0000755000175000017500000001213214140766433012313 00000000000000#!/bin/sh # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# # # This is a script which compiles xsnow. # Use and adapt this if the # ./configure; make; make install # suite does not work on your system # # Compilers: # C compiler to compile .c sources: CC=gcc # C++ compiler to compile .cpp sources: CXX=g++ # # You can also use the C++ compiler for all sources: # CC=$CXX # # The C++ compiler is only needed for mainstub.cpp and hashtable.cpp # # compile and link flags FLAGS="-O2" # if you have pkg-config working for gtk3: FLAGS="$FLAGS `pkg-config --cflags --libs gtk+-3.0`" # NOTE: on my system, pkg-config expands to: # -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 # if you have pkg-config working for libxml2: FLAGS="$FLAGS `pkg-config --cflags --libs libxml-2.0`" # NOTE: on my system, pkg-config expands to: # -I/usr/include/libxml2 -lxml2 # if you have pkg-config working for gmodule-2.0: FLAGS="$FLAGS `pkg-config --cflags --libs gmodule-2.0`" # NOTE: on my system, pkg-config expands to: # -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 # if you have pkg-config working for these: x11 xpm xt xproto FLAGS="$FLAGS `pkg-config --cflags --libs x11 xpm xt xproto`" # NOTE: on my system, pkg-config expands to: # -lXpm -lXt -lX11 # link flags for libmath: FLAGS="$FLAGS -lm" # following is needed by gtk3 to recognize the buttons: # (Should be delivered by pkg-config --cflags --libs gmodule-2.0) # FLAGS="$FLAGS -Wl,--export-dynamic" # or: # FLAGS="$FLAGS -rdynamic" # comment out if your C++ compiler does not support unordered_map: FLAGS="$FLAGS -DHAVE_UNORDERED_MAP" # comment out if your C++ compiler does not support unordered_set: FLAGS="$FLAGS -DHAVE_UNORDERED_SET" version=`./getversion` if [ "x$version" = x ]; then version="Unknown" fi FLAGS="$FLAGS -DVERSION=\"$version\"" cd src || exit 1 echo "removing .o files :" rm -f *.o echo "Creating snow_includes.h" ./gen_snow_includes.sh .. || exit 1 echo "Creating ui_xml.h" ./gen_ui_xml.sh .. || exit 1 echo compiling C sources: $CC -c *.c $FLAGS || exit 1 echo compiling C++ sources: $CXX -c *.cpp $FLAGS || exit 1 echo creating xsnow in directory $PWD: $CXX -o xsnow *.o $FLAGS || exit 1 echo creating manpage in directory $PWD as xsnow.6: ./xsnow -H > xsnow.6 || exit 1 echo echo " ********************************************************************" echo " ** It seems that you compiled xsnow successfully. **" echo " ** You can try to run it: **" echo " ** **" echo " ** src/xsnow **" echo " ** **" echo " ** If xsnow works satisfactorily, you can install it: **" echo " ** Copy src/xsnow to for example /usr/local/bin/ **" echo " ** **" echo " ** Optionally, you can install the man page too: **" echo " ** Copy src/xsnow.6 to for example /usr/local/share/man/man6/ **" echo " ** **" echo " ** Optionally, you can install the desktop file and icon: **" echo " ** Copy src/xsnow.desktop to for example **" echo " ** /usr/local/share/applications/ **" echo " ** Copy src/Pixmaps/xsnow.svg to for example **" echo " ** /usr/local/share/pixmaps/ **" echo " ********************************************************************" xsnow-3.3.2/src/0000755000175000017500000000000014140766444010477 500000000000000xsnow-3.3.2/src/wind.h0000644000175000017500000000161414140766433011531 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern void wind_init(void); extern void wind_ui(void); xsnow-3.3.2/src/birdglobals.h0000644000175000017500000000377314140766433013064 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include "doitb.h" #include "xsnow.h" extern struct _blobals { int maxix, maxiy, maxiz; // [pixels] float maxx, maxy, maxz; // [m] float ax, ay, az; // [pixels/m] see r2i in main.c for usage float ox, oy, oz; // [m] idem float maxrange; // max distanc to look for other birds [m] float bird_scale; // scale for drawing birds float prefdweight; // dimensionless float meanspeed; // [m/s] preferred mean speed of birds int neighbours_max; // max number of neighbours to look at float range; // range wherein neighbours are to be found [m] float mean_distance; // mean distance [m] float xc, zc; // coordinates of camera obscura lens unsigned int freeze BITS(1); // when true, system freezes #define DOITB(what,type) \ type what; \ type what ## _new; DOITALLB() #undef DOITB #define DOITB(what,type) \ unsigned int what ## _changed BITS(1); DOITALLB() #undef DOITB #define DOITB(what) \ unsigned int what ## _requested BITS(1); BUTTONALL() #undef DOITB } blobals; xsnow-3.3.2/src/clientwin.c0000644000175000017500000001562214140766433012563 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ // from the program xprop /* * Copyright 2007 Kim woelders * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that copyright * notice and this permission notice appear in supporting documentation, and * that the name of the copyright holders not be used in advertising or * publicity pertaining to distribution of the software without specific, * written prior permission. The copyright holders make no representations * about the suitability of this software for any purpose. It is provided "as * is" without express or implied warranty. * * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ #include #include #include "clientwin.h" static Atom atom_wm_state = None; /* * Check if window has given property */ static Bool Window_Has_Property(Display * dpy, Window win, Atom atom) { Atom type_ret; int format_ret; unsigned char *prop_ret; unsigned long bytes_after, num_ret; type_ret = None; prop_ret = NULL; XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType, &type_ret, &format_ret, &num_ret, &bytes_after, &prop_ret); if (prop_ret) XFree(prop_ret); return (type_ret != None) ? True : False; } /* * Check if window is viewable */ static Bool Window_Is_Viewable(Display * dpy, Window win) { Bool ok; XWindowAttributes xwa; XGetWindowAttributes(dpy, win, &xwa); #ifdef __cplusplus ok = (xwa.c_class == InputOutput) && (xwa.map_state == IsViewable); #else ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable); #endif return ok; } /* * Find a window that has WM_STATE set in the window tree below win. * Unmapped/unviewable windows are not considered valid matches. * Children are searched in top-down stacking order. * The first matching window is returned, None if no match is found. */ static Window Find_Client_In_Children(Display * dpy, Window win) { Window root, parent; Window *children; unsigned int n_children; int i; if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children)) return None; if (!children) return None; /* Check each child for WM_STATE and other validity */ win = None; for (i = (int) n_children - 1; i >= 0; i--) { if (!Window_Is_Viewable(dpy, children[i])) { children[i] = None; /* Don't bother descending into this one */ continue; } if (!Window_Has_Property(dpy, children[i], atom_wm_state)) continue; /* Got one */ win = children[i]; goto done; } /* No children matched, now descend into each child */ for (i = (int) n_children - 1; i >= 0; i--) { if (children[i] == None) continue; win = Find_Client_In_Children(dpy, children[i]); if (win != None) break; } done: XFree(children); return win; } /* * Find virtual roots (_NET_VIRTUAL_ROOTS) */ static unsigned long * Find_Roots(Display * dpy, Window root, unsigned int *num) { Atom type_ret; int format_ret; unsigned char *prop_ret; unsigned long bytes_after, num_ret; Atom atom; *num = 0; atom = XInternAtom(dpy, "_NET_VIRTUAL_ROOTS", False); if (!atom) return NULL; type_ret = None; prop_ret = NULL; if (XGetWindowProperty(dpy, root, atom, 0, 0x7fffffff, False, XA_WINDOW, &type_ret, &format_ret, &num_ret, &bytes_after, &prop_ret) != Success) return NULL; if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) { *num = num_ret; return ((unsigned long *) prop_ret); } if (prop_ret) XFree(prop_ret); return NULL; } /* * Find child window at pointer location */ static Window Find_Child_At_Pointer(Display * dpy, Window win) { Window root_return, child_return; int dummyi; unsigned int dummyu; XQueryPointer(dpy, win, &root_return, &child_return, &dummyi, &dummyi, &dummyi, &dummyi, &dummyu); return child_return; } /* * Find client window at pointer location * * root is the root window. * subwin is the subwindow reported by a ButtonPress event on root. * * If the WM uses virtual roots subwin may be a virtual root. * If so, we descend the window stack at the pointer location and assume the * child is the client or one of its WM frame windows. * This will of course work only if the virtual roots are children of the real * root. */ Window Find_Client(Display * dpy, Window root, Window subwin) { unsigned long *roots; unsigned int i, n_roots; Window win; /* Check if subwin is a virtual root */ roots = Find_Roots(dpy, root, &n_roots); for (i = 0; i < n_roots; i++) { if (subwin != roots[i]) continue; win = Find_Child_At_Pointer(dpy, subwin); if (win == None) return subwin; /* No child - Return virtual root. */ subwin = win; break; } if (roots) XFree(roots); if (atom_wm_state == None) { atom_wm_state = XInternAtom(dpy, "WM_STATE", False); if (!atom_wm_state) return subwin; } /* Check if subwin has WM_STATE */ if (Window_Has_Property(dpy, subwin, atom_wm_state)) return subwin; /* Attempt to find a client window in subwin's children */ win = Find_Client_In_Children(dpy, subwin); if (win != None) return win; /* Found a client */ /* Did not find a client */ return subwin; } xsnow-3.3.2/src/fallensnow.h0000644000175000017500000000424214140766433012740 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include #include #include #include "xsnow.h" extern void UpdateFallenSnowPartial(FallenSnow *fsnow, int x, int w); // used in snow.c extern int HandleFallenSnow(FallenSnow *fsnow); extern void fallensnow_init(void); extern void fallensnow_draw(cairo_t *cr); extern void fallensnow_erase(void); extern void fallensnow_ui(void); extern void CleanFallenArea(FallenSnow *fsnow, int x, int w); extern void CleanFallen(Window id); extern void DrawFallen(FallenSnow *fsnow); extern void GenerateFlakesFromFallen(FallenSnow *fsnow, int x, int w, float vy); extern void InitFallenSnow(void); extern void UpdateFallenSnowWithWind(FallenSnow *fsnow,int w, int h); extern int do_fallen(void *); extern void SetMaxScreenSnowDepth(void); extern void UpdateFallenSnowAtBottom(void); // insert a node at the start of the list extern void PushFallenSnow(FallenSnow **first, WinInfo *win, int x, int y, int w, int h); // pop first element extern int PopFallenSnow(FallenSnow **list); // remove by id extern int RemoveFallenSnow(FallenSnow **list, Window id); // print list extern void PrintFallenSnow(FallenSnow *list); // free fallen extern void FreeFallenSnow(FallenSnow *fallen); // find fallensnow with id extern FallenSnow *FindFallen(FallenSnow *first, Window id); xsnow-3.3.2/src/Santa.h0000644000175000017500000000177014140766433011641 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include extern int Santa_draw(cairo_t *cr); extern void Santa_erase(cairo_t *cr); extern void Santa_init(void); extern void Santa_ui(void); xsnow-3.3.2/src/windows.c0000644000175000017500000004232614140766433012262 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include #include "debug.h" #include "windows.h" #include "flags.h" #include "utils.h" #include "xsnow.h" #include "wmctrl.h" #include "fallensnow.h" #include "transwindow.h" #include "dsimple.h" #include "vroot.h" static int do_wupdate(void *); static int do_sendevent(void *); static long TransWorkSpace = -SOMENUMBER; // workspace on which transparent window is placed static WinInfo *Windows = NULL; static int NWindows; void windows_ui() { } void windows_draw() { // nothing to draw } void DestroyWindow(Window w) { return; if (w && w != global.Rootwindow) XDestroyWindow(global.display,w); } void windows_init() { if (global.Desktop) add_to_mainloop(PRIORITY_DEFAULT, time_wupdate, do_wupdate); if (!global.IsDouble) add_to_mainloop(PRIORITY_DEFAULT, 0.5, do_sendevent); } int WorkspaceActive() { P("global.Trans etc %d %d %d %d\n",Flags.AllWorkspaces,global.Trans,global.CWorkSpace == TransWorkSpace, Flags.AllWorkspaces || !global.Trans || global.CWorkSpace == TransWorkSpace); // ah, so difficult ... return Flags.AllWorkspaces || !global.Trans || global.CWorkSpace == TransWorkSpace; } int do_sendevent(void *dummy) { P("do_sendevent %d\n",counter++); XExposeEvent event; event.type = Expose; event.send_event = True; event.display = global.display; event.window = global.SnowWin; event.x = 0; event.y = 0; event.width = global.SnowWinWidth; event.height = global.SnowWinHeight; XSendEvent(global.display, global.SnowWin, True, Expose, (XEvent *) &event); return TRUE; (void)dummy; } int do_wupdate(void *dummy) { P("do_wupdate %d %d\n",counter++,global.WindowsChanged); if (Flags.Done) return FALSE; if(Flags.NoKeepSWin) return TRUE; if (!global.WindowsChanged) return TRUE; global.WindowsChanged = 0; long r; r = GetCurrentWorkspace(); if(r>=0) global.CWorkSpace = r; else { I("Cannot get current workspace\n"); Flags.Done = 1; return TRUE; } P("Update windows\n"); if(Windows) free(Windows); // special hack too keep global.SnowWin below (needed for example in FVWM/xcompmgr, // where global.SnowWin is not click-through) { P("keep below %#lx\n",global.SnowWin); if(Flags.BelowAll) { XWindowChanges changes; changes.stack_mode = Below; XConfigureWindow(global.display,global.SnowWin,CWStackMode,&changes); } } if (GetWindows(&Windows, &NWindows)<0) { I("Cannot get windows\n"); Flags.Done = 1; return TRUE; } //P("%d:\n",counter++);printwindows(display,Windows,NWindows); //P("%d:\n",counter++);PrintFallenSnow(global.FsnowFirst); // Take care of the situation that the transparent window changes from workspace, // which can happen if in a dynamic number of workspaces environment // a workspace is emptied. WinInfo *winfo; winfo = FindWindow(Windows,NWindows,global.SnowWin); // check also on valid winfo: after toggling 'below' // winfo is nil sometimes if(global.Trans && winfo) { // in xfce and maybe others, workspace info is not to be found // in our transparent window. winfo->ws will be 0, and we keep // the same value for TransWorkSpace. if (winfo->ws > 0) { TransWorkSpace = winfo->ws; } P("TransWorkSpace %#lx %#lx %#lx %#lx\n",TransWorkSpace,winfo->ws,global.SnowWin,GetCurrentWorkspace()); } P("do_wupdate: %d %p\n",global.Trans,(void *)winfo); if (global.SnowWin != global.Rootwindow) //if (!TransA && !winfo) // let op if (!global.Trans && !winfo) { I("No transparent window & no SnowWin %#lx found\n",global.SnowWin); Flags.Done = 1; } UpdateFallenSnowRegions(); return TRUE; (void)dummy; } // Have a look at the windows we are snowing on // Also update of fallensnow area's void UpdateFallenSnowRegions() { WinInfo *w; FallenSnow *f; int i; // add fallensnow regions: w = Windows; for (i=0; iid); { f = FindFallen(global.FsnowFirst,w->id); P("%#lx %d\n",w->id,w->dock); if(f) { f->win = *w; // update window properties if ((!f->win.sticky) && f->win.ws != global.CWorkSpace) { P("CleanFallenArea\n"); CleanFallenArea(f,0,f->w); } } if (!f) { // window found in Windows, nut not in list of fallensnow, // add it, but not if we are snowing or birding in this window (Desktop for example) // and also not if this window has y <= 0 // and also not if this window is a "dock" P(" %#lx %d\n",w->id,w->dock); // if (w->id != SnowWin_a && w->id != SnowWinb && w->y > 0 && !(w->dock)) // let op if (w->id != global.SnowWin && w->y > 0 && !(w->dock)) { if((int)(w->w) == global.SnowWinWidth && w->x == 0 && w->y <100) //maybe a transparent xpenguins window? { P("skipping: %d %#lx %d %d %d\n",global.counter++, w->id, w->w, w->x, w->y); } else { PushFallenSnow(&global.FsnowFirst, w, w->x+Flags.OffsetX, w->y+Flags.OffsetY, w->w+Flags.OffsetW, Flags.MaxWinSnowDepth); } } //P("UpdateFallenSnowRegions:\n");PrintFallenSnow(global.FsnowFirst); } } w++; } // remove fallensnow regions f = global.FsnowFirst; int nf = 0; while(f) { nf++; f = f->next; } // nf+1: prevent allocation of zero bytes long int *toremove = (long int *)malloc(sizeof(*toremove)*(nf+1)); int ntoremove = 0; f = global.FsnowFirst; while(f) { if (f->win.id != 0) // f->id=0: this is the snow at the bottom { w = FindWindow(Windows,NWindows,f->win.id); if(!w) // this window is gone { GenerateFlakesFromFallen(f,0,f->w,-10.0); toremove[ntoremove++] = f->win.id; } // test if f->win.id is hidden. If so: clear the area and notify in f // we have to test that here, because the hidden status of the window // can change P("%#lx hidden:%d\n",f->win.id,f->win.hidden); if (f->win.hidden) { P("%#lx is hidden %d\n",f->win.id, counter++); CleanFallenArea(f,0,f->w); P("CleanFallenArea\n"); } } f = f->next; } // test if window has been moved or resized // moved: move fallen area accordingly // resized: remove fallen area: add it to toremove w = Windows; for(i=0; iid); if (f) { if ((unsigned int)f->w == w->w+Flags.OffsetW) // width has not changed { if (f->x != w->x + Flags.OffsetX || f->y != w->y + Flags.OffsetY) { CleanFallenArea(f,0,f->w); P("CleanFallenArea\n"); f->x = w->x + Flags.OffsetX; f->y = w->y + Flags.OffsetY; DrawFallen(f); XFlush(global.display); } } else { toremove[ntoremove++] = f->win.id; } } w++; } for (i=0; i. #-# */ #include #include #include #include "transwindow.h" #include "debug.h" static int setvaria(GtkWidget *widget); /* * creates transparent window using gtk3/cairo. * transwindow: (input) GtkWidget to create transparent window in * fullscreen: (input) full-screen or not full screen * sticky: (input) visible on all workspaces or not * below: (input) 1: below all other windows 2: above all other windows 0: no action * dock: (input) make it a 'dock' window: no decoration and not interfering with xsnow, xpenguins * NOTE: with dock=1, gtk ignores the value of below: window is above all other windows * NOTE: with decorations set to TRUE (see gtk_window_set_decorated()), * the window is not click-through in Gnome * So: dock = 1 is good for Gnome, or call gtk_window_set_decorated(w,FALSE) * before this function * gdk_window: (output) GdkWindow created * x11_window: (output) Window X11 window created */ int make_trans_window(GtkWidget *transwindow, int fullscreen, int sticky, int below, int dock, GdkWindow **gdk_window, Window *x11_window) { if(gdk_window) *gdk_window = NULL; if(x11_window) *x11_window = 0; // We take full responsibility for drawing background etc. // Also, this is essential to obtain the desired effect. gtk_widget_set_app_paintable(transwindow, TRUE); // essential in Gnome: gtk_window_set_decorated(GTK_WINDOW(transwindow),FALSE); // essential everywhere: gtk_window_set_accept_focus(GTK_WINDOW(transwindow), FALSE); // take care that 'below' and 'sticky' are taken care of in gtk_main loop: g_signal_connect(transwindow, "draw", G_CALLBACK(setvaria), NULL); // remove our things from transwindow: g_object_steal_data(G_OBJECT(transwindow),"trans_sticky"); g_object_steal_data(G_OBJECT(transwindow),"trans_below"); g_object_steal_data(G_OBJECT(transwindow),"trans_nobelow"); g_object_steal_data(G_OBJECT(transwindow),"trans_done"); static char somechar; if (sticky) g_object_set_data(G_OBJECT(transwindow),"trans_sticky",&somechar); switch(below) { case 0: g_object_set_data(G_OBJECT(transwindow),"trans_nobelow",&somechar); break; case 1: g_object_set_data(G_OBJECT(transwindow),"trans_below",&somechar); break; } /* To check if the display supports alpha channels, get the visual */ GdkScreen *screen = gtk_widget_get_screen(transwindow); if (!gdk_screen_is_composited(screen)) { P("No alpha\n"); gtk_window_close(GTK_WINDOW(transwindow)); return FALSE; } // Ensure the widget (the window, actually) can take RGBA gtk_widget_set_visual(transwindow, gdk_screen_get_rgba_visual(screen)); // set full screen if so desired: if(fullscreen) { P("fullscreen\n"); XWindowAttributes attr; Display *display = XOpenDisplay(NULL); XGetWindowAttributes(display,DefaultRootWindow(display),&attr); gtk_widget_set_size_request(GTK_WIDGET(transwindow),attr.width,attr.height); XCloseDisplay(display); } else { P("NOT fullsscreen\n"); } gtk_widget_show_all(transwindow); GdkWindow *gdkwin = gtk_widget_get_window(GTK_WIDGET(transwindow)); // so that apps like xsnow will ignore this window: if(dock) gdk_window_set_type_hint(gdkwin,GDK_WINDOW_TYPE_HINT_DOCK); gdk_window_hide(gdkwin); if(fullscreen) gdk_window_move(gdkwin,0,0); gdk_window_show(gdkwin); if (x11_window) *x11_window = gdk_x11_window_get_xid(gdkwin); if (gdk_window) *gdk_window = gdkwin; usleep(200000); // seems sometimes to be necessary with nvidia // just to be sure all settings are communicated with the server gtk_widget_hide(transwindow); gtk_widget_show_all(transwindow); // set some things, but note that this has to be repeated in the gkt_main loop. P("explicitly call setvaria\n"); setvaria(transwindow); P("end explicit call\n"); g_object_steal_data(G_OBJECT(transwindow),"trans_done"); return TRUE; } // for some reason, in some environments the 'below' and 'stick' properties // disappear. It works again, if we express our wishes after starting gtk_main // and the best place is in the draw event. // int setvaria(GtkWidget *widget) { // We want to reset the settings at least once to be sure. // Things like sticky and below should be stored in the widget beforehand. // Use the value of p itself, not what it points to. // Following the C standard, we have to use an array to subtract pointers. enum {rep = 1,nrep}; // must be >= 0, and is equal to the number of times the settings // will be done when called more than once static char something[nrep]; char *p = (char *)g_object_get_data(G_OBJECT(widget),"trans_done"); if (!p) p = &something[0]; P("setvaria %p %p %d\n",p,&something,(int)(p-&something[0])); if (p - &something[0] >= rep) return FALSE; p++; g_object_set_data(G_OBJECT(widget),"trans_done",p); P("setvaria %p %p %d\n",p, (void *)widget,(int)(p - &something[0])); GdkWindow *gdk_window1 = gtk_widget_get_window(widget); const int Usepassthru = 0; if(Usepassthru) gdk_window_set_pass_through(gdk_window1,TRUE); // does not work as expected else { cairo_region_t *cairo_region1 = cairo_region_create(); gdk_window_input_shape_combine_region(gdk_window1, cairo_region1, 0,0); cairo_region_destroy(cairo_region1); } P("setvaria %d widget: %p gdkwin: %p passthru: %d\n",counter++,(void *)widget,(void *)gdk_window1,gdk_window_get_pass_through(gdk_window1)); if(!g_object_get_data(G_OBJECT(widget),"trans_nobelow")) { if(g_object_get_data(G_OBJECT(widget),"trans_below")) setbelow(GTK_WINDOW(widget)); else setabove(GTK_WINDOW(widget)); } if(1) { if(g_object_get_data(G_OBJECT(widget),"trans_sticky")) gtk_window_stick(GTK_WINDOW(widget)); else gtk_window_unstick(GTK_WINDOW(widget)); } return FALSE; } // Force window below or above other windows. // It appears that, to get a window below other windows, it can be necessary // to do first the opposite, and then vice-versa. // These codes are probably somewhat too exuberant .... void setbelow(GtkWindow *w) { gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); Window xwin = gdk_x11_window_get_xid(gdkw); XWindowChanges changes; changes.stack_mode = Below; Display *display = XOpenDisplay(NULL); XConfigureWindow(display,xwin,CWStackMode,&changes); P("setbelow %#lx\n",xwin); XCloseDisplay(display); } void setabove(GtkWindow *w) { gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); Window xwin = gdk_x11_window_get_xid(gdkw); XWindowChanges changes; changes.stack_mode = Above; Display *display = XOpenDisplay(NULL); XConfigureWindow(display,xwin,CWStackMode,&changes); P("setabove %#lx\n",xwin); XCloseDisplay(display); } xsnow-3.3.2/src/mainstub.cpp0000644000175000017500000000163614140766433012751 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include "mainstub.h" int main(int argc, char *argv[]) { return main_c(argc,argv); } xsnow-3.3.2/src/transwindow.h0000644000175000017500000000214614140766433013150 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include extern int make_trans_window(GtkWidget *Transwindow, int Fullscreen, int sticky, int below, int dock, GdkWindow **gdk_window, Window *x11_window); extern void setbelow(GtkWindow *w); extern void setabove(GtkWindow *w); xsnow-3.3.2/src/docs.h0000644000175000017500000000163214140766433011520 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern void docs_usage(int man); #define Q(a) #a #define EQ(a) Q(a) xsnow-3.3.2/src/gen_ui_xml.sh0000755000175000017500000000305414140766433013104 00000000000000#!/bin/sh # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# # create C code to get ui.xml in a string # ISO C stipulates that the length of a string constant should # not be larger than 4096, so we create a definition as in # char xsnow_xml[] = {60,63,120,109,108,32,118,101,0}; # root="${1:-..}" in="ui.xml" out="ui_xml.h" echo "/* This file is generated from '$in' by '$0' */" > "$out" echo "/* -copyright-" >> "$out" echo "*/" >> "$out" echo "#pragma once" >> "$out" echo "char xsnow_xml[] = {" >> "$out" sed 's/^ *//' "$root/src/$in" | awk -v FS="" \ 'BEGIN{for(n=0;n<256;n++)ord[sprintf("%c",n)]=n;} {for (i=1;i<=NF;i++) printf "%d,", ord[$i]; printf "%d,\n",ord["\n"];}' >> "$out" echo "0};">> "$out" if [ -x "$root/addcopyright.sh" ] ; then "$root/addcopyright.sh" "$out" ; fi xsnow-3.3.2/src/birds.h0000644000175000017500000000215114140766433011670 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #define NBIRDS_MAX 1000 extern int birds_draw(cairo_t *cr); extern int birds_erase(int force); extern float birds_get_mean_dist(void); extern float birds_get_range(void); extern void birds_init(void); extern void birds_ui(void); xsnow-3.3.2/src/flags.c0000644000175000017500000003340514140766433011662 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include #include #include "flags.h" #include "utils.h" #include "xsnow.h" #include "docs.h" #include "doit.h" #include "birds.h" #include "windows.h" #include "debug.h" FLAGS Flags; FLAGS OldFlags; FLAGS DefaultFlags; FLAGS VintageFlags; static void ReadFlags(void); static void SetDefaultFlags(void); static long int S2Int(char *s) // string to integer { return strtol(s,NULL,0); } static long int S2PosInt(char *s) //string to positive integer { int x = S2Int(s); if (x<0) return 0; return x; } static char *FlagsFile = NULL; static int FlagsFileAvailable = 1; void SetDefaultFlags() { #define DOIT_I(x,d,v) Flags.x = DefaultFlags.x ; #define DOIT_S(x,d,v) free(Flags.x); Flags.x = strdup(DefaultFlags.x); #define DOIT_L(x,d,v) DOIT_I(x,d,v) DOITALL; #include "undefall.inc" } // return value: // -1: error found // 0: all is well // 1: did request, program can stop. #define checkax {if(ax>=argc-1){fprintf(stderr,"** missing parameter for '%s', exiting.\n",argv[ax]);return -1;}} void InitFlags() { // to make sure that strings in Flags are malloc'd #define DOIT_I(x,d,v) Flags.x = 0; DefaultFlags.x=d; VintageFlags.x=v; #define DOIT_L DOIT_I #define DOIT_S(x,d,v) Flags.x = strdup(""); DefaultFlags.x=strdup(d); VintageFlags.x=strdup(v); DOITALL; #include "undefall.inc" } #define handlestring(x) checkax; free(Flags.x); Flags.x = strdup(argv[++ax]) // argument is positive long int, set Flags.y to argument #define handle_ia(x,y) else if (!strcmp(arg,# x)) \ do { checkax; Flags.y=S2PosInt(argv[++ax]);} while(0) // argument is long int, set Flags.y to argument #define handle_im(x,y) else if (!strcmp(arg,# x)) \ do { checkax; Flags.y=S2Int(argv[++ax]);} while(0) // argument is char*, set Flags.y to argument #define handle_is(x,y) else if (!strcmp(arg, #x)) \ do { handlestring(y);} while(0) // set Flags.y to z #define handle_iv(x,y,z) else if (!strcmp(arg,# x)) \ do { Flags.y = z; } while(0) int HandleFlags(int argc, char*argv[]) { SetDefaultFlags(); char *arg; int ax; int pass; for(pass = 1; pass <=2; pass++) { if (pass == 2) { if(Flags.Defaults || Flags.NoConfig) break; ReadFlags(); } for (ax=1; ax MAXSANTA)) { printf("** Maximum Santa is %d\n",MAXSANTA); return -1; } /* Eskimo warning */ if (strstr(Flags.SnowColor,"yellow") != NULL) printf("\nWarning: don't eat yellow snow!\n\n"); if (!strcmp(Flags.TreeType,"all")) { free(Flags.TreeType); Flags.TreeType = (char*) malloc(1+2+sizeof(DefaultFlags.TreeType)); Flags.TreeType = strdup("0,"); strcat(Flags.TreeType,DefaultFlags.TreeType); } if (Flags.SnowSize > 40) { printf("snowsize brought back from %d to 40\n",Flags.SnowSize); Flags.SnowSize = 40; } return 0; } #undef checkax #undef handlestring #undef handle_iv #undef handle_is #undef handle_ia static xmlXPathObjectPtr getnodeset (xmlDocPtr doc, xmlChar *xpath){ xmlXPathContextPtr context; xmlXPathObjectPtr result; context = xmlXPathNewContext(doc); if (context == NULL) { //printf("Error in xmlXPathNewContext\n"); return NULL; } result = xmlXPathEvalExpression(xpath, context); xmlXPathFreeContext(context); if (result == NULL) { //printf("Error in xmlXPathEvalExpression\n"); return NULL; } if(xmlXPathNodeSetIsEmpty(result->nodesetval)){ xmlXPathFreeObject(result); //printf("No result\n"); return NULL; } return result; } static void makeflagsfile() { if (FlagsFile != NULL || FlagsFileAvailable == 0) return; char *h = getenv("HOME"); if (h == NULL) { FlagsFileAvailable = 0; printf("Warning: cannot create or read $HOME/%s\n",FLAGSFILE); return; } FlagsFile = strdup(h); FlagsFile = (char *)realloc (FlagsFile,strlen(FlagsFile) + 1 + strlen(FLAGSFILE) + 1); strcat(FlagsFile,"/"); strcat(FlagsFile,FLAGSFILE); P("FlagsFile: %s\n",FlagsFile); } void ReadFlags() { xmlXPathObjectPtr result; xmlChar *value; xmlNodeSetPtr nodeset; long int intval; xmlDocPtr doc; makeflagsfile(); if (!FlagsFileAvailable) return; doc = xmlParseFile(FlagsFile); #define DOIT_I(x,d,v) \ /* printf("%d:DOIT_I:%s\n",__LINE__,#x); */ \ result = getnodeset(doc, BAD_CAST "//" # x); \ if (result) {\ nodeset = result->nodesetval; \ value = xmlNodeListGetString(doc, nodeset->nodeTab[0]->xmlChildrenNode, 1); \ if(value == NULL) \ intval = 0; \ else \ intval = strtol((char*)value,NULL,0); \ Flags.x = intval; \ /* printf(# x ": %ld\n",(long int)Flags.x); */ \ xmlFree(value); \ xmlXPathFreeObject(result); \ } #define DOIT_L(x,d,v) DOIT_I(x,d,v) #define DOIT_S(x,d,v) \ /* printf("%d:DOIT_S:%s\n",__LINE__,#x); */ \ result = getnodeset(doc, BAD_CAST "//" # x); \ if (result) {\ nodeset = result->nodesetval; \ value = xmlNodeListGetString(doc, nodeset->nodeTab[0]->xmlChildrenNode, 1); \ free(Flags.x); \ if (value == NULL) \ Flags.x = strdup(""); \ else \ Flags.x = strdup((char*)value); \ /* printf(# x ": %s\n",Flags.x); */ \ xmlFree(value); \ xmlXPathFreeObject(result); \ } DOIT; //printf("%d\n",__LINE__); #include "undefall.inc" xmlFreeDoc(doc); xmlCleanupParser(); } static void myxmlNewChild(xmlNodePtr node, xmlNsPtr p, char *name,long int value,char*fmt) { char svalue[256]; sprintf(svalue,fmt,value); xmlNewChild(node, p, BAD_CAST name, BAD_CAST svalue); } void WriteFlags() { xmlDocPtr doc = NULL; xmlNodePtr root_node = NULL; doc = xmlNewDoc(BAD_CAST "1.0"); root_node = xmlNewNode(NULL, BAD_CAST "xsnow_flags"); xmlDocSetRootElement(doc, root_node); #define DOIT_I(x,d,v) myxmlNewChild(root_node,NULL,(char *)# x,Flags.x,(char *)"%d"); #define DOIT_L(x,d,v) DOIT_I(x,d,v) #define DOIT_S(x,d,v) xmlNewChild(root_node,NULL,BAD_CAST # x,BAD_CAST Flags.x); DOIT; #include "undefall.inc" makeflagsfile(); if (!FlagsFileAvailable) return; xmlSaveFormatFileEnc(FlagsFile , doc, "UTF-8", 1); xmlFreeDoc(doc); } xsnow-3.3.2/src/Santa.c0000644000175000017500000002507714140766433011642 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include #include #include "Santa.h" #include "pixmaps.h" #include "debug.h" #include "windows.h" #include "flags.h" #include "utils.h" #include "wind.h" #include "ixpm.h" #include "moon.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive()) static int do_usanta(void *); //static void InitSantaPixmaps(void); static void init_Santa_surfaces(void); static Region RegionCreateRectangle(int x, int y, int w, int h); static void ResetSanta(void); static void SetSantaSizeSpeed(void); static void setSantaRegions(void); static int CurrentSanta; static Pixmap SantaMaskPixmap[PIXINANIMATION]; static Pixmap SantaPixmap[PIXINANIMATION]; static Region SantaRegion = 0; static float SantaSpeed; static float SantaXr; static float SantaYr; static int SantaYStep; static int OldSantaX = 0; // the x value of Santa when he was last drawn static int OldSantaY = 0; // the y value of Santa when he was last drawn static const float LocalScale = 0.6; static cairo_surface_t *Santa_surfaces[MAXSANTA+1][2][PIXINANIMATION]; /* Speed for each Santa in pixels/second*/ static float Speed[] = {SANTASPEED0, /* Santa 0 */ SANTASPEED1, /* Santa 1 */ SANTASPEED2, /* Santa 2 */ SANTASPEED3, /* Santa 3 */ SANTASPEED4, /* Santa 4 */ }; void Santa_ui() { UIDO(SantaSize, SetSantaSizeSpeed();); UIDO(Rudolf, SetSantaSizeSpeed();); UIDO(NoSanta, ); UIDO(SantaSpeedFactor, SetSantaSizeSpeed();); static int prev = 100; if(ScaleChanged(&prev)) { P("%d Santa_scale \n",global.counter); SetSantaSizeSpeed(); } } int Santa_draw(cairo_t *cr) { if (Flags.NoSanta) return TRUE; P("Santa_draw %d\n",global.counter++); cairo_surface_t *surface; surface = Santa_surfaces[Flags.SantaSize][Flags.Rudolf][CurrentSanta]; cairo_set_source_surface (cr, surface, global.SantaX, global.SantaY); my_cairo_paint_with_alpha(cr,ALPHA); OldSantaX = global.SantaX; OldSantaY = global.SantaY; return TRUE; } void Santa_erase(cairo_t *cr) { P("Santa_erase %d %d\n",OldSantaX,OldSantaY); (void)cr; myXClearArea(global.display, global.SnowWin, OldSantaX, OldSantaY, global.SantaWidth+1,global.SantaHeight, global.xxposures); } void Santa_init() { P("Santa_init\n"); int i; for (i=0; i3*SantaSpeed) global.ActualSantaSpeed = 3*SantaSpeed; else if (global.ActualSantaSpeed < -2*SantaSpeed) global.ActualSantaSpeed = -2*SantaSpeed; SantaXr += dt*global.ActualSantaSpeed; P("SantaXr: %ld global.SnowWinWidth: %d\n",lrint(SantaXr),global.SnowWinWidth); if (SantaXr >= global.SnowWinWidth) { ResetSanta(); oldx = global.SantaX; oldy = global.SantaY; } if (SantaXr < -global.SantaWidth-global.ActualSantaSpeed) SantaXr = -global.SantaWidth - global.ActualSantaSpeed; global.SantaX = lrintf(SantaXr); dtt += dt; if (dtt > 0.1 && fabs(global.ActualSantaSpeed) > 3) { dtt = 0; CurrentSanta++; if (CurrentSanta >= PIXINANIMATION) CurrentSanta = 0; } yspeed = global.ActualSantaSpeed/4; sdt += dt; if (sdt > 2.0*50.0/SantaSpeed || sdt > 2.0) { // time to change yspeed sdt = 0; yspeeddir = randint(3)-1; // -1, 0, 1 if (SantaYr < santayrmin + 20) yspeeddir = 2; if (SantaYr > santayrmax - 20) yspeeddir = -2; int mooncy = global.moonY+Flags.MoonSize/2; if (Flags.ShowBirds && Flags.Moon && global.SantaX+global.SantaWidth < global.moonX+Flags.MoonSize && global.SantaX+global.SantaWidth > global.moonX-300) // Santa likes to hover the moon { int dy = global.SantaY+global.SantaHeight/2 - mooncy; if (dy < 0) yspeeddir = 1; else yspeeddir = -1; if (dy < -global.moonR/2) // todo yspeeddir = 3; else if (dy > Flags.MoonSize/2) yspeeddir = -3; P("moon seeking %f %f %d %f\n",SantaYr, moonY, yspeeddir,SantaSpeed); } } SantaYr += dt*yspeed*yspeeddir; if (SantaYr < santayrmin) SantaYr = 0; if (SantaYr > santayrmax) SantaYr = santayrmax; global.SantaY = lrintf(SantaYr); XOffsetRegion(SantaRegion, global.SantaX - oldx, global.SantaY - oldy); XOffsetRegion(global.SantaPlowRegion, global.SantaX - oldx, global.SantaY - oldy); RETURN; } void ResetSanta() { global.SantaX = -global.SantaWidth - global.ActualSantaSpeed; SantaXr = global.SantaX; global.SantaY = randint(global.SnowWinHeight / 3)+40; if (Flags.Moon && Flags.ShowBirds && global.moonX < 400) { P("moon seeking at start\n"); global.SantaY = randint(Flags.MoonSize + 40)+global.moonY-20; } else global.SantaY = randint(global.SnowWinHeight / 3)+40; SantaYr = global.SantaY; SantaYStep = 1; CurrentSanta = 0; SetSantaSizeSpeed(); } void setSantaRegions() { P("setSantaRegions %d %d %d %d\n",global.SantaX,global.SantaY,global.SantaWidth,global.SantaHeight); if(SantaRegion) XDestroyRegion(SantaRegion); SantaRegion = RegionCreateRectangle( global.SantaX,global.SantaY,global.SantaWidth,global.SantaHeight); if(global.SantaPlowRegion) XDestroyRegion(global.SantaPlowRegion); global.SantaPlowRegion = RegionCreateRectangle( global.SantaX + global.SantaWidth, global.SantaY, 1, global.SantaHeight); } Region RegionCreateRectangle(int x, int y, int w, int h) { XPoint p[5]; p[0].x = x; p[0].y = y; p[1].x = x+w; p[1].y = y; p[2].x = x+w; p[2].y = y+h; p[3].x = x; p[3].y = y+h; p[4].x = x; p[4].y = y; return XPolygonRegion(p, 5, EvenOddRule); } xsnow-3.3.2/src/flags.h0000644000175000017500000000345514140766433011671 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include "doit.h" #define UIDO(_x,_y) \ if(Flags._x != OldFlags._x) \ { \ if(Flags.Noisy) { printf("%-16s %6d: %-22s %8d -> %8d\n",__FILE__,__LINE__,#_x,OldFlags._x, Flags._x); fflush(NULL); } \ {_y} \ OldFlags._x = Flags._x; \ Flags.Changes++; \ } #define UIDOS(_x,_y) \ if(strcmp(Flags._x, OldFlags._x)) \ { \ if(Flags.Noisy) { printf("%-16s %6d: %-22s %8s -> %8s\n",__FILE__,__LINE__,#_x,OldFlags._x, Flags._x); fflush(NULL); } \ {_y} \ free(OldFlags._x); \ OldFlags._x = strdup(Flags._x); \ Flags.Changes++; \ } #define DOIT_I(x,d,v) int x; #define DOIT_L(x,d,v) unsigned long int x; #define DOIT_S(x,d,v) char *x; typedef struct _flags { DOITALL int dummy; }FLAGS; #undef DOIT_I #undef DOIT_L #undef DOIT_S extern FLAGS Flags; extern FLAGS OldFlags; extern FLAGS DefaultFlags; extern FLAGS VintageFlags; extern int HandleFlags(int argc, char*argv[]); extern void InitFlags(void); extern void WriteFlags(void); xsnow-3.3.2/src/utils.c0000644000175000017500000001151014140766433011717 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include #include "xsnow.h" #include "utils.h" #include "windows.h" #include "meteo.h" #include "debug.h" #include "version.h" #include "flags.h" #ifdef TRACEBACK_AVAILALBLE void traceback() { // see man backtrace #define BT_BUF_SIZE 100 void *buffer[BT_BUF_SIZE]; int nptrs = backtrace(buffer, BT_BUF_SIZE); backtrace_symbols_fd(buffer, nptrs, STDOUT_FILENO); } #endif FILE *HomeOpen(const char *file,const char *mode, char **path) { char *h = getenv("HOME"); if (h == NULL) return NULL; char *home = strdup(h); (*path) = (char *) malloc(strlen(home)+strlen(file)+2); strcpy(*path,home); strcat(*path,"/"); strcat(*path,file); FILE *f = fopen(*path,mode); free(home); return f; } void ClearScreen() { // remove all our snow-related drawings XClearArea(global.display, global.SnowWin, 0,0,0,0,True); // Yes this is hairy: also remove meteorite. // It could be that a meteor region is still hanging around meteo_erase(); XFlush(global.display); } void myXClearArea(Display*dsp, Window win, int x, int y, int w, int h, int exposures) { if (w == 0 || h == 0 || w<0 || h<0 || w>20000 || h>20000) { P("myXClearArea: %d %d %d %d %d\n",x,y,w,h,exposures); #ifdef TRACEBACK_AVAILALBLE traceback(); #endif return; } XClearArea(dsp, win, x,y,w,h,exposures); } float sq3(float x, float y, float z) { return x*x + y*y + z*z; } float sq2(float x, float y) { return x*x + y*y; } float fsignf(float x) { if (x>0) return 1.0f; if (x<0) return -1.0f; return 0.0f; } Pixel AllocNamedColor(const char *colorName, Pixel dfltPix) { XColor scrncolor; XColor exactcolor; int scrn = DefaultScreen(global.display); if (XAllocNamedColor(global.display, DefaultColormap(global.display, scrn), colorName, &scrncolor, &exactcolor)) return scrncolor.pixel; else return dfltPix; } Pixel IAllocNamedColor(const char *colorName, Pixel dfltPix) { return AllocNamedColor(colorName, dfltPix) | 0xff000000; } int randint(int m) { if (m <=0 ) return 0; return drand48()*m; } // https://www.alanzucconi.com/2015/09/16/how-to-sample-from-a-gaussian-distribution/ // Interesting but not used now in xsnow double gaussian (double mean, double std, double min, double max) { double x; do { double v1, v2, s; do { v1 = 2.0 * drand48() - 1.0; v2 = 2.0 * drand48() - 1.0; s = v1 * v1 + v2 * v2; } while (s >= 1.0 || s == 0); x = mean + v1 * sqrt((-2.0 * log(s)) / s) * std; } while (x < min || x > max); return x; } void sgaussian(long int seed) { srand48(seed); } guint add_to_mainloop(gint prio,float time,GSourceFunc func) { return g_timeout_add_full(prio,(int)1000*(time),func,NULL,NULL); } guint add_to_mainloop1(gint prio,float time,GSourceFunc func,gpointer datap) { return g_timeout_add_full(prio,(int)1000*(time),func,datap,NULL); } void remove_from_mainloop(guint *tag) { if (*tag) g_source_remove(*tag); *tag = 0; } int is_little_endian(void) { int endiantest = 1; return (*(char *)&endiantest) == 1; } void my_cairo_paint_with_alpha(cairo_t *cr, double alpha) { if (alpha > 0.9) cairo_paint(cr); else cairo_paint_with_alpha(cr,alpha); P("%d alpha %f\n",counter++,alpha); } void PrintVersion() { printf("%s\n%s\n", PACKAGE_STRING, VERSIONBY); } void rgba2color(GdkRGBA *c, char **s) { *s = (char *)malloc(8); sprintf(*s,"#%02lx%02lx%02lx",lrint(c->red*255),lrint(c->green*255),lrint(c->blue*255)); } void Thanks(void) { if (global.HaltedByInterrupt) printf("\nXsnow: Caught signal %d\n",global.HaltedByInterrupt); if (strlen(global.Message)) printf("\n%s\n",global.Message); printf("\nThank you for using xsnow\n"); } int ScaleChanged(int *prevscale) { int newscale; if (*prevscale != (newscale=(int)(Flags.Scale*global.WindowScale))) { *prevscale = newscale; return TRUE; } return FALSE; } xsnow-3.3.2/src/ui.c0000644000175000017500000010500114140766433011173 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* How to implement a new button * * The generation of code to add a button and/or a flag is dependent * on definitions in 'doit.h' and 'buttons.h'. * * doit.h * definition of names of flags, together with default values and vintage values * example: * DOIT_I(HaloBright ,25 ,25 ) * * DOIT_I: for flags with an integer value * DOIT_L: for flags with a large value (for example a window-id) * DOIT_S: for flags with a char* value (colors, mostly) * * Macro DOIT will call macro's that are not meant for read/write from .xsnowrc * Macro DOIT_ALL calls all DOIT_* macro's * This will result in: * see flags.h: * creation of member HaloBright in type FLAGS (see flags.h) * see flags.c: * definition of default value in DefaultFlags.HaloBright (25) * definition of vintage value in VintageFlags.Halobright (0) * definition of WriteFlags() to write the flags to .xsnowrc * definition of ReadFlags() to read flags from .xsnowrc * * * buttons.h * definition of button-related entities. * example: * BUTTON(scalecode ,xsnow_celestials ,HaloBright ,1 ) * this takes care that flag 'HaloBright' is associated with a button * in the 'celestials' tab with the glade-id 'id-HaloBright' and that a value * of 1 is used in the expansion of scalecode. * In this case, the button should be a GtkScale button. * * The macro ALL_BUTTONS takes care that scalecode is called as * scalecode(xsnow_celestials,HaloBright,1) * and that all other BUTTON macro's are called * * The following types of buttons are implemented: * GtkScale (macro scalecode) * GtkToggle(macro togglecode) * GtkColor (macro colorcode) * * In this way, the following items are generated: * * ui.c: * define type Buttons, containing all flags in buttons.h * associate the elements of Buttons with the corresponding * glade-id's * define call-backs * these call backs have names like 'button_xsnow_celestials_HaloBright' * the code ensures that for example Flags.HaloBright gets the value * of the corresponding button. * create a function settings1(), that sets all buttons in the state * defined by the corresponding Flags. For example, if * Flags.HaloBright = 40, the corresponding GtkScale button will be set * to this value. * connects signals of buttons to the corresponding call-backs, for example, * button with glade-id 'id-HaloBright', when changed, will result in * a call of button_xsnow_celestials_HaloBright(). * create function set_default_tab(int tab, int vintage) that gives the * buttons in the given tab (for example 'xsnow_celestials') and the * corresponding flags their default (vintage = 0) or vintage (vintage=1) * value. One will notice, that some buttons need extra care, for example * flag TreeType in xsnow_scenery. * * glade, ui.xml * * Glade is used to maintain 'ui.xml', where the creation of the tabs and the * placement of the buttons is arranged. * For the buttons in 'buttons.h' a callback is arranged in 'ui.c', so in general * there is no need to do something with the 'signals' properties of these buttons. * Things that are needed: * - button text, maybe using a GtkLabel * - tooltip * - for scale buttons: a GtkScale, defining for example min and max values * - placement * - for few buttons: a css class. Example: BelowConfirm * In Makefile.am, ui.xml is converted to an include file: ui_xml.h * So, when compiled, the program does not need an external file for it's GtkBuilder. * * * Handling of changed flags. * * In 'flags.h' the macros UIDO and UIDOS are defined. They take care of the * standard action to be used when a flag has been changed: simply copy * the new value to OldFlags and increment Flags.Changes. OldFlags is initialized * at the start of the program, and is used to check if a flag has been changed. * * UIDO (for integer valued flags) and UIDOS (for char* valued flags) take * two parameters: * - the name of the flag to check * - C-code to execute if the value of the flag has been changed. * * In main.c the flags in the 'settings' tab are handled, and calls are * made to for example scenery_ui() which is supposed to handle flags related * with the 'scenery' tab. * If Flags.Changes > 0, the flags are written to .xsnowrc. * * Documentation of flags * * This is take care of in 'docs.c'. * */ #include "buttons.h" // undef NEWLINE if one wants to examine the by cpp generated code: // cpp ui.c | sed 's/NEWLINE/\n/g' #define NEWLINE //#undef NEWLINE #ifdef NEWLINE #include #include #include #include #include #include #include #include #include "birds.h" #include "clocks.h" #include "csvpos.h" #include "flags.h" #include "pixmaps.h" #include "snow.h" #include "ui.h" #include "ui_xml.h" #include "utils.h" #include "version.h" #include "windows.h" #include "xsnow.h" #ifndef DEBUG #define DEBUG #endif #undef DEBUG #include "debug.h" #endif /* NEWLINE */ #ifdef __cplusplus #define MODULE_EXPORT extern "C" G_MODULE_EXPORT #else #define MODULE_EXPORT G_MODULE_EXPORT #endif #define PREFIX_SANTA "santa-" #define PREFIX_TREE "tree-" #define SANTA2(x) SANTA(x) SANTA(x ## r) #define SANTA_ALL SANTA2(0) SANTA2(1) SANTA2(2) SANTA2(3) SANTA2(4) #define TREE_ALL TREE(0) TREE(1) TREE(2) TREE(3) TREE(4) TREE(5) TREE(6) TREE(7) #define DEFAULT(name) DefaultFlags.name #define VINTAGE(name) VintageFlags.name static GtkBuilder *builder; static GtkWidget *mean_distance; static GtkWidget *range; static GtkWidget *desktop_type; static GtkContainer *birdsgrid; static GtkContainer *moonbox; #define nsbuffer 512 static char sbuffer[nsbuffer]; static void set_buttons(void); static void set_santa_buttons(void); static void set_tree_buttons(void); static void handle_css(void); static void birdscb(GtkWidget *w, void *m); static int below_confirm_ticker(void *); static void show_bct_countdown(void); static void yesyes(GtkWidget *w, gpointer data); static void nono(GtkWidget *w, gpointer data); static void activate (GtkApplication *app); static void set_default_tab(int tab, int vintage); static void set_belowall_default(); static void handle_theme(void); static int human_interaction = 1; GtkWidget *nflakeslabel; static guint bct_id = 0; static int bct_countdown; static GtkWidget *hauptfenster; static GtkStyleContext *hauptfenstersc; void ui_ui() { UIDO (ThemeXsnow, handle_theme();); } void handle_theme() { if (Flags.ThemeXsnow) { gtk_style_context_add_class(hauptfenstersc,"xsnow"); } else { gtk_style_context_remove_class(hauptfenstersc,"xsnow"); } } MODULE_EXPORT void button_iconify() { P("button_iconify\n"); gtk_window_iconify(GTK_WINDOW(hauptfenster)); } typedef struct _santa_button { char *imid; GtkWidget *button; gdouble value; } santa_button; #define NBUTTONS (2*(MAXSANTA+1)) // NBUTTONS is number of Santa's too choose from #define SANTA(x) NEWLINE santa_button santa_ ## x; static struct _santa_buttons { SANTA_ALL } santa_buttons; #include "undefall.inc" #define SANTA(x) NEWLINE &santa_buttons.santa_ ## x, static santa_button *santa_barray[NBUTTONS]= { SANTA_ALL }; #include "undefall.inc" static void init_santa_buttons() { #define SANTA(x) \ NEWLINE santa_buttons.santa_ ## x.button = GTK_WIDGET(gtk_builder_get_object(builder,PREFIX_SANTA #x)); SANTA_ALL; #include "undefall.inc" #define SANTA(x) \ NEWLINE gtk_widget_set_name(santa_buttons.santa_ ## x.button,PREFIX_SANTA #x); SANTA_ALL; #include "undefall.inc" } static void set_santa_buttons() { int n = 2*Flags.SantaSize; if (Flags.Rudolf) n++; if (nbutton),TRUE); } MODULE_EXPORT void button_santa(GtkWidget *w) { if(!human_interaction) return; if(!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w))) return; const gchar *s = gtk_widget_get_name(w)+strlen(PREFIX_SANTA); int santa_type = atoi(s); int have_rudolf = ('r' == s[strlen(s)-1]); P("button_santa: Santa %d Rudolf %d s: %s name: %s\n",santa_type,have_rudolf,s,gtk_widget_get_name(w)); Flags.SantaSize = santa_type; Flags.Rudolf = have_rudolf; } MODULE_EXPORT void button_defaults_santa() { P("button_defaults_santa defaults\n"); set_default_tab(xsnow_santa,0); } MODULE_EXPORT void button_vintage_santa() { P("button_defaults_santa vintage\n"); set_default_tab(xsnow_santa,1); } typedef struct _tree_button { GtkWidget *button; }tree_button; #define TREE(x) NEWLINE tree_button tree_ ## x; static struct _tree_buttons { TREE_ALL } tree_buttons; #include "undefall.inc" // creating type Buttons: Button.NStars etc. #define togglecode(type,name,m) NEWLINE GtkWidget *name; #define scalecode togglecode #define colorcode togglecode static struct _Button { ALL_BUTTONS } Button; #include "undefall.inc" // create init_buttons: connect with glade-id // glade-id will be: "id-name", eg: "id-SnowFlakesFactor" #define ID "id" #define togglecode(type,name,m) \ NEWLINE P("%s %s\n",#name,#type); \ NEWLINE Button.name = GTK_WIDGET(gtk_builder_get_object(builder,ID "-" #name)); #define scalecode togglecode #define colorcode togglecode static void init_buttons1() { P("\nstart init_buttons1\n\n"); ALL_BUTTONS P("\nend init_buttons1\n\n"); } #include "undefall.inc" // define call backs #define buttoncb(type,name) button_##type##_##name #define togglecode(type,name,m) \ NEWLINE MODULE_EXPORT void buttoncb(type,name)(GtkWidget *w) \ NEWLINE { \ NEWLINE if(!human_interaction) return; \ NEWLINE gint active = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w)); \ NEWLINE if(active) Flags.name = TRUE; else Flags.name = FALSE; \ NEWLINE if(m<0) Flags.name = !Flags.name; \ NEWLINE } #define scalecode(type,name,m) \ NEWLINE MODULE_EXPORT void buttoncb(type,name)(GtkWidget *w)\ NEWLINE {\ NEWLINE if(!human_interaction) return; \ NEWLINE gdouble value; \ NEWLINE value = gtk_range_get_value(GTK_RANGE(w)); \ NEWLINE Flags.name = m*lrint(value); \ NEWLINE } #define colorcode(type,name,m) \ NEWLINE MODULE_EXPORT void buttoncb(type,name)(GtkWidget *w) \ NEWLINE { \ NEWLINE if(!human_interaction) return; \ NEWLINE GdkRGBA color; \ NEWLINE gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); \ NEWLINE free(Flags.name); \ NEWLINE rgba2color(&color,&Flags.name); \ NEWLINE } ALL_BUTTONS #include "undefall.inc" // define set_buttons // #define togglecode(type,name,m)\ NEWLINE P("toggle %s %s %d %d\n",#name,#type,m,Flags.name); \ NEWLINE if (m) { \ NEWLINE if(m>0) gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(Button.name),Flags.name);\ NEWLINE else gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(Button.name),!Flags.name);\ NEWLINE } #define scalecode(type,name,m) \ NEWLINE P("range %s %s %d %d\n",#name,#type,m,Flags.name); \ NEWLINE gtk_range_set_value(GTK_RANGE(Button.name), m*((gdouble)Flags.name)); #define colorcode(type,name,m) \ NEWLINE P("color %s %s %d %s\n",#name,#type,m,Flags.name); \ NEWLINE gdk_rgba_parse(&color,Flags.name); \ NEWLINE gtk_color_chooser_set_rgba(GTK_COLOR_CHOOSER(Button.name),&color); static void set_buttons1() { GdkRGBA color; ALL_BUTTONS } #include "undefall.inc" // define signal_connect #define togglecode(type,name,m) \ NEWLINE P("%s %s\n",#name,#type); \ NEWLINE g_signal_connect(G_OBJECT(Button.name),"toggled", G_CALLBACK(buttoncb(type,name)),NULL); #define scalecode(type,name,m) \ NEWLINE P("%s %s\n",#name,#type); \ NEWLINE g_signal_connect(G_OBJECT(Button.name),"value-changed", G_CALLBACK(buttoncb(type,name)),NULL); #define colorcode(type,name,m) \ NEWLINE P("%s %s\n",#name,#type); \ NEWLINE g_signal_connect(G_OBJECT(Button.name),"color-set", G_CALLBACK(buttoncb(type,name)),NULL); static void connect_signals() { P("\nstart connect_signals\n\n"); ALL_BUTTONS P("\nend connect_signals\n\n"); } #include "undefall.inc" static void report_tree_type(int p, gint active) { P("Tree: %d %d %s\n",p,active,Flags.TreeType); int *a; int n; csvpos(Flags.TreeType,&a,&n); if(active) { a = (int *)realloc(a,sizeof(*a)*(n+1)); a[n] = p; n++; } else { int i; for (i=0; i= 0); if(unique) for (j=0; jimid)); gtk_image_set_from_pixbuf(image,pixbuf); g_object_unref(pixbuf); } } static void init_tree_pixmaps() { GtkImage *image; GdkPixbuf *pixbuf; #define TREE(x) \ NEWLINE pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)xpmtrees[x]);\ NEWLINE image = GTK_IMAGE(gtk_builder_get_object(builder,"treeimage" # x));\ NEWLINE gtk_image_set_from_pixbuf(image,pixbuf); \ NEWLINE g_object_unref(pixbuf); TREE_ALL; #include "undefall.inc" } static void init_hello_pixmaps() { GtkImage *image; GdkPixbuf *pixbuf, *pixbuf1; pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)xsnow_logo); pixbuf1 = gdk_pixbuf_scale_simple(pixbuf,64,64,GDK_INTERP_BILINEAR); image = GTK_IMAGE(gtk_builder_get_object(builder,"hello-image1")); gtk_image_set_from_pixbuf(image,pixbuf1); image = GTK_IMAGE(gtk_builder_get_object(builder,"hello-image2")); gtk_image_set_from_pixbuf(image,pixbuf1); g_object_unref(pixbuf); g_object_unref(pixbuf1); pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)xpmtrees[0]); image = GTK_IMAGE(gtk_builder_get_object(builder,"hello-image3")); gtk_image_set_from_pixbuf(image,pixbuf); image = GTK_IMAGE(gtk_builder_get_object(builder,"hello-image4")); gtk_image_set_from_pixbuf(image,pixbuf); g_object_unref(pixbuf); } static void init_pixmaps() { init_santa_pixmaps(); init_tree_pixmaps(); init_hello_pixmaps(); } static void set_tree_buttons() { #define TREE(x)\ NEWLINE gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(tree_buttons.tree_##x.button),FALSE); TREE_ALL; #include "undefall.inc" int i; int *a,n; csvpos(Flags.TreeType,&a,&n); for (i=0; i0) return TRUE; else { set_belowall_default(); return FALSE; } (void)d; } void set_belowall_default() { P("set_belowall_default: %d\n",bct_id); remove_from_mainloop(&bct_id); Flags.BelowAll = 1; gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(Button.BelowAll),Flags.BelowAll); gtk_widget_hide(Button.BelowConfirm); gtk_widget_show(Button.BelowAll); } MODULE_EXPORT void button_quit() { Flags.Done = 1; P("button_quit: %d\n",Flags.Done); } MODULE_EXPORT void button_defaults_general() { P("button_defaults_general\n"); set_default_tab(xsnow_settings,0); } MODULE_EXPORT void button_vintage_general() { P("button_defaults_general vintage\n"); set_default_tab(xsnow_settings,1); } typedef struct _snow_button { GtkWidget *button; }snow_button; MODULE_EXPORT void button_defaults_snow() { P("button_defaults_snow\n"); set_default_tab(xsnow_snow,0); } MODULE_EXPORT void button_vintage_snow() { P("button_vintage_snow\n"); set_default_tab(xsnow_snow,1); } void ui_set_birds_header(const char *text) { GtkWidget *birds_header = GTK_WIDGET(gtk_builder_get_object(builder,"birds-header")); gtk_label_set_text(GTK_LABEL(birds_header),text); } void ui_set_celestials_header(const char *text) { GtkWidget *celestials_header = GTK_WIDGET(gtk_builder_get_object(builder,"celestials-header")); char *a = strdup(gtk_label_get_text(GTK_LABEL(celestials_header))); a = (char *) realloc(a,strlen(a)+2+strlen(text)); strcat(a,"\n"); strcat(a,text); gtk_label_set_text(GTK_LABEL(celestials_header),a); free(a); } MODULE_EXPORT void button_defaults_birds() { P("button_defaults_birds\n"); set_default_tab(xsnow_birds,0); } MODULE_EXPORT void button_vintage_birds() { P("button_vintage_birds\n"); set_default_tab(xsnow_birds,1); } MODULE_EXPORT void button_birds_restart() { P("button_birds_restart\n"); Flags.BirdsRestart = 1; } MODULE_EXPORT void button_wind_activate() { P("button_wind_activate\n"); Flags.WindNow = 1; } void set_default_tab(int tab, int vintage) { int h = human_interaction; human_interaction = 0; if(vintage) { #define togglecode(type,name,m) \ NEWLINE if (type == tab) Flags.name = VINTAGE(name); #define scalecode togglecode #define colorcode(type,name,m) \ NEWLINE if (type == tab) \ NEWLINE { free(Flags.name); Flags.name = strdup(VINTAGE(name)); } ALL_BUTTONS; #include "undefall.inc" switch(tab) { case xsnow_scenery: free(Flags.TreeType); Flags.TreeType = strdup(VINTAGE(TreeType)); break; case xsnow_snow: Flags.VintageFlakes = 1; break; case xsnow_santa: Flags.SantaSize = VINTAGE(SantaSize); Flags.Rudolf = VINTAGE(Rudolf); break; case xsnow_settings: set_belowall_default(); break; } } else #define togglecode(type,name,m) \ NEWLINE if (type == tab) Flags.name = DEFAULT(name); #define scalecode togglecode #define colorcode(type,name,m) \ NEWLINE if (type == tab) \ NEWLINE { free(Flags.name); Flags.name = strdup(DEFAULT(name)); } { ALL_BUTTONS; #include "undefall.inc" switch(tab) { case xsnow_scenery: free(Flags.TreeType); Flags.TreeType = strdup(DEFAULT(TreeType)); break; case xsnow_snow: Flags.VintageFlakes = 0; break; case xsnow_santa: Flags.SantaSize = DEFAULT(SantaSize); Flags.Rudolf = DEFAULT(Rudolf); break; case xsnow_settings: set_belowall_default(); break; } } set_buttons(); human_interaction = h; } MODULE_EXPORT void button_defaults_celestials() { P("button_defaults_wind\n"); set_default_tab(xsnow_celestials,0); } MODULE_EXPORT void button_vintage_celestials() { P("button_vintage_wind\n"); set_default_tab(xsnow_celestials,1); } static void init_buttons() { init_buttons1(); init_santa_buttons(); init_tree_buttons(); init_general_buttons(); nflakeslabel = GTK_WIDGET(gtk_builder_get_object(builder,"nflakes")); } static void set_buttons() { human_interaction = 0; set_buttons1(); set_santa_buttons(); set_tree_buttons(); human_interaction = 1; } void all_default(int vintage) { /* xsnow_settings is deliberately not included here */ set_default_tab(xsnow_santa,vintage); set_default_tab(xsnow_scenery,vintage); set_default_tab(xsnow_snow,vintage); set_default_tab(xsnow_celestials,vintage); set_default_tab(xsnow_birds,vintage); set_belowall_default(); } MODULE_EXPORT void button_all_defaults() { P("button_all_defaults\n"); all_default(0); } MODULE_EXPORT void button_all_vintage() { P("button_all_vintage\n"); all_default(1); } void ui_show_nflakes(int n) { snprintf(sbuffer,nsbuffer,"%6d",n); gtk_label_set_text(GTK_LABEL(nflakeslabel),sbuffer); } void ui_show_range_etc() { snprintf(sbuffer,nsbuffer,"Range: %d\n",(int)birds_get_range()); gtk_label_set_text(GTK_LABEL(range),sbuffer); snprintf(sbuffer,nsbuffer,"Mean dist: %d\n",(int)birds_get_mean_dist()); gtk_label_set_text(GTK_LABEL(mean_distance),sbuffer); } void ui_show_desktop_type(const char *s) { snprintf(sbuffer,nsbuffer,"Desktop type: %s",s); gtk_label_set_text(GTK_LABEL(desktop_type),sbuffer); } void ui_set_sticky(int x) { if (x) gtk_window_stick(GTK_WINDOW(hauptfenster)); else gtk_window_unstick(GTK_WINDOW(hauptfenster)); } void ui() { builder = gtk_builder_new_from_string (xsnow_xml, -1); gtk_builder_connect_signals (builder, builder); hauptfenster = GTK_WIDGET (gtk_builder_get_object(builder, "hauptfenster")); mean_distance = GTK_WIDGET (gtk_builder_get_object(builder, "birds-mean-distance")); range = GTK_WIDGET (gtk_builder_get_object(builder, "birds-range")); desktop_type = GTK_WIDGET (gtk_builder_get_object(builder, "settings-show-desktop-type")); birdsgrid = GTK_CONTAINER(gtk_builder_get_object(builder, "grid_birds")); moonbox = GTK_CONTAINER(gtk_builder_get_object(builder, "moon-box")); hauptfenstersc = gtk_widget_get_style_context(hauptfenster); handle_css(); gtk_window_set_title(GTK_WINDOW(hauptfenster),"XsnoW"); gtk_widget_show_all (hauptfenster); init_buttons(); connect_signals(); init_pixmaps(); set_buttons(); if (Flags.HideMenu) gtk_window_iconify(GTK_WINDOW(hauptfenster)); } // Set the style provider for the widgets static void apply_css_provider (GtkWidget *widget, GtkCssProvider *cssstyleProvider) { P("apply_css_provider %s\n",gtk_widget_get_name(GTK_WIDGET(widget))); gtk_style_context_add_provider ( gtk_widget_get_style_context(widget), GTK_STYLE_PROVIDER(cssstyleProvider) , GTK_STYLE_PROVIDER_PRIORITY_APPLICATION ); // For container widgets, apply to every child widget on the container if (GTK_IS_CONTAINER (widget)) { gtk_container_forall( GTK_CONTAINER (widget), (GtkCallback)apply_css_provider , cssstyleProvider); } } void handle_css() { const char *css = // I wish how I could copy the Adwaita settings ... //".xsnow button { padding-left: 16px; padding-right: 16px; padding-top: 4px; padding-bottom: 4px;}" //".xsnow headerbar button { padding-left: 10px; padding-right: 10px; padding-top: 4px; padding-bottom: 4px;}" //".xsnow headerbar.titlebar { border-color: rgb(213,208,204); border-style:solid; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 8px; border-top-right-radius: 8px;}" //".xsnow headerbar label.title { padding-left: 12px; padding-right:12px;}" //".xsnow button.color {padding: 4px; }" //".xsnow headerbar stackswitcher button.radio label { color: #065522; }" //".xsnow headerbar stackswitcher button.radio { box-shadow: 0px 0px; border-top-width: 0px; }" // These are not colors, but nevertheless I think we should do this always: "scale { padding: 1em; }" // padding in slider buttons "button.radio { min-width: 10px; }" // make window as narrow as possible "label.busymessage { border-radius: 4px; min-height: 3.5em }" // info message in welcome tab // colors: (the buttons in the headerbar need some work) ".xsnow * { border-color: #B4EEB4; }" // border colors ".xsnow button { background: #CCF0D8; }" // color of normal buttons ".xsnow button.radio, .xsnow button.toggle { background: #E2FDEC; }" // color of radio and toggle buttons ".xsnow radiobutton:active, .xsnow button:active { background: #0DAB44; }" // color of buttons while being activated ".xsnow radiobutton:checked, .xsnow button:checked { background: #6AF69B; }" // color of checked buttons ".xsnow headerbar { background: #B3F4CA; }" // color of headerbar ".xsnow scale slider { background: #D4EDDD; }" // color of sliders ".xsnow scale trough { background: #0DAB44; }" // color of trough of sliders ".xsnow stack { background: #EAFBF0; }" // color of main area ".xsnow * { color: #065522; }" // foreground color (text) ".xsnow *:disabled * { color: #8FB39B; }" // foreground color for disabled items ".busy stack { background: #FFC0CB; }" // background color when too busy ".busy .cpuload slider { background: #FF0000; }" // color of some sliders when too busy "button.confirm { background: #FFFF00; }" // color for confirm above windows ".xsnow button.confirm { background-color: #FFFF00; }" // yes we need both, but why? "label.busymessage { background: #FFC0CB; }" // info message in welcome tab ; static GtkCssProvider *cssProvider = NULL; if (!cssProvider) { cssProvider = gtk_css_provider_new(); gtk_css_provider_load_from_data (cssProvider, css,-1,NULL); apply_css_provider(hauptfenster, cssProvider); } handle_theme(); } // if m==1: change some colors of the ui // if m==0: change back to default colors void ui_background(int m) { if(m) gtk_style_context_add_class(hauptfenstersc,"busy"); else gtk_style_context_remove_class(hauptfenstersc,"busy"); } // m=0: make active // m=1: make inactive // however, see transparency and below void ui_gray_erase(int m) { gtk_widget_set_sensitive(Button.BelowAll, m); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(Button.BelowAll),1); } // m=0: make active // m=1: make inactive void ui_gray_below(int m) { gtk_widget_set_sensitive(Button.BelowAll, !m); } void birdscb(GtkWidget *w, void *m) { gtk_widget_set_sensitive(w,!(int *)m); } void ui_gray_birds(int m) { gtk_container_foreach(birdsgrid, birdscb, &m); gtk_container_foreach(moonbox, birdscb, &m); } char * ui_gtk_version() { static char s[20]; snprintf(s,20,"%d.%d.%d",gtk_get_major_version(),gtk_get_minor_version(),gtk_get_micro_version()); return s; } char * ui_gtk_required() { static char s[20]; snprintf(s,20,"%d.%d.%d",GTK_MAJOR,GTK_MINOR,GTK_MICRO); return s; } // returns: // 0: gtk version in use too low // 1: gtk version in use OK int ui_checkgtk() { if ((int)gtk_get_major_version() > GTK_MAJOR) return 1; if ((int)gtk_get_major_version() < GTK_MAJOR) return 0; if ((int)gtk_get_minor_version() > GTK_MINOR) return 1; if ((int)gtk_get_minor_version() < GTK_MINOR) return 0; if ((int)gtk_get_micro_version() >= GTK_MICRO) return 1; return 0; } // to be used if gtk version is too low // returns 1: user clicked 'Run with ...' // returns 0: user clicked 'Quit' static int RC; int ui_run_nomenu() { GtkApplication *app; app = gtk_application_new ("nl.ratrabbit.example", G_APPLICATION_FLAGS_NONE); g_signal_connect (app, "activate", G_CALLBACK (activate), NULL); g_application_run (G_APPLICATION (app), 0, NULL); g_object_unref (app); return RC; } static void activate (GtkApplication *app) { GtkWidget *window; GtkWidget *grid; GtkWidget *button; GtkWidget *label; /* create a new window, and set its title */ window = gtk_application_window_new (app); gtk_window_set_position (GTK_WINDOW(window), GTK_WIN_POS_CENTER); gtk_window_set_title (GTK_WINDOW (window), "Xsnow"); gtk_window_set_decorated (GTK_WINDOW(window), FALSE); gtk_window_set_keep_above (GTK_WINDOW(window), TRUE); gtk_container_set_border_width (GTK_CONTAINER (window), 10); /* Here we construct the container that is going pack our buttons */ grid = gtk_grid_new (); /* Pack the container in the window */ gtk_container_add (GTK_CONTAINER (window), grid); snprintf(sbuffer,nsbuffer, "You are using GTK-%s, but you need at least GTK-%s to view\n" "the user interface.\n" "Use the option '-nomenu' to disable the user interface.\n" "If you want to try the user interface anyway, use the flag '-checkgtk 0'.\n\n" "See 'man xsnow' or 'xsnow -h' to see the command line options.\n" "Alternatively, you could edit ~/.xsnowrc to set options.\n", ui_gtk_version(),ui_gtk_required()); label = gtk_label_new(sbuffer); /* Place the label in cell (0,0) and make it fill 2 cells horizontally */ gtk_grid_attach(GTK_GRID(grid),label,0,0,2,1); button = gtk_button_new_with_label ("Run without user interface"); g_signal_connect(button,"clicked",G_CALLBACK(yesyes),window); /* Place the first button in the grid cell (0, 1), and make it fill * just 1 cell horizontally and vertically (ie no spanning) */ gtk_grid_attach (GTK_GRID (grid), button, 0, 1, 1, 1); button = gtk_button_new_with_label ("Quit"); g_signal_connect(button, "clicked", G_CALLBACK (nono), window); /* Place the second button in the grid cell (1, 1), and make it fill * just 1 cell horizontally and vertically (ie no spanning) */ gtk_grid_attach (GTK_GRID (grid), button, 1, 1, 1, 1); /* Now that we are done packing our widgets, we show them all * in one go, by calling gtk_widget_show_all() on the window. * This call recursively calls gtk_widget_show() on all widgets * that are contained in the window, directly or indirectly. */ gtk_widget_show_all (window); } void yesyes(GtkWidget *w, gpointer window) { RC = (w != NULL); gtk_widget_destroy(GTK_WIDGET(window)); } void nono(GtkWidget *w, gpointer window) { RC = (w == NULL); gtk_widget_destroy(GTK_WIDGET(window)); } // next function is not used, I leave it here as a template, who knows... // see also ui.xml void ui_error_x11() { GtkWidget *errorfenster; GObject *button; builder = gtk_builder_new_from_string (xsnow_xml, -1); gtk_builder_connect_signals (builder, builder); errorfenster = GTK_WIDGET(gtk_builder_get_object (builder, "error_x11_fenster")); button = gtk_builder_get_object(builder,"error_x11_ok_button"); g_signal_connect (button,"clicked",G_CALLBACK(gtk_main_quit),NULL); GtkImage *image; GdkPixbuf *pixbuf; pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)xsnow_logo); image = GTK_IMAGE(gtk_builder_get_object(builder,"error-x11-image1")); gtk_image_set_from_pixbuf(image,pixbuf); image = GTK_IMAGE(gtk_builder_get_object(builder,"error-x11-image2")); gtk_image_set_from_pixbuf(image,pixbuf); g_object_unref(pixbuf); gtk_widget_show_all (errorfenster); gtk_main(); } xsnow-3.3.2/src/test1.sh0000755000175000017500000000232714140766433012020 00000000000000#!/bin/sh # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# XSNOW=xsnow if [ -x ./xsnow ]; then XSNOW=./xsnow fi # test if 'xsnow -h' more or less works: $XSNOW -h | grep -q -i xsnow if [ $? -ne 0 ] ; then echo "Error in executing: $XSNOW -h" exit 1 fi # test if all default values are substituted: $XSNOW -h | grep -q DEFAULT_ if [ $? -eq 0 ] ; then echo "Not all default values are substituted:" $XSNOW -h | grep DEFAULT_ exit 1 fi xsnow-3.3.2/src/clocks.h0000644000175000017500000000161614140766433012050 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern double wallclock(void); extern double wallcl(void); xsnow-3.3.2/src/stars.c0000644000175000017500000001123214140766433011714 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "stars.h" #include "debug.h" #include "flags.h" #include "windows.h" #include "pixmaps.h" #include "utils.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive()) static int NStars; // is copied from Flags.NStars in init_stars. We cannot have that // // NStars is changed outside init_stars static Skoordinaten *Stars = NULL; static char *StarColor[STARANIMATIONS] = { (char *)"gold", (char *)"gold1", (char *)"gold4", (char *)"orange" }; static int do_ustars(void *); static void set_star_surfaces(void); static const int StarSize = 9; static const float LocalScale = 0.8; static cairo_surface_t *surfaces[STARANIMATIONS]; void stars_init() { int i; init_stars(); for (i=0; ix = randint(global.SnowWinWidth); star->y = randint(global.SnowWinHeight/4); star->color = randint(STARANIMATIONS); P("stars_init %d %d %d\n",star->x,star->y,star->color); } //set_star_surfaces(); } void stars_draw(cairo_t *cr) { if (!Flags.Stars) return; int i; cairo_save(cr); cairo_set_line_width(cr,1); cairo_set_antialias(cr,CAIRO_ANTIALIAS_NONE); for (i=0; ix; int y = star->y; int color = star->color; cairo_set_source_surface (cr, surfaces[color], x, y); my_cairo_paint_with_alpha(cr,ALPHA); } cairo_restore(cr); } void stars_erase() { if (!Flags.Stars) return; int i; for (i=0; ix; int y = star->y; myXClearArea(global.display,global.SnowWin,x,y,StarSize,StarSize,global.xxposures); } } void stars_ui() { UIDO(NStars, init_stars(); ClearScreen();); UIDO(Stars, ClearScreen();); static int prev = 100; P("stars_ui %d\n",prev); if(ScaleChanged(&prev)) { set_star_surfaces(); init_stars(); P("stars_ui changed\n"); } } int do_ustars(void *d) { if (Flags.Done) return FALSE; if (NOTACTIVE) return TRUE; int i; for (i=0; i 0.8) Stars[i].color = randint(STARANIMATIONS); return TRUE; (void)d; } xsnow-3.3.2/src/undefall.inc0000644000175000017500000000172514140766433012707 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #undef colorcode #undef scalecode #undef togglecode #undef DOITB #undef DOIT_I #undef DOIT_L #undef DOIT_S #undef SANTA #undef SNOW #undef TREE xsnow-3.3.2/src/mainstub.h0000644000175000017500000000170514140766433012413 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #ifdef __cplusplus extern "C" { #endif extern int main_c(int argc, char *argv[]); #ifdef __cplusplus } #endif xsnow-3.3.2/src/treesnow.c0000644000175000017500000000602214140766433012427 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "debug.h" #include "flags.h" #include "utils.h" #include "windows.h" #include "xsnow.h" #include "scenery.h" #include "wind.h" #include "snow.h" #include "blowoff.h" #include "treesnow.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive() || Flags.NoSnowFlakes || Flags.NoKeepSnowOnTrees || Flags.NoTrees) static int do_snow_on_trees(void *); static void ConvertOnTreeToFlakes(void); void treesnow_init() { global.gSnowOnTreesRegion = cairo_region_create(); add_to_mainloop(PRIORITY_DEFAULT, time_snow_on_trees, do_snow_on_trees); } void treesnow_draw(cairo_t *cr) { if (NOTACTIVE) return; GdkRGBA color; gdk_rgba_parse(&color,Flags.SnowColor); cairo_set_source_rgba(cr,color.red,color.green,color.blue,ALPHA); gdk_cairo_region(cr,global.gSnowOnTreesRegion); cairo_fill(cr); } void treesnow_ui() { UIDO(MaxOnTrees , ClearScreen(); ); UIDO(NoKeepSnowOnTrees , ClearScreen(); ); } int do_snow_on_trees(void *d) { P("do_snow_on_trees %d\n",counter++); if (Flags.Done) return FALSE; if (NOTACTIVE) return TRUE; if (global.Wind == 2) ConvertOnTreeToFlakes(); return TRUE; (void)d; } // blow snow off trees void ConvertOnTreeToFlakes() { P("ConvertOnTreeToFlakes %d\n",global.OnTrees); int i; for (i=0; irx = global.SnowOnTrees[i].x; flake->ry = global.SnowOnTrees[i].y-5*j; flake->vy = 0; flake->vx = global.NewWind/2; flake->cyclic = 0; } } } global.OnTrees = 0; reinit_treesnow_region(); } void reinit_treesnow_region() { cairo_region_destroy(global.gSnowOnTreesRegion); global.gSnowOnTreesRegion = cairo_region_create(); } void InitSnowOnTrees() { // Flags.MaxOnTrees+1: prevent allocation of zero bytes global.SnowOnTrees = (XPoint *)realloc(global.SnowOnTrees,sizeof(*global.SnowOnTrees)*(Flags.MaxOnTrees+1)); if (global.OnTrees > Flags.MaxOnTrees) global.OnTrees = Flags.MaxOnTrees; } xsnow-3.3.2/src/pixmaps.c0000644000175000017500000001321014140766433012237 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include "xsnow.h" #include "snow.h" #include "pixmaps.h" #include "snow_includes.h" // a generated file, containing #includes for snow xbm's and xpm's // and the definition of SNOW_ALL #include "Pixmaps/BigSanta1.xpm" #include "Pixmaps/BigSanta2.xpm" #include "Pixmaps/BigSanta3.xpm" #include "Pixmaps/BigSanta4.xpm" static XPM_TYPE **BigSanta[] = {BigSanta1,BigSanta2,BigSanta3,BigSanta4}; #include "Pixmaps/BigSantaRudolf1.xpm" #include "Pixmaps/BigSantaRudolf2.xpm" #include "Pixmaps/BigSantaRudolf3.xpm" #include "Pixmaps/BigSantaRudolf4.xpm" static XPM_TYPE **BigSantaRudolf[] = {BigSantaRudolf1,BigSantaRudolf2,BigSantaRudolf3,BigSantaRudolf4}; #include "Pixmaps/BigSanta81.xpm" #include "Pixmaps/BigSanta82.xpm" #include "Pixmaps/BigSanta83.xpm" #include "Pixmaps/BigSanta84.xpm" static XPM_TYPE **BigSanta8[] = {BigSanta81,BigSanta82,BigSanta83,BigSanta84}; #include "Pixmaps/BigSantaRudolf81.xpm" #include "Pixmaps/BigSantaRudolf82.xpm" #include "Pixmaps/BigSantaRudolf83.xpm" #include "Pixmaps/BigSantaRudolf84.xpm" static XPM_TYPE **BigSantaRudolf8[] = {BigSantaRudolf81,BigSantaRudolf82,BigSantaRudolf83,BigSantaRudolf84}; #include "Pixmaps/MediumSanta1.xpm" #include "Pixmaps/MediumSanta2.xpm" #include "Pixmaps/MediumSanta3.xpm" #include "Pixmaps/MediumSanta4.xpm" static XPM_TYPE **MediumSanta[] = {MediumSanta1,MediumSanta2,MediumSanta3,MediumSanta4}; #include "Pixmaps/MediumSantaRudolf1.xpm" #include "Pixmaps/MediumSantaRudolf2.xpm" #include "Pixmaps/MediumSantaRudolf3.xpm" #include "Pixmaps/MediumSantaRudolf4.xpm" static XPM_TYPE **MediumSantaRudolf[] = {MediumSantaRudolf1,MediumSantaRudolf2,MediumSantaRudolf3,MediumSantaRudolf4}; #include "Pixmaps/RegularSanta1.xpm" #include "Pixmaps/RegularSanta2.xpm" #include "Pixmaps/RegularSanta3.xpm" #include "Pixmaps/RegularSanta4.xpm" static XPM_TYPE **RegularSanta[] = {RegularSanta1,RegularSanta2,RegularSanta3,RegularSanta4}; #include "Pixmaps/RegularSantaRudolf1.xpm" #include "Pixmaps/RegularSantaRudolf2.xpm" #include "Pixmaps/RegularSantaRudolf3.xpm" #include "Pixmaps/RegularSantaRudolf4.xpm" static XPM_TYPE **RegularSantaRudolf[] = {RegularSantaRudolf1,RegularSantaRudolf2,RegularSantaRudolf3,RegularSantaRudolf4}; #include "Pixmaps/AltSanta1.xpm" #include "Pixmaps/AltSanta2.xpm" #include "Pixmaps/AltSanta3.xpm" #include "Pixmaps/AltSanta4.xpm" static XPM_TYPE **AltSanta[] = {AltSanta1,AltSanta2,AltSanta3,AltSanta4}; #include "Pixmaps/AltSantaRudolf1.xpm" #include "Pixmaps/AltSantaRudolf2.xpm" #include "Pixmaps/AltSantaRudolf3.xpm" #include "Pixmaps/AltSantaRudolf4.xpm" static XPM_TYPE **AltSantaRudolf[] = {AltSantaRudolf1,AltSantaRudolf2,AltSantaRudolf3,AltSantaRudolf4}; XPM_TYPE ***Santas[MAXSANTA+1][2] = { { RegularSanta , RegularSantaRudolf }, { MediumSanta , MediumSantaRudolf }, { BigSanta , BigSantaRudolf }, { BigSanta8 , BigSantaRudolf8 }, { AltSanta , AltSantaRudolf } }; // so: Santas[type][rudolf][animation] #include "Pixmaps/tannenbaum.xpm" #include "Pixmaps/tree.xpm" #include "Pixmaps/tree-1_100px.xpm" #include "Pixmaps/huis4.xpm" #include "Pixmaps/rendier.xpm" #include "Pixmaps/eland.xpm" #include "Pixmaps/snowtree.xpm" #include "Pixmaps/polarbear.xpm" XPM_TYPE **xpmtrees[MAXTREETYPE+1] = {tannenbaum_xpm, tree_xpm, tree_1_100px, huis4_xpm, reindeer_xpm, eland_xpm, snowtree_xpm, polarbear_xpm}; #include "Pixmaps/star.xbm" StarMap starPix = { star_bits, None, star_height, star_width }; #include "Pixmaps/xsnow.xpm" XPM_TYPE **xsnow_logo = xsnow_xpm; /* front bird */ #include "Pixmaps/bird1.xpm" #include "Pixmaps/bird2.xpm" #include "Pixmaps/bird3.xpm" #include "Pixmaps/bird4.xpm" #include "Pixmaps/bird5.xpm" #include "Pixmaps/bird6.xpm" #include "Pixmaps/bird7.xpm" #include "Pixmaps/bird8.xpm" /* side bird */ #include "Pixmaps/birdl1.xpm" #include "Pixmaps/birdl2.xpm" #include "Pixmaps/birdl3.xpm" #include "Pixmaps/birdl4.xpm" #include "Pixmaps/birdl5.xpm" #include "Pixmaps/birdl6.xpm" #include "Pixmaps/birdl7.xpm" #include "Pixmaps/birdl8.xpm" /* oblique bird */ #include "Pixmaps/birdd1.xpm" #include "Pixmaps/birdd2.xpm" #include "Pixmaps/birdd3.xpm" #include "Pixmaps/birdd4.xpm" #include "Pixmaps/birdd5.xpm" #include "Pixmaps/birdd6.xpm" #include "Pixmaps/birdd7.xpm" #include "Pixmaps/birdd8.xpm" XPM_TYPE **birds_xpm[] = { bird1_xpm, bird2_xpm, bird3_xpm, bird4_xpm, bird5_xpm, bird6_xpm, bird7_xpm, bird8_xpm, birdl1_xpm, birdl2_xpm, birdl3_xpm, birdl4_xpm, birdl5_xpm, birdl6_xpm, birdl7_xpm, birdl8_xpm, birdd1_xpm, birdd2_xpm, birdd3_xpm, birdd4_xpm, birdd5_xpm, birdd6_xpm, birdd7_xpm, birdd8_xpm }; #include "Pixmaps/moon1.xpm" XPM_TYPE **moons_xpm[]= { moon1_xpm }; #define SNOW(x) snow##x##_xpm, XPM_TYPE **snow_xpm[] = { SNOW_ALL NULL }; /* Like: * XPM_TYPE **snow_xpm[] = * { * snow00_xpm, * snow01_xpm, * NULL * } * */ #include "undefall.inc" xsnow-3.3.2/src/dsimple.c0000644000175000017500000002524714140766433012230 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ // from the program xprop /* Copyright 1993, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ #include #include #include #include #include #include #include #include "vroot.h" /* * Other_stuff.h: Definitions of routines in other_stuff. * * Written by Mark Lillibridge. Last updated 7/1/87 */ #include "clientwin.h" #include "dsimple.h" static int screen = 0; static Display *dpy = NULL; static void Fatal_Error(const char *, ...) _X_NORETURN _X_ATTRIBUTE_PRINTF(1,2); static char *Get_Display_Name(int *, char **); static Display *Open_Display(const char *); static void Close_Display(void); // added: static void usage() { printf("Problems in %s, exiting.\n",__FILE__); exit(1); } /* * Just_display: A group of routines designed to make the writting of simple * X11 applications which open a display but do not open * any windows much faster and easier. Unless a routine says * otherwise, it may be assumed to require program_name, dpy, * and screen already defined on entry. * * Written by Mark Lillibridge. Last updated 7/1/87 */ /* This stuff is defined in the calling program by just_display.h */ const char *program_name = "xsnow"; /* * Get_Display_Name (argc, argv) Look for -display, -d, or host:dpy (obselete) * If found, remove it from command line. Don't go past a lone -. */ char *Get_Display_Name( int *pargc, /* MODIFIED */ char **argv) /* MODIFIED */ { int argc = *pargc; char **pargv = argv+1; char *displayname = NULL; int i; for (i = 1; i < argc; i++) { char *arg = argv[i]; if (!strcmp (arg, "-display") || !strcmp (arg, "-d")) { if (++i >= argc) usage (); displayname = argv[i]; *pargc -= 2; continue; } if (!strcmp(arg,"-")) { while (i Selects window with id . may * be either in decimal or hex. * -name Selects the window with name . * * Call as Select_Window_Args(&argc, argv) in main before * parsing any of your program's command line arguments. * Select_Window_Args will remove its arguments so that * your program does not have to worry about them. * The window returned is the window selected or 0 if * none of the above arguments was present. If 0 is * returned, Select_Window should probably be called after * all command line arguments, and other setup is done. * For examples of usage, see xwininfo, xwd, or xprop. */ Window Select_Window_Args( int *rargc, char **argv) #define ARGC (*rargc) { int nargc=1; int argc; char **nargv; Window w=0; nargv = argv+1; argc = ARGC; #define OPTION argv[0] #define NXTOPTP ++argv, --argc>0 #define NXTOPT if (++argv, --argc==0) usage() #define COPYOPT nargv++[0]=OPTION, nargc++ while (NXTOPTP) { if (!strcmp(OPTION, "-")) { COPYOPT; while (NXTOPTP) COPYOPT; break; } if (!strcmp(OPTION, "-root")) { w=RootWindow(dpy, screen); continue; } if (!strcmp(OPTION, "-name")) { NXTOPT; w = Window_With_Name(dpy, RootWindow(dpy, screen), OPTION); if (!w) Fatal_Error("No window with name %s exists!",OPTION); continue; } if (!strcmp(OPTION, "-id")) { NXTOPT; w=0; sscanf(OPTION, "0x%lx", &w); if (!w) sscanf(OPTION, "%lu", &w); if (!w) Fatal_Error("Invalid window id format: %s.", OPTION); continue; } COPYOPT; } ARGC = nargc; return(w); } /* * Other_stuff: A group of routines which do common X11 tasks. * * Written by Mark Lillibridge. Last updated 7/1/87 */ /* * Routine to let user select a window using the mouse */ Window Select_Window(Display *dpy, int descend) { int status; Cursor cursor; XEvent event; Window target_win = None, root = RootWindow(dpy,screen); int buttons = 0; /* Make the target cursor */ cursor = XCreateFontCursor(dpy, XC_crosshair); /* Grab the pointer using target cursor, letting it room all over */ status = XGrabPointer(dpy, root, False, ButtonPressMask|ButtonReleaseMask, GrabModeSync, GrabModeAsync, root, cursor, CurrentTime); if (status != GrabSuccess) Fatal_Error("Can't grab the mouse."); /* Let the user select a window... */ while ((target_win == None) || (buttons != 0)) { /* allow one more event */ XAllowEvents(dpy, SyncPointer, CurrentTime); XWindowEvent(dpy, root, ButtonPressMask|ButtonReleaseMask, &event); switch (event.type) { case ButtonPress: if (target_win == None) { target_win = event.xbutton.subwindow; /* window selected */ if (target_win == None) target_win = root; } buttons++; break; case ButtonRelease: if (buttons > 0) /* there may have been some down before we started */ buttons--; break; } } XUngrabPointer(dpy, CurrentTime); /* Done with pointer */ if (!descend || (target_win == root)) return(target_win); target_win = Find_Client(dpy, root, target_win); return(target_win); } /* * Window_With_Name: routine to locate a window with a given name on a display. * If no window with the given name is found, 0 is returned. * If more than one window has the given name, the first * one found will be returned. Only top and its subwindows * are looked at. Normally, top should be the RootWindow. */ Window Window_With_Name( Display *dpy, Window top, const char *name) { Window *children, dummy; unsigned int nchildren; int i; Window w=0; char *window_name; // this leaks memory: //if (XFetchName(dpy, top, &window_name) && !strcmp(window_name, name)) // return(top); // therefore: if (XFetchName(dpy, top, &window_name) && !strcmp(window_name, name)) { XFree(window_name); return(top); } XFree(window_name); if (!XQueryTree(dpy, top, &dummy, &dummy, &children, &nchildren)) return(0); for (i=0; (unsigned int)i. #-# */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include #include "fallensnow.h" #include "utils.h" #include "windows.h" #include "flags.h" #include "snow.h" #include "Santa.h" #include "blowoff.h" #include "wind.h" #include "debug.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive() || Flags.NoSnowFlakes) static void drawquartcircle(int n, short int *y); // nb: dimension of y > n+1 static void CreateSurfaceFromFallen(FallenSnow *f); static void EraseFallenPixel(FallenSnow *fsnow,int x); void fallensnow_init() { InitFallenSnow(); P(" \n"); } void UpdateFallenSnowAtBottom() { FallenSnow *fsnow = FindFallen(global.FsnowFirst, 0); if (fsnow) fsnow->y = global.SnowWinHeight; } void fallensnow_draw(cairo_t *cr) { if (NOTACTIVE) return; FallenSnow *fsnow = global.FsnowFirst; while(fsnow) { if (HandleFallenSnow(fsnow)) { P("fallensnow_draw %d %d\n",counter++, cairo_image_surface_get_width(fsnow->surface)); P("fallensnow_draw: x:%d y:%d\n",fsnow->x,fsnow->y); cairo_set_source_surface (cr, fsnow->surface, fsnow->x, fsnow->y-fsnow->h+1); my_cairo_paint_with_alpha(cr,ALPHA); fsnow->prevx = fsnow->x; fsnow->prevy = fsnow->y-fsnow->h+1; fsnow->prevw = cairo_image_surface_get_width(fsnow->surface); fsnow->prevh = fsnow->h; } fsnow = fsnow->next; } } void fallensnow_erase() { if (NOTACTIVE) return; FallenSnow *fsnow = global.FsnowFirst; while(fsnow) { if (HandleFallenSnow(fsnow)) { P("fallensnow_erase %d %d %d %d %d\n",counter++, fsnow->prevx, fsnow->prevy, fsnow->prevw, fsnow->prevh); myXClearArea(global.display,global.SnowWin, fsnow->prevx, fsnow->prevy, fsnow->prevw, fsnow->prevh, global.xxposures); } fsnow = fsnow->next; } } void fallensnow_ui() { UIDO(MaxWinSnowDepth , InitFallenSnow(); ClearScreen(); ); UIDO(MaxScrSnowDepth , SetMaxScreenSnowDepth(); InitFallenSnow(); ClearScreen(); ); UIDO(NoKeepSBot , InitFallenSnow(); ClearScreen(); ); UIDO(NoKeepSWin , InitFallenSnow(); ClearScreen(); ); } int do_fallen(void *d) { if (Flags.Done) return FALSE; if (NOTACTIVE) return TRUE; FallenSnow *fsnow = global.FsnowFirst; while(fsnow) { if (HandleFallenSnow(fsnow)) DrawFallen(fsnow); fsnow = fsnow->next; } XFlush(global.display); return TRUE; (void)d; } void drawquartcircle(int n, short int *y) // nb: dimension of y > n+1 { int i; float n2 = n*n; for(i=0; i<=n; i++) y[i] = lrintf(sqrtf(n2 - i*i)); } // insert a node at the start of the list void PushFallenSnow(FallenSnow **first, WinInfo *win, int x, int y, int w, int h) { FallenSnow *p = (FallenSnow *)malloc(sizeof(FallenSnow)); p->win = *win; p->x = x; p->y = y; p->w = w; p->h = h; p->prevx = 0; p->prevy = 0; p->prevw = 10; p->prevh = 10; p->w8 = ((w-1)/8+1)*8; p->acth = (short int *)malloc(sizeof(*(p->acth))*w); p->desh = (short int *)malloc(sizeof(*(p->desh))*w); p->surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,w,h); cairo_t *cr = cairo_create(p->surface); cairo_set_source_rgba(cr,1,0,0,0.0); cairo_rectangle(cr,0,0,w,h); cairo_fill(cr); cairo_destroy(cr); int l = 0,i; for (i=0; iacth[i] = 0; // specify l to get sawtooth effect p->desh[i] = h; l++; if (l > h) l = 0; } if (w > h && win->id != 0) { drawquartcircle(h,&(p->desh[w-h-1])); for(i=0; i<=h; i++) p->desh[i] = p->desh[w-1-i]; } p->next = *first; *first = p; } // pop from list int PopFallenSnow(FallenSnow **list) { FallenSnow *next_node = NULL; if (*list == NULL) return 0; next_node = (*list)->next; FreeFallenSnow(*list); *list = next_node; return 1; } // remove by id int RemoveFallenSnow(FallenSnow **list, Window id) { P("RemoveFallenSnow\n"); if (*list == NULL) return 0; FallenSnow *fallen = *list; if (fallen->win.id == id) { fallen = fallen->next; FreeFallenSnow(*list); *list = fallen; return 1; } FallenSnow *scratch = NULL; while (1) { if (fallen->next == NULL) return 0; scratch = fallen->next; if (scratch->win.id == id) break; fallen = fallen->next; } fallen->next = scratch->next; FreeFallenSnow(scratch); return 1; } void FreeFallenSnow(FallenSnow *fallen) { free(fallen->acth); free(fallen->desh); cairo_surface_destroy(fallen->surface); free(fallen); } FallenSnow *FindFallen(FallenSnow *first, Window id) { FallenSnow *fsnow = first; while(fsnow) { if(fsnow->win.id == id) return fsnow; fsnow = fsnow->next; } return NULL; } // print list void PrintFallenSnow(FallenSnow *list) { FallenSnow *fallen = list; while (fallen != NULL) { int sumact = 0; int i; for(i=0; iw; i++) sumact += fallen->acth[i]; printf("id:%#10lx ws:%4d x:%6d y:%6d w:%6d sty:%2d hid:%2d sum:%8d\n", fallen->win.id, fallen->win.ws, fallen->x, fallen->y, fallen->w, fallen->win.sticky, fallen->win.hidden, sumact); fallen = fallen->next; } } void CleanFallenArea(FallenSnow *fsnow,int xstart,int w) { if(global.IsDouble) return; P("CleanFallenArea %d %d\n",counter++,global.IsDouble); int x = fsnow->prevx; int y = fsnow->prevy; myXClearArea(global.display, global.SnowWin, x+xstart, y, w, fsnow->h+global.MaxSnowFlakeHeight, global.xxposures); } // clean area for fallensnow with id void CleanFallen(Window id) { P("CleanFallen %#lx\n",id); FallenSnow *fsnow = global.FsnowFirst; // search the id while(fsnow) { if(fsnow->win.id == id) { CleanFallenArea(fsnow,0,fsnow->w); //myXClearArea(global.display,global.SnowWin, // fsnow->prevx, fsnow->prevy, fsnow->prevw, fsnow->prevh, global.xxposures); break; } fsnow = fsnow->next; } } void CreateSurfaceFromFallen(FallenSnow *f) { P("createsurface %#10lx %d %d %d %d %d %d\n",f->id,f->x,f->y,f->w,f->h, cairo_image_surface_get_width(f->surface), cairo_image_surface_get_height(f->surface)); int i; GdkRGBA color; // clear the surface (NB: CAIRO_OPERATOR_SOURCE) cairo_t *cr = cairo_create(f->surface); cairo_set_source_rgba(cr,0,0,0,0); cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); cairo_rectangle(cr,0,0,f->w,f->h); cairo_fill(cr); cairo_set_line_width(cr,1); cairo_set_antialias(cr,CAIRO_ANTIALIAS_NONE); gdk_rgba_parse(&color,Flags.SnowColor); cairo_set_source_rgb(cr,color.red, color.green, color.blue); int h = f->h; short int *acth = f->acth; for (i=0; iw; i++) { cairo_move_to(cr,i,h-1); cairo_line_to(cr,i,h-1-acth[i]); } cairo_stroke(cr); cairo_destroy(cr); } void DrawFallen(FallenSnow *fsnow) { if(fsnow->win.id == 0 || (!fsnow->win.hidden && (fsnow->win.ws == global.CWorkSpace || fsnow->win.sticky))) { // do not interfere with Santa if(!Flags.NoSanta) { int in = XRectInRegion(global.SantaPlowRegion, fsnow->x, fsnow->y - fsnow->h, fsnow->w, fsnow->h); if (in == RectangleIn || in == RectanglePart) { // determine front of Santa in fsnow int xfront = global.SantaX+global.SantaWidth - fsnow->x; // determine back of Santa in fsnow, Santa can move backwards in strong wind int xback = xfront - global.SantaWidth; const int clearing = 1; float vy = -1.5*global.ActualSantaSpeed; if(vy > 0) vy = -vy; if (vy < -100.0) vy = -100; if (global.ActualSantaSpeed > 0) GenerateFlakesFromFallen(fsnow,xfront,clearing,vy); CleanFallenArea(fsnow,xback-clearing,global.SantaWidth+2*clearing); int i; for (i=0; iw; i++) if (i < xfront+clearing && i>=xback-clearing) fsnow->acth[i] = 0; XFlush(global.display); } } CreateSurfaceFromFallen(fsnow); // drawing is handled in fallensnow-draw } } void GenerateFlakesFromFallen(FallenSnow *fsnow, int x, int w, float vy) { P("GenerateFlakes %d %d %d %f\n",counter++,x,w,vy); if (!Flags.BlowSnow || Flags.NoSnowFlakes) return; // animation of fallen fallen snow // x-values x..x+w are transformed in flakes, vertical speed vy int i; int ifirst = x; if (ifirst < 0) ifirst = 0; if (ifirst > fsnow->w) ifirst = fsnow->w; int ilast = x+w; if(ilast < 0) ilast = 0; if (ilast > fsnow->w) ilast = fsnow->w; P("ifirst ilast: %d %d %d %d\n",ifirst,ilast,w,wacth[i]; j++) { int k, kmax = BlowOff(); for(k=0; krx = fsnow->x + i + 16*(drand48()-0.5); flake->ry = fsnow->y - j - 8; if (Flags.NoWind) flake->vx = 0; else flake->vx = global.NewWind/8; flake->vy = vy; flake->cyclic = 0; } } } } } void EraseFallenPixel(FallenSnow *fsnow, int x) { if(fsnow->acth[x] > 0) { if(!global.IsDouble) { int x1 = fsnow->x + x; int y1 = fsnow->y - fsnow->acth[x]; myXClearArea(global.display, global.SnowWin, x1 , y1, 1, 1, global.xxposures); } fsnow->acth[x]--; } } void InitFallenSnow() { while (global.FsnowFirst) PopFallenSnow(&global.FsnowFirst); // create fallensnow on bottom of screen: WinInfo *NullWindow = (WinInfo *)malloc(sizeof(WinInfo)); memset(NullWindow,0,sizeof(WinInfo)); PushFallenSnow(&global.FsnowFirst, NullWindow, 0, global.SnowWinHeight, global.SnowWinWidth, global.MaxScrSnowDepth); free(NullWindow); } // removes some fallen snow from fsnow, w pixels. If fallensnowheight < h: no removal // also add snowflakes void UpdateFallenSnowWithWind(FallenSnow *fsnow, int w, int h) { int i; int x = randint(fsnow->w - w); for(i=x; iacth[i] > h) { // animation of blown off snow if (!Flags.NoWind && global.Wind != 0 && drand48() > 0.5) { int j, jmax = BlowOff(); for (j=0; j< jmax; j++) { Snow *flake = MakeFlake(0); flake->rx = fsnow->x + i; flake->ry = fsnow->y - fsnow->acth[i] - drand48()*8; flake->vx = fsignf(global.NewWind)*global.WindMax; flake->vy = -5; flake->cyclic = (fsnow->win.id == 0); // not cyclic for Windows, cyclic for bottom P("%d:\n",counter++); } EraseFallenPixel(fsnow,i); } } } void SetMaxScreenSnowDepth() { global.MaxScrSnowDepth = Flags.MaxScrSnowDepth; if (global.MaxScrSnowDepth> (global.SnowWinHeight-SNOWFREE)) { printf("** Maximum snow depth set to %d\n", global.SnowWinHeight-SNOWFREE); global.MaxScrSnowDepth = global.SnowWinHeight-SNOWFREE; } } void UpdateFallenSnowPartial(FallenSnow *fsnow, int x, int w) { if (NOTACTIVE) return; P("update ...\n"); if(!HandleFallenSnow(fsnow)) return; int imin = x; if(imin < 0) imin = 0; int imax = x + w; if (imax > fsnow->w) imax = fsnow->w; int i, k; k = 0; short int *old; // old will contain the acth values, corresponding with x-1..x+w (including) old = (short int *)malloc(sizeof(*old)*(w+2)); for (i=imin-1; i<=imax; i++) { if (i < 0) old[k++] = fsnow->acth[0]; else if (i>=fsnow->w) old[k++] = fsnow->acth[fsnow->w-1]; else old[k++] = fsnow->acth[i]; } int add; if (fsnow->acth[imin] < fsnow->desh[imin]/4) add = 4; else if(fsnow->acth[imin] < fsnow->desh[imin]/2) add = 2; else add = 1; k = 1; // old[1] corresponds with acth[0] for (i=imin; idesh[i] > old[k]) && (old[k-1] >= old[k] || old[k+1] >= old[k])) fsnow->acth[i] = add + (old[k-1] + old[k+1])/2; k++; } // old will contain the new acth values, corresponding with x-1..x+w (including) k = 0; for (i=imin-1; i<=imax; i++) { if (i < 0) old[k++] = fsnow->acth[0]; else if (i>=fsnow->w) old[k++] = fsnow->acth[fsnow->w-1]; else old[k++] = fsnow->acth[i]; } // and now some smoothing k = 1; for (i=imin; iacth[i] = sum/3; k++; } free(old); } int HandleFallenSnow(FallenSnow *fsnow) { if (fsnow->win.id == 0) return !Flags.NoKeepSBot; if (fsnow->win.hidden) return 0; if (!fsnow->win.sticky) { if (fsnow->win.ws != global.CWorkSpace) return 0; } return !Flags.NoKeepSWin; } xsnow-3.3.2/src/ui.xml0000644000175000017500000071153514140766433011570 00000000000000 100 1 10 300 100 5 20 100 50 1 10 100 1 10 1 400 50 5 10 20 7 1 10 100 1 10 20 300 100 5 20 300 100 5 20 95 1 10 20 300 1 10 False True False True False Alas! This not an X11 session, xsnow will probably not run. If you want to try it anyway, set the environment variable XSNOW_FORCE_RUN, eg: XSNOW_FORCE_RUN=1 xsnow Or, you could force an X11 session, for example by tweaking /etc/gdm3/daemon.conf. 1 0 Ok, things are as they are. True True True 1 1 True False 12 12 gtk-missing-image 0 0 True False 12 12 gtk-missing-image 2 0 10 1000 500 10 100 100 1 10 75 1 10 100 1 10 -20 100 -20 1 10 20 500 100 1 10 720 120 10 10 60 10 1 1 -50 50 1 10 -50 50 1 10 -50 50 1 10 -50 50 1 10 20 400 2 5 5 30 300 1 10 10 100 1 10 1 300 1 10 2 100 1 10 10 400 1 10 2 100 1 10 2 20 8 1 5 10 300 1 10 50 1 10 3 1 1 1 3 1 1 3 1 1 3 1 1 3 1 1 3 1 1 3 1 1 10 50 30 1 10 If everything is ok, it is now snowing on your desktop.\n \n Using he tabs above (snow, Santa, scenery, wind) you are\n encouraged to define your own preferences.\n \n If xsnow misbehaves on your desktop, use the 'settings'\n tab to see if you can correct this.\n\n In every tab you find the following rescue buttons:\n Defaults: set default preferences for this tab.\n Vintage: set vintage preferences for this tab.\n All defaults: set default preferences for all (except settings) tabs.\n All vintage: set vintage preferences for all (except settings) tabs.\n\n Vintage preferences give the look and feel of the original\n xsnow, created in 1993 by Rick Jansen.\n 300 1 10 3 50 1 10 False start True False True -1 True False 8 8 stack True False 400 crossfade True False center 8 8 True False True Hide menu True True True Leave menu. end center False True 0 Quit xsnow True True True Quit xsnow. start center False True 1 1 25 True False start If everything is ok, it is now snowing on your desktop, and birds are flying. fill 50 1 3 True False start You are encouraged to define your own preferences using the tabs above. fill 50 1 4 True False start Use the <b>settings</b> tab if xsnow is misbehaving. Use the <b>birds</b> tab if birds are misbehaving. True fill True 50 1 6 True False start In every tab you find the following rescue buttons: fill True 50 1 8 True False True False <b>Defaults </b> True False True 0 True False start Set default preferences for this tab. False True 1 1 10 True False True False <b>Vintage </b> True False True 0 True False start Set vintage preferences for this tab. False True 1 1 11 True False True False <b>All defaults </b> True False True 0 True False start Set default preferences for all (except settings) tabs. False True 1 1 12 True False True False <b>All vintage </b> True False True 0 True False start Set vintage preferences for all (except settings) tabs. False True 1 1 13 True False 1 2 True False 1 7 True False 1 18 True False 0 2 True False True False 64 applications-games False True 0 True False 24 24 True Welcome at xsnow! False True 1 True False 64 applications-games False True 2 1 1 True False True False 64 applications-games False True 0 True False start True Vintage preferences: the look and feel of the original xsnow, created in 1993 by Rick Jansen. fill True 45 False True 1 True False 64 applications-games False True 2 1 20 True False True 0 21 True False True All defaults True True True Apply defaults for all preferences (except settings). end center False True 0 False True 1 All vintage True True True Use vintage values for all preferences (except settings). start center False True 2 1 24 True False 1 5 True False 1 9 True False If the system is too busy, all panels get this color. You could adapt some things in "snow", "birds" or "settings". center 0.5 0.5 1 17 True False 1 16 page5 welcome True False center 16 16 8 8 True False center Blow off: 0.89999997615814209 0 4 True False On windows: 0.89999997615814209 0 5 True False On bottom: 0.89999997615814209 0 6 True False On scenery: 0.89999997615814209 0 7 Show snow True True True If set, show snowflakes. center 3 2 Show True True True If set, show snow blowing away. center 3 4 Show True True True If set, show fallen snow on windows. center 3 5 Show True True True If set, show fallen snow on bottom of the desktop. center 3 6 Show True True True If set, snow will collect on the trees. center 3 7 True True The higher this setting, the more snow will be generated because of Santa ploughing, wind or disappearing windows. center snow-blow-adjustment 1 0 False left 1 4 True True The higher this setting, the more snow will collect on the windows. Note: in Wayland, there is no snow on the windows. snow-on-windows-adjustment 1 0 False left 1 5 True True The higher this setting, the more snow will collect on the bottom of the desktop. snow-on-screen-adjustment 1 0 False left 1 6 True True The higher this setting, the more snow will collect on the trees. snow-on-trees-adjustment 1 0 False left 1 7 True False 12 40 Choose your favorite snow 0 0 4 True False start start 0 11 True False end Defaults True True True Apply default values for the preferences in this tab. end center False True 0 Vintage True True True Apply vintage values for the preferences in this tab. start center False True 1 0 12 2 True False end Hide menu True True True Leave menu. False True 0 0 13 2 True False start All defaults True True True Apply defaults for all preferences (except settings). end center False True 0 All vintage True True True Use vintage values for all preferences (except settings). start center False True 1 2 12 2 True False start Quit xsnow True True True Quit xsnow. False True 0 2 13 2 100 True True The higher, the more snowflakes. center snow-intensity-adjustment 1 0 False left 1 2 True False center Intensity: 0.89999997615814209 0 2 True False center Color: 0.89999997615814209 0 3 True True True The color of the snow. center center True 1 3 True False True 1 11 100 True False center Size: 0.89999997615814209 0 8 100 True True Size of snowflakes, works only for non-vintage snow flakes. center snow-size-adjustment 0 0 False left 1 8 True False center Speed: 0.89999997615814209 2 8 100 True True Speed of the snowflakes. end center snow-speed-adjustment 0 0 False left 3 8 100 True False Max # flakes: right 0.89999997615814209 0 9 100 True True Maximum amount of snowflakes. center flake-count-max-adjustment 0 0 False left 1 9 60 True False center # Flakes: 0.89999997615814209 2 9 100 True False start center label 3 9 Show fluff True True True If set, try to show fluff on fallen snow and trees if possible. center 3 3 page2 snow 1 True False center 16 8 8 True True True False Tiny Santa with three reindeers. end 8 True True False True False gtk-missing-image 0 3 2 True True False Small Santa with three reindeers. end 8 True False santa-0 True False gtk-missing-image 0 4 2 True True False Santa with three reindeers. end 8 True False santa-0 True False gtk-missing-image 0 5 2 True True False Santa with Dasher, Dancer, Prancer, Vixen, Comet, Cupid, Dunder and Blixem. end 8 True False santa-0 True False gtk-missing-image 0 6 2 True True False Santa using the train with two reindeers. end 8 True False santa-0 True False gtk-missing-image 0 7 2 True True False Santa using the train with one reindeer and Rudolph. start 8 False santa-0 True False gtk-missing-image 2 7 2 True True False Tiny Santa with two reindeers and Rudolph. start 8 True True False santa-0 True False gtk-missing-image 2 3 2 True True False Small Santa with two reindeers and Rudolph. start 8 False santa-0 True False gtk-missing-image 2 4 2 True True False Santa with two reindeers and Rudolph. start 8 False santa-0 True False gtk-missing-image 2 5 2 True True False Santa with Dasher, Dancer, Prancer, Vixen, Comet, Cupid, Dunder, Blixem and Rudolph. start 8 False santa-0 True False gtk-missing-image 2 6 2 True False end center 8 Without Rudolph 1 2 True False start center 8 With Rudolph 2 2 True False Choose your Santa 0 0 4 True False 12 40 Choose your favorite Santa 0 1 4 True False True 0 10 True False end center 8 Speed: 0.89999997615814209 2 8 True True Santa's speed. center 8 8 santaspeedadjustment 1000 2 False left 3 8 True False end Defaults True True True Apply default values for the preferences in this tab. end center False True 0 Vintage True True True Apply vintage values for the preferences in this tab. start center False True 1 0 11 2 True False end Hide menu True True True Leave menu. False True 0 0 12 2 True False start All defaults True True True Apply defaults for all preferences (except settings). end center False True 0 All vintage True True True Use vintage values for all preferences (except settings). start center False True 1 2 11 2 True False start Quit xsnow True True True Quit xsnow. False True 0 2 12 2 Show True True True end 8 1 0 8 2 page1 Santa 2 True False center 16 16 8 8 Show scenery True True True To show or not to show scenery. center center 4 3 2 True True True Vintage tree, you can set the color. True False gtk-missing-image 0 3 True True True Woody tree. True False gtk-missing-image 0 4 True True True Leavy tree. True False gtk-missing-image 1 4 True True True Small house. True False gtk-missing-image 2 4 True True True Reindeer. True False gtk-missing-image 3 4 True True True Moose. True False gtk-missing-image 4 4 True True True Snowy tree. True False gtk-missing-image 5 4 True True True Set color of vintage tree. center center True 1 3 True False 0 5 True False 0 2 True False 12 40 Compose your favorite scenery 0 0 6 True False Try and click any picture! 2 3 2 True False True 0 8 True True True Polar bear. True False gtk-missing-image 6 4 True False end Defaults True True True Apply default values for the preferences in this tab. end center False True 0 Vintage True True True Apply vintage values for the preferences in this tab. start center False True 1 0 11 3 True False end Hide menu True True True Leave menu. False True 0 0 12 3 True False start All defaults True True True Apply defaults for all preferences (except settings). end center False True 0 All vintage True True True Use vintage values for all preferences (except settings). start center False True 1 3 11 4 True False start Quit xsnow True True True Quit xsnow. False True 0 3 12 4 True False True False end # Items: True 10 0.89999997615814209 False True 0 100 True True Desired number of scenery items. start 8 ntreesadjustment 100 0 0 False left False True 1 True False start 12 % Window fill: False True 2 100 True True Bottom percentage of screen available for scenery. end 8 treewindowfilladjustment 100 0 0 False left False True 3 Allow overlap True True True To allow overlap or not when placing scenery. center center False True 4 0 7 7 page0 scenery 3 True False center 8 8 True False 50 Compose here your favorite celestial conditions 0 0 4 True False True 0 9 True False end Defaults True True True Apply default values for the preferences in this tab. end center False True 0 Vintage True True True Apply vintage values for the preferences in this tab. start center False True 1 0 10 2 True False start All defaults True True True Apply default values for all preferences (except settings). end center False True 0 All vintage True True True Apply vintage values for all preferences (except settings). start center False True 1 2 10 2 True False end Hide menu True True True Leave menu. False True 0 0 11 2 True False start Quit xsnow True True True Quit xsnow. False True 0 2 11 2 True False 80 True False center Wind center 0.60000002384185791 False True 0 Windy 80 True True True If set, there will be wind. center False True 1 80 True False center Whirl: 0.89999997615814209 False True 2 100 True True The higher this setting, the more the wind will whirl. center whirl-adjustment 0 0 False left False True 3 60 True False center Timer: 7 0.89999997615814209 False True 4 100 True True This setting determines how many seconds pass between two gusts of wind. center wind-timer-adjustment 0 0 False left False True 5 Gust! True True True Force a gust of wind immediately. center False True 6 0 3 4 True False 80 True False center Stars 0.60000002384185791 False True 0 Show 80 True True True To show or not show stars. center False True 1 80 True False center Number: 0.89999997615814209 False True 2 100 True True Number of twinkling stars. center staradjustment 0 0 False left False True 3 0 4 4 True False 0 5 4 True False 1 80 True False center Meteo 0.60000002384185791 False True 0 Show 80 True True True To show or not to show meteorites, center center False True 1 0 7 4 True False 80 True False center Moon 0.60000002384185791 0 0 Show 80 True True True To show or not show moon center center 1 0 80 True False center Speed: 0.89999997615814209 2 0 100 True True Speed of moon in pixels/minute center moonspeedadjustment 0 0 False left 3 0 Show 80 True True True To show or not to show halo around moon. center center 1 1 True False center Halo 0.60000002384185791 0 1 100 True True Relative size of the moon center moonsizeadjustment 0 0 False left 5 0 60 True False center Size: 6 0.89999997615814209 4 0 True False center Bright: 0.89999997615814209 2 1 True True Brightness of moon's halo. center halobrightadjustment 0 0 False left 3 1 0 6 4 page4 celestials 4 True False center 8 8 True False 12 40 Birds settings 0 0 4 True False All defaults True True True Apply defaults for all preferences (except settings). end center False True 0 All vintage True True True Use vintage values for all preferences (except settings). start center False True 1 2 12 2 True False Quit xsnow True True True Quit xsnow. False True 0 2 13 True False end Hide menu True True True Leave menu. False True 0 1 13 True False end Defaults True True True Apply default values for the preferences in this tab. end center False True 0 Vintage True True True Apply vintage values for the preferences in this tab. start center False True 1 0 12 2 Show birds True True True If set: show birds. center center 0 1 Birds only True True True If set: show no Santa, snow or scenery. center center 1 1 True False center Preferred distance: 0.89999997615814209 0 4 100 True True Preferred distance from other birds birds-prefdistance-adjustment 0 0 False left 1 4 True False True 0 11 Restart True True True Restart birds. center center 2 1 True False center Viewing distance: 0.89999997615814209 0 6 True True Viewing distance. NOTE: Santa has no knowledge of viewing distance, so when birds are following Santa, the relative positions of Santa and birds will be temporarely out of sync when you change the viewing distance. This is only noticeable when the birds are following Santa. birds-vd-adjustment 0 0 False left 1 6 True False Actual mean distance from neighbours. start center 8 label 0 10 True False Distance used to get the desired number of neighbours. start center 8 label 1 10 True False center Focus to attraction point: 0.89999997615814209 0 7 True True Eagerness to concentrate on common attraction point birds-attraction-adjustment 0 0 False left 1 7 100 True True Desired number of birds. If zero, no birds are shown. birds-nbirds-adjustment 0 0 False left 1 3 True False center # Birds: 0.89999997615814209 0 3 100 True True Number of nearest neighbours the birds should look at. birds-neighbours-adjustment 0 0 False left 1 5 True False center Neighbours: 0.89999997615814209 0 5 True True True Give the birds a fancy color. center center rgb(0,0,0) True 1 8 True False center Bird color 0 8 True False 0 2 True False center Anarchy: 0.89999997615814209 2 3 100 True True Anarchy level: the higher, the more anarchy birds-anarchy-adjustment 0 0 False left 3 3 True False center Distance weight: 0.89999997615814209 2 4 100 True True Eagerness to keep desired distance to neighbours. birds-distance-weight-adjustment 0 0 False left 3 4 True False center Adjust speed to neighbours: 0.89999997615814209 2 5 100 True True Eagerness to adjust speed to neighbours. birds-follow-adjustment 0 0 False left 3 5 True False center Speed: 0.89999997615814209 2 6 100 True True Speed of birds in arbitrary units. birds-speed-adjustment 0 0 False left 3 6 True False center Drawing scale: 0.89999997615814209 2 7 100 True True Influence the size of the birds. birds-scale-adjustment 0 0 False left 3 7 Show attr point 100 True True True Show the point where the birds want to go. 2 8 Follow Santa 100 True True True Birds are attracted by an attraction point. Here you can choose to let Santa be the attraction point. 3 8 page6 birds 5 True False center 16 16 8 8 True False version 2 0 14 True False 8 20 Settings 0 2 16 200 True False center True False Transparency False True 0 True True Transparency of painted items: 0: no transparency. 100: fully transparent, you will see nothing! vertical general-transparency-adjuspment True 0 0 False right False True 1 True False end center Lift snow on bottom False True 2 True True Use this if snow falls below the bottom of your screen, or fallen snow hides something that should not be hidden. vertical lift-window-adjustment True False 0 0 False right False True 3 True False end center Lift snow on windows False True 4 True True Use this if no snow collects on your windows, or if snow collects separated from your windows. Some basic window managers need this setting (e.g. TWM needs in general a value of 25 .. 28). vertical lift-windows-adjustment True False 0 0 False right False True 5 True False end Cpu factor 6 0.89999997615814209 False True 6 general-cpuload True True The higher, the smoother xsnow will run, but will also use more cpu power. vertical cpuload-adjustment True False 0 0 False right False True 7 True False Scale False True 8 general-scale True True Overll drawing scale vertical scale-adjustment True False 0 0 False right False True 9 0 6 16 True False True 2 11 True False end Hide menu True True True Leave menu. False True 0 0 13 8 True False Quit xsnow True True True Quit xsnow. start False True 0 8 13 8 True False end Defaults True True True Apply default values for the preferences in this tab. start False True 0 Vintage True True True Apply vintage values for the preferences in this tab. end False True 1 0 12 8 True False start All defaults True True True Apply defaults for all preferences (except settings). end False True 0 All vintage True True True Use vintage values for all preferences (except settings). start False True 1 8 12 8 True False True True False start center 4 4 window type etc. False False 0 3 10 13 True False True 0 9 True False center Xsnow colors True True True Toggle between xsnow's own colors and standard colors. Activated: use xsnow colors. Deactivated: use default colors. False True 0 On all workspaces True True True Use all workspaces to snow in. NOTE: this doesn't work properly in enlightenment. start center False True 1 Below windows True True True When activated, it will be snowing below your windows, else it will be snowing upon you windows too. On some desktop environments, when snowing above your windows you will not be able to click on any window. Therefore, you will be asked to click a button, to be sure that things are OK. center center False True 3 Click to confirm True True True To make sure you can click. False True 4 0 8 17 True False 0 7 page3 settings 6 xsnow-3.3.2/src/doit.h0000644000175000017500000001306314140766433011530 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once // calls macro's for elements of FLAGS // DOIT_I is for x that should be output as 1234 // DOIT_S is for x that is a char* // DOIT_L is for x that should be output as 0x123456 // parameters are: name, default value, vintage value // these flags are not written to the config file and // are no part of the ui (except BelowAll) #define DOITALL \ DOIT_I(BelowAll ,1 ,1 ) \ DOIT_I(BelowConfirm ,0 ,0 ) /*not a button or parameter */ \ DOIT_I(Changes ,0 ,0 ) /* not a parameter or button */ \ DOIT_I(CheckGtk ,1 ,1 ) \ DOIT_I(Defaults ,0 ,0 ) \ DOIT_I(Desktop ,0 ,0 ) \ DOIT_I(Done ,0 ,0 ) \ DOIT_I(ForceRoot ,0 ,0 ) \ DOIT_I(FullScreen ,0 ,0 ) \ DOIT_I(HideMenu ,0 ,0 ) \ DOIT_I(NoConfig ,0 ,0 ) \ DOIT_I(NoMenu ,0 ,0 ) \ DOIT_I(Noisy ,0 ,0 ) \ DOIT_I(StopAfter ,-1 ,-1) \ DOIT_I(UseDouble ,1 ,1 ) \ DOIT_I(WindNow ,0 ,0 ) \ DOIT_I(XWinInfoHandling ,0 ,0 ) \ DOIT_L(WindowId ,0 ,0 ) \ DOIT_S(DisplayName ,"" ,"") \ DOIT // following flags are written to the config file and // are part of the ui #define DOIT \ DOIT_I(AllWorkspaces ,1 ,1 ) \ DOIT_I(BlowOffFactor ,40 ,40 ) \ DOIT_I(BlowSnow ,1 ,0 ) \ DOIT_I(CpuLoad ,100 ,100 ) \ DOIT_I(Transparency ,0 ,0 ) \ DOIT_I(Scale ,100 ,100 ) \ DOIT_I(DesiredNumberOfTrees ,10 ,6 ) \ DOIT_I(FlakeCountMax ,300 ,300 ) \ DOIT_I(Halo ,1 ,1 ) \ DOIT_I(HaloBright ,25 ,25 ) \ DOIT_I(MaxOnTrees ,200 ,200 ) \ DOIT_I(MaxScrSnowDepth ,50 ,50 ) \ DOIT_I(MaxWinSnowDepth ,30 ,30 ) \ DOIT_I(Moon ,1 ,0 ) \ DOIT_I(MoonSpeed ,120 ,120 ) \ DOIT_I(MoonSize ,100 ,100 ) \ DOIT_I(NoFluffy ,0 ,0 ) \ DOIT_I(NoKeepSBot ,0 ,0 ) \ DOIT_I(NoKeepSnow ,0 ,0 ) \ DOIT_I(NoKeepSnowOnTrees ,0 ,1 ) \ DOIT_I(NoKeepSWin ,0 ,0 ) \ DOIT_I(NoMeteorites ,0 ,1 ) \ DOIT_I(NoSanta ,0 ,0 ) \ DOIT_I(NoSnowFlakes ,0 ,0 ) \ DOIT_I(NoTrees ,0 ,0 ) \ DOIT_I(NoWind ,0 ,0 ) \ DOIT_I(NStars ,20 ,0 ) \ DOIT_I(OffsetS ,0 ,0 ) \ DOIT_I(OffsetW ,-8 ,-8 ) \ DOIT_I(OffsetX ,4 ,4 ) \ DOIT_I(OffsetY ,0 ,0 ) \ DOIT_I(Overlap ,1 ,0 ) \ DOIT_I(Rudolf ,1 ,1 ) \ DOIT_I(SantaSize ,3 ,2 ) \ DOIT_I(SantaSpeedFactor ,100 ,100 ) \ DOIT_I(SnowFlakesFactor ,100 ,15 ) \ DOIT_I(SnowSize ,8 ,8 ) \ DOIT_I(SnowSpeedFactor ,100 ,100 ) \ DOIT_I(Stars ,1 ,0 ) \ DOIT_I(ThemeXsnow ,1 ,1 ) \ DOIT_I(TreeFill ,30 ,30 ) \ DOIT_I(VintageFlakes ,0 ,1 ) /* internal flag */\ DOIT_I(WhirlFactor ,100 ,100 ) \ DOIT_I(WindTimer ,30 ,30 ) \ \ DOIT_S(SnowColor ,"snow" ,"snow" ) \ DOIT_S(TreeColor ,"chartreuse" ,"chartreuse") \ DOIT_S(TreeType ,"1,2,3,4,5,6,7," ,"0," ) \ \ DOIT_I(Anarchy ,50 ,50 ) \ DOIT_I(AttrFactor ,100 ,100) \ DOIT_I(BirdsOnly ,0 ,0 ) \ DOIT_I(BirdsRestart ,0 ,0 ) \ DOIT_I(BirdsScale ,100 ,100) \ DOIT_I(BirdsSpeed ,100 ,100) \ DOIT_I(DisWeight ,20 ,20 ) \ DOIT_I(FollowWeight ,30 ,30 ) \ DOIT_I(FollowSanta ,0 ,0 ) \ DOIT_I(Nbirds ,70 ,70 ) \ DOIT_I(Neighbours ,7 ,7 ) \ DOIT_I(PrefDistance ,40 ,40 ) \ DOIT_I(ShowAttrPoint ,0 ,0 ) \ DOIT_I(ShowBirds ,1 ,0 ) \ DOIT_I(ViewingDistance ,40 ,40 ) \ \ DOIT_S(BirdsColor ,"#361A07" ,"#361A07") xsnow-3.3.2/src/clientwin.h0000644000175000017500000000416214140766433012565 00000000000000// from the program xprop /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* * Copyright 2007 Kim woelders * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that copyright * notice and this permission notice appear in supporting documentation, and * that the name of the copyright holders not be used in advertising or * publicity pertaining to distribution of the software without specific, * written prior permission. The copyright holders make no representations * about the suitability of this software for any purpose. It is provided "as * is" without express or implied warranty. * * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ #pragma once #include extern Window Find_Client(Display * dpy, Window root, Window target_win); xsnow-3.3.2/src/xsnow.h0000644000175000017500000002401214140766433011743 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include #include #include #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_XDBEALLOCATEBACKBUFFERNAME #define XDBE_AVAILABLE #endif #ifdef NO_USE_BITS #define BITS(n) #else #define BITS(n) :n #endif #define FLAGSFILE ".xsnowrc" #define FLAKES_PER_SEC_PER_PIXEL 30 #define INITIALSCRPAINTSNOWDEPTH 8 /* Painted in advance */ #define INITIALYSPEED 120 // has to do with vertical flake speed #define MAXBLOWOFFFACTOR 100 #define MAXSANTA 4 // santa types 0..4 #define MAXTANNENPLACES 10 // number of trees #define MAXTREETYPE 7 // treetypes: 0..MAXTREETYPE #define MAXWSENS 0.2 // sensibility of flakes for wind #define MAXXSTEP 2 /* drift speed max */ #define MAXYSTEP 10 /* falling speed max */ #define PIXINANIMATION 4 // nr of santa animations #define SANTASENS 0.2 // sensibility of Santa for wind #define SANTASPEED0 12 #define SANTASPEED1 25 #define SANTASPEED2 50 #define SANTASPEED3 50 #define SANTASPEED4 70 //#define SNOWFLAKEMAXTYPE 13 // type is 0..SNOWFLAKEMAXTYPE #define SNOWFREE 25 /* Must stay snowfree on display :) */ #define SNOWSPEED 0.7 // the higher, the speedier the snow #define WHIRL 150 // timers #define time_blowoff 0.50 /* time between blow snow off windows */ #define time_clean 1.00 /* time between cleaning desktop */ #define time_displaychanged 1.00 /* time between checks if display has changed */ #define time_emeteorite 0.20 /* time between meteorites erasures */ #define time_event 0.50 /* time between checking events */ #define time_flakecount 1.00 /* time between updates of show flakecount */ #define time_fuse 1.00 /* time between testing on too much flakes */ #define time_genflakes 0.10 /* time between generation of flakes */ #define time_initbaum 0.30 /* time between check for (re)create trees */ #define time_initstars 1.00 /* time between check for (re)create stars */ #define time_meteorite 3.00 /* time between meteorites */ #define time_newwind 1.00 /* time between changing wind */ #define time_sfallen 2.30 /* time between smoothing of fallen snow */ #define time_snow_on_trees 0.50 /* time between redrawings of snow on trees */ #define time_star 0.50 /* time between drawing stars */ #define time_testing 2.10 /* time between testing code */ #define time_ui_check 0.25 /* time between checking values from ui */ #define time_umoon 0.02 /* time between update position of moon */ #define time_usanta 0.02 /* time between update of santa position */ #define time_ustar 2.00 /* time between updating stars */ #define time_wind 0.10 /* time between starting or ending wind */ #define time_wupdate 0.20 /* time between getting windows information */ #define time_show_range_etc 0.50 /* time between showing range etc. */ #define time_change_attr 60.0 /* time between changing attraction point */ #define time_measure 0.1 #define time_fallen (0.04 * global.cpufactor) /* time between redraw fallen snow */ #define time_snowflakes (0.02 * global.cpufactor) /* time between redrawings of snowflakes */ #define time_draw_all (0.04 * global.cpufactor) /* time between updates of screen */ #define ALPHA (0.01*(100 - Flags.Transparency)) #define XPM_TYPE const char /* ------------------------------------------------------------------ */ typedef struct _WinInfo { Window id ; int x,y ; // x,y coordinates int xa,ya ; // x,y coordinates absolute unsigned int w,h ; // width, height int ws ; // workspace unsigned int sticky BITS(1); // is visible on all workspaces unsigned int dock BITS(1); // is a "dock" (panel) unsigned int hidden BITS(1); // is hidden (iconified) } WinInfo; typedef struct _FallenSnow { WinInfo win; // WinInfo of window, win.id == 0 if snow at bottom int x,y; // Coordinates of fallen snow, y for bottom of fallen snow int w,h; // width, max height of fallen snow int prevx,prevy; // x,y of last draw int prevw,prevh; // w,h of last draw int w8; // width rounded up to 8-fold short int *acth; // actual heights short int *desh; // desired heights struct _FallenSnow *next; // pointer to next item cairo_surface_t *surface; // } FallenSnow; typedef struct _MeteoMap { int x1,x2,y1,y2,active; double starttime; } MeteoMap; typedef struct _StarMap { unsigned char *starBits; Pixmap pixmap; int width; int height; } StarMap; typedef struct _Skoordinaten { int x; int y; int color; } Skoordinaten; typedef struct Treeinfo { int x; // x position int y; // y position int w; // width int h; // height cairo_surface_t *surface; float scale; unsigned int type BITS(8); // type (TreeType, -treetype) unsigned int rev BITS(1); // reversed } Treeinfo; typedef struct _Snow { float rx; // x position float ry; // y position int ix; int iy; // position after draw float vx; // speed in x-direction, pixels/second float vy; // speed in y-direction, pixels/second float m; // mass of flake float ivy; // initial speed in y direction float wsens; // wind dependency factor float flufftimer; // fluff timeout timer float flufftime; // fluff timeout unsigned int whatFlake; // snowflake index unsigned int cyclic BITS(1); // flake is cyclic unsigned int fluff BITS(1); // flake is in fluff state unsigned int freeze BITS(1); // flake does not move unsigned int testing BITS(2); // for testing purposes } Snow; typedef struct _SnowMap { //Pixmap pixmap; cairo_surface_t *surface; unsigned int width BITS(16); unsigned int height BITS(16); } SnowMap; extern struct _global { int counter; unsigned int xxposures BITS(1); unsigned int Desktop BITS(1); unsigned int Trans BITS(1); unsigned int UseDouble BITS(1); unsigned int IsDouble BITS(1); double cpufactor; float ActualSantaSpeed; Region SantaPlowRegion; int SantaHeight; int SantaWidth; int SantaX; int SantaY; float WindowScale; unsigned int MaxSnowFlakeHeight; /* Biggest flake */ unsigned int MaxSnowFlakeWidth; /* Biggest flake */ int FlakeCount; /* number of flakes */ int FluffCount; /* number of fluff flakes */ Display *display; Window SnowWin; int SnowWinBorderWidth; int SnowWinWidth; int SnowWinHeight; int SnowWinDepth; char *DesktopSession; int IsCompiz; int IsWayland; int CWorkSpace; // int? Yes, in compiz we take the placement of the desktop // which can easily be > 16 bits Window Rootwindow; int Xroot; int Yroot; unsigned int Wroot; unsigned int Hroot; int SnowWinX; int SnowWinY; int WindowsChanged; FallenSnow *FsnowFirst; int MaxScrSnowDepth; int RemoveFluff; double moonX; double moonY; double moonR; // radius of moon in pixels //Region TreeRegion; cairo_region_t *TreeRegion; cairo_region_t *gSnowOnTreesRegion; XPoint *SnowOnTrees; int OnTrees; Pixel Black; Pixel White; int Wind; // Wind = 0: no wind // Wind = 1: wind only affecting snow // Wind = 2: wind affecting snow and santa // Direction = 0: no wind direction I guess // Direction = 1: wind from left to right // Direction = -1: wind from right to left int Direction; float Whirl; double WindTimer; double WindTimerStart; float NewWind; float WindMax; int HaltedByInterrupt; char Message[256]; } global; xsnow-3.3.2/src/stars.h0000644000175000017500000000204014140766433011716 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #define STARANIMATIONS 4 extern void init_stars(void); extern void stars_draw(cairo_t *cr); extern void stars_erase(void); extern void stars_init(void); extern void stars_ui(void); xsnow-3.3.2/src/docs.c0000644000175000017500000004744214140766433011524 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "xsnow.h" #include "docs.h" #include "version.h" #include "utils.h" #include "flags.h" // return char* with all occurences of needle in s replaced with rep // s, needle, rep will not be modified static char *replace_all(const char *s, const char *needle, const char *rep); static void manout(const char*flag, const char*txt, ...); static int doman; static void printdescription(void); void printdescription() { printf("Xsnow shows an animation of Santa and snow on your desktop.\n"); printf("Xsnow can also run in one or more windows, see options -xwininfo, -id .\n"); printf("(These options only work satisfactorily in an X11 environment.)\n"); printf("Xsnow depends on an X11 environment. This is forced by setting the\n"); printf("environment variable GDK_BACKEND=x11 before initializing the GTK.\n"); printf("Hopefully, this will ensure that xsnow also runs in a Wayland environment\n"); printf("for some time.\n"); if(doman) printf(".PP\n"); printf("If xsnow is misbehaving, try to remove the file $HOME/.xsnowrc.\n"); } #define F(x) DefaultFlags.x void docs_usage(int man) { if (man) { doman = 1; printf(".\\\" DO NOT MODIFY THIS FILE! It was created by xsnow -manpage .\n"); printf(".TH XSNOW \"6\" \"2021\" \"xsnow\\-" VERSION "\" \"User Commands\"\n"); printf(".SH NAME\n"); printf(".\\\" Turn of hyphenation:\n"); printf(".hy 0\n"); printf("xsnow \\- Snow and Santa on your desktop\n"); printf(".SH SYNOPSIS\n"); printf(".B xsnow\n"); printf("[\\fIOPTION\\fR]...\n"); printf(".PP\n"); printf(".SH DESCRIPTION\n"); printdescription(); printf(".PP\n"); printf(".SS \"General options:\n"); } else { doman = 0; printf("XSNOW 2021 xsnow-" VERSION " User Commands\n"); printf("NAME\n"); printf("xsnow - Snow and Santa on your desktop\n"); printf("SYNOPSIS\n"); printf("xsnow "); printf("[OPTION...\n"); printf("\n"); printdescription(); printf("\n"); printf("General options:\n"); } manout(" ","Below: denotes an unsigned decimal (e.g 123)"); manout(" ","or octal (e.g. 017) or hex (e.g. 0x50009) number."); manout(" "," denotes a string like \"red\" or \"#123456\"."); manout(" "," "); if (!doman) printf("\n"); manout("-h, -help" ,"print this text."); manout("-H, -manpage" ,"print man page."); manout("-v, -version" ,"prints version of xsnow."); manout("-display name" ,"Drop the snowflakes on the given display."); manout(" " ,"Make sure the display is nearby, so you can hear them enjoy..."); manout("-vintage" ,"Run xsnow in vintage settings."); manout("-defaults" ,"Do not read config file (see FILES)."); manout("-noconfig" ,"Do not read or write config file (see FILES)."); manout("-hidemenu" ,"Start with hidden interactive menu."); manout("-nomenu" ,"Do not start and show interactive menu."); manout("-scale " ,"Apply scalefactor (default: %d).",F(Scale)); manout("-doublebuffer " ,"1: use double buffering; 0: do not use double buffering (default: %d).",F(UseDouble)); manout(" " ,"Only effective with '-root' or '-id' or '-xwininfo'."); manout("-theme " ,"1: use xsnow theme for menu; 0: use system theme (default: %d)",F(ThemeXsnow)); manout("-checkgtk " ,"0: Do not check gtk version before starting the user interface."); manout(" " ,"1: Check gtk version before starting the user interface."); manout(" " ,"(default: %d).",F(CheckGtk)); manout("-id , -window-id " ,"Snow in window with id (for example from xwininfo)."); manout("-desktop" ,"Act as if window is a desktop."); manout("-allworkspaces " ,"0: use one desktop for snow, 1: use all desktops (default: %d).",F(AllWorkspaces)); manout("-above" ,"Snow above your windows. Default is to snow below your windows."); manout(" " ,"NOTE: in some environments this results in an un-clickable desktop."); manout("-xwininfo " ,"Use a cursor to point at the window you want the snow to be fallen in."); manout("-stopafter " ,"Stop xsnow after so many seconds."); manout("-root " ,"Force to paint on (virtual) root window."); manout("." ,"Use this for xscreensaver: in ~.xscreensaver add:"); manout("." ," xsnow -root"); manout("." ,"On some systems you need to add the flag -nomenu to disable the menu:"); manout("." ," xsnow -root -nomenu"); manout("." ,"Probably, you want to start xscreensaver as follows:"); manout("." ," xscreensaver -no-capture-stderr"); manout("-noisy " ,"Write extra info about some mouse clicks, X errors etc, to stdout."); manout("-cpuload " ,"How busy is your system with xsnow:"); manout(" " ,"the higher, the more load on the system (default: %d).",F(CpuLoad)); if(doman) { printf(".PP\n"); printf(".SS \"Snow options:\n"); } else { printf("\n Snow options:\n\n"); } manout("-snowflakes " ,"The higher, the more snowflakes are generated per second. Default: %d.",F(SnowFlakesFactor)); manout("-blowsnow" ,"(Default) Animate blow-off snow."); manout("-noblowsnow" ,"Do not animate blowing snow from trees or windows"); manout("-sc " ,"Use the given string as color for the flakes (default: %s).",F(SnowColor)); manout("-snowspeedfactor " ,"Multiply the speed of snow with this number/100 (default: %d).",F(SnowSpeedFactor)); manout("-snowsize " ,"Set size of (non-vintage) snow flakes (default: %d).",F(SnowSize)); manout("-snow " ,"(Default) Show snow."); manout("-nosnow -nosnowflakes" ,"Do not show snow."); manout("-flakecountmax " ,"Maximum number of active flakes (default: %d).",F(FlakeCountMax)); manout("-blowofffactor " ,"The higher, the more snow is generated in blow-off scenarios (default: %d).",F(BlowOffFactor)); if(doman) { printf(".PP\n"); printf(".SS \"Tree options:\n"); } else { printf("\n Tree options:\n\n"); } manout("-treetype [, ...]" ,"Choose tree types: minimum 0, maximum %d (default: %s).", MAXTREETYPE,F(TreeType)); manout(" " ,"Thanks to Carla Vermin for numbers >=3!"); manout(" " ,"Credits: Image by b0red on Pixabay."); manout("-treetype all" ,"(Default) Use all non-vintage available tree types."); manout("-tc " ,"Use the given string as the color for the vintage tree (default: %s).",F(TreeColor)); manout(" " ,"Works only for treetype 0."); manout("-notrees" ,"Do not display the trees."); manout("-showtrees" ,"(Default) Display the trees."); manout("-trees " ,"Desired number of trees. Default %d.",F(DesiredNumberOfTrees)); manout("-treefill " ,"Region in percents of the height of the window where trees grow (default: %d).",F(TreeFill)); if(doman) { printf(".PP\n"); printf(".SS \"Santa options:\n"); } else { printf("\n Santa options:\n\n"); } manout("-showsanta" ,"(Default) Display Santa running all over the screen."); manout("-nosanta" ,"Do not display Santa running all over the screen."); manout("-showrudolph" ,"(Default) With Rudolph."); manout("-norudolph" ,"No Rudolph."); manout("-santa " ,"The minimum size of Santa is 0, the maximum size is %d. Default is %d.",MAXSANTA,F(SantaSize)); manout(" " ,"Thanks to Thomas Linder for the (big) Santa 2!"); manout(" " ,"Santa 3 is derived from Santa 2, and shows the required eight reindeer."); manout(" " ,"The appearance of Santa 4 may be a surprise, thanks to Carla Vermin for this one."); manout("-santaspeedfactor " ,"The speed Santa should not be excessive if he doesn't want to get"); manout(" " ,"fined. The appropriate speed for the Santa chosen"); manout(" " ,"will be multiplied by santaspeedfactor/100 (default: %d).",F(SantaSpeedFactor)); if(doman) { printf(".PP\n"); printf(".SS \"Celestial options:\n"); } else { printf("\n Celestial options:\n\n"); } manout("-wind " ,"(Default) It will get windy now and then."); manout("-nowind " ,"By default it gets windy now and then. If you prefer quiet weather"); manout(" " ,"specify -nowind."); manout("-whirlfactor " ,"This sets the whirl factor, i.e. the maximum adjustment of the"); manout(" " ,"horizontal speed. The default value is %d.",F(WhirlFactor)); manout("-windtimer " ,"With -windtimer you can specify how often it gets windy. It's"); manout(" " ,"sort of a period in seconds, default value is %d.",F(WindTimer)); manout("-stars " ,"The number of stars (default: %d).",F(NStars)); manout("-meteorites" ,"(Default) Show meteorites."); manout("-nometeorites" ,"Do not show meteorites."); manout("-moon " ,"1: show moon, 0: do not show moon (default: %d).",F(Moon)); manout("." ,"Picture of moon thanks to Pedro Lasta on Unsplash."); manout("." ,"https://unsplash.com/photos/wCujVcf0JDw"); manout("-moonspeed " ,"Speed of moon in pixels/minute (default: %d).",F(MoonSpeed)); manout("-moonsize " ,"Realtive size of moon (default: %d).",F(MoonSize)); manout("-halo " ,"1: show halo around moon, 0: do not show halo (default: %d).",F(Halo)); manout("-halobrightness " ,"Brightness of halo (default: %d).",F(HaloBright)); if(doman) { printf(".PP\n"); printf(".SS \"Fallen snow options:\n"); } else { printf("\n Fallen snow options:\n\n"); } manout("-wsnowdepth " ,"Maximum thickness of snow on top of windows (default: %d).",F(MaxWinSnowDepth)); manout("-ssnowdepth " ,"Maximum thickness of snow at the bottom of the screen (default: %d).",F(MaxScrSnowDepth)); manout("-maxontrees " ,"Maximum number of flakes on trees. Default %d.",F(MaxOnTrees)); manout("-keepsnowonwindows" ,"(Default) Keep snow on top of the windows."); manout("-nokeepsnowonwindows" ,"Do not keep snow on top of the windows."); manout("-keepsnowonscreen" ,"(Default) Keep snow at the bottom of the screen."); manout("-nokeepsnowonscreen" ,"Do not keep snow at the bottom of the screen."); manout("-keepsnowontrees" ,"(Default) Keep snow on trees."); manout("-nokeepsnowontrees" ,"Do not keep snow on trees."); manout("-keepsnow" ,"(Default) Have snow sticking anywhere."); manout("-nokeepsnow" ,"Do not have snow sticking anywhere."); manout("-fluffy" ,"(Default) Create fluff on fallen snow."); manout("-nofluffy" ,"Do not create fluff on fallen snow."); manout("-offsetx " ,"Correction for window-manager provided x-coordinate of window. Default %d.",F(OffsetX)); manout("-offsety " ,"Correction for window-manager provided y-coordinate of window. Default %d.",F(OffsetY)); manout("-offsetw " ,"Correction for window-manager provided width of window. Default %d.",F(OffsetW)); manout("-offsets " ,"Correction for bottom coordinate of your screen. A negative value lifts"); manout(" " ,"the xsnow screen up. Default %d.",F(OffsetS)); if(doman) { printf(".PP\n"); printf(".SS \"Birds options:\n"); } else { printf("\n Birds options:\n\n"); } manout("-anarchy " ,"Anarchy factor ( 0..100 default: %d).",F(Anarchy)); manout("-birdscolor " ,"Use the given string as color for the birds (default: %s).",F(BirdsColor)); manout("-birdsonly " ,"Show only birds ( 0/1 default: %d).",F(BirdsOnly)); manout("-birdsspeed " ,"Speed of birds ( 0..300 default: %d).",F(BirdsSpeed)); manout("-disweight " ,"Eagerness to keep desired distance ( 0..100 default: %d).",F(DisWeight)); manout("-focuscentre " ,"Eagerness to fly to the focus ( 0..300 default: %d).",F(AttrFactor)); manout("-followneighbours " ,"Eagerness to follow neighbours ( 0..100 default: %d).",F(FollowWeight)); manout("-nbirds " ,"Number of birds ( 0..400 default: %d).",F(Nbirds)); manout("-neighbours " ,"Number of neighbours to watch ( 0..20 default: %d).",F(Neighbours)); manout("-prefdistance " ,"Preferred distance to neighbours ( 0..100 default: %d).",F(PrefDistance)); manout("-showbirds " ,"Show birds ( 0/1 default: %d).",F(ShowBirds)); manout("-showattr " ,"Show attraction point ( 0/1 default: %d).",F(ShowAttrPoint)); manout("-followsanta " ,"Birds like Santa ( 0/1 default: %d).",F(FollowSanta)); manout("-viewingdistance " ,"Viewing distance ( 0..95 default: %d).",F(ViewingDistance)); if(doman) { printf(".PP\n"); printf(".SS \"FILES\n"); printf(".br\n"); } else { printf("\n FILES\n\n"); } manout("$HOME/.xsnowrc", "Settings are read from and written to this file."); manout(" ","See flags -noconfig and -defaults how to influence this behaviour."); manout("."," NOTE: the following settings are not read or written:"); manout("."," -above -defaults -desktop -fullscreen -noconfig -id"); manout("."," -nomenu -stopafter -xwininfo -display -noisy -checkgtk"); manout(" "," "); manout("$HOME/xsnow/pixmaps/tree.xpm", "If present, xsnow will try this file for displaying"); manout(" ", "the trees. The format must be xpm (X PixMap) format, see"); manout(" ", "https://en.wikipedia.org/wiki/X_PixMap ."); manout(".", " NOTE: when this file is present, no menu will appear."); manout(" "," "); manout("$HOME/xsnow/pixmaps/santa.xpm", "where = 1,2,3,4."); manout(" ", "If present, xsnow will try this files (4 of them) for displaying"); manout(" ", "Santa. The format must be xpm (X PixMap) format, see"); manout(" ", "https://en.wikipedia.org/wiki/X_PixMap ."); manout(".", " NOTE: when these files are present, no menu will appear."); manout(" "," "); if(doman) { printf(".PP\n"); printf(".SS \"EXAMPLES\n"); printf(".br\n"); } else { printf("\n EXAMPLES\n\n"); } manout ("."," $ xsnow -defaults # run with defaults."); manout ("."," $ xsnow # run using values from the config file."); manout ("."," $ xsnow -treetype 1,2 # use tree types 1 and 2."); if(doman) { printf(".PP\n"); printf(".SS \"BUGS\n"); printf(".br\n"); } else { printf("\n BUGS\n\n"); } manout(".","- Xsnow needs a complete rewrite: the code is a mess."); manout(".","- The flags are not consistent, caused by trying to be"); manout(" "," compatible with older versions."); manout(".","- Xsnow stresses the Xserver too much."); manout(".","- Xsnow does run in Wayland, but will not snow on all windows."); manout(".","- Xsnow tries to create a click-through window. This is not successful"); manout(" "," in for example FVWM/xcompmgr. In that case, xsnow tries to keep"); manout(" "," the snow window below all others, resulting in a transient effect"); manout(" "," when you click on the desktop. Sadly, no FVWM menu will appear..."); manout(".","- Remnants of fluffy snow can persist after removing the"); manout(" "," fallen snow. These will gradually disappear, so no big deal."); manout(".","- Remnants of meteorites can persist after passage of Santa."); manout(" "," These will eventually be wiped out by snow or Santa."); manout(".","- Xsnow tries to adapt its snowing window if the display"); manout(" "," settings are changed while xsnow is running."); manout(" "," This does not function always well."); manout(".","- In multi-screen environments, it depends on the display settings"); manout(" "," if it is snowing on all screens. Experiment!"); if(doman) { printf(".PP\n"); printf(".SH COPYRIGHT\n"); printf(".br\n"); } else { printf("\n COPYRIGHT\n"); } manout(" ","This is free software; see the source for copying conditions."); manout(" ","There is NO warranty; not even for MERCHANTABILITY or FITNESS"); manout(" ","FOR A PARTICULAR PURPOSE."); } char *replace_all(const char *s, const char *needle, const char *rep) { if (strlen(needle) == 0) return strdup(s); char *result = strdup(""); const char *haystack = s; // startpoint to search for needle while(1) { const char *q = strstr(haystack,needle); if (q == NULL) // no needle in haystack { // cat haystack to result result = (char *)realloc(result,strlen(result)+strlen(haystack)+1); result = strcat(result,haystack); break; } else // needle is in haystack { // cat first part of haystack + rep to result result = (char *)realloc(result,strlen(result)+strlen(haystack)+strlen(rep)+1); result = strncat(result, haystack, q-haystack); result = strcat(result, rep); haystack = q+strlen(needle); } } return result; } // // doman == 1: output in man page format // flag: " ": normal continuation line // otherwize : skip to new paragraph and use bold format // txt: Line to output // void manout(const char*flag, const char*txt, ...) { va_list args; va_start(args,txt); if (doman) { char *mantxt = replace_all(txt, "-","\\-"); char *manflag = replace_all(flag,"-","\\-"); if (!strcmp(manflag," ")) { //printf("%s\n",mantxt); vprintf(mantxt,args); printf("\n"); } else if(!strcmp(manflag,".")) { //printf(".br\n%s\n",mantxt); printf(".br\n"); vprintf(mantxt,args); printf("\n"); } else { printf(".TP\n"); printf("\\fB%s\\fR\n",manflag); //printf("%s\n",mantxt); vprintf(mantxt,args); printf("\n"); } free(mantxt); free(manflag); } else { if (!strcmp(flag," ")) { //printf("\t\t %s\n",txt); printf("\t\t "); vprintf(txt,args); printf("\n"); } else if(!strcmp(flag,".")) { //printf("\t\t %s\n",txt); printf("\t\t "); vprintf(txt,args); printf("\n"); } else { //printf("%s\t: %s\n",flag,txt); printf("%s\t: ",flag); vprintf(txt,args); printf("\n"); } } } xsnow-3.3.2/src/debug.h0000644000175000017500000000232314140766433011654 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #ifdef DEBUG #define P(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);}while(0) #else #define P(...) {} #endif #define R(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) #define I(...) do {printf ("Xsnow info: %s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) xsnow-3.3.2/src/Pixmaps/0000755000175000017500000000000014140766445012121 500000000000000xsnow-3.3.2/src/Pixmaps/BigSanta4.xpm0000644000175000017500000001627514140766433014353 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta4[] = { /* width height num_colors chars_per_pixel */ " 176 34 17 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #f1f1f1", "b c #cccccc", "c c #cc9999", "d c #cc9933", "e c #cc6633", "f c #cc0000", "g c none", "h c #993333", "i c #990000", "j c #663300", "k c #33cc00", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", /* pixels */ "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggghgggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghgggghghhhggggggggggggggggggggggggggggggggghggghggggggggggggggggggggggggggggggghhgghhghhhggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggghhhggggggggggggggggggggggggggggggggggghhgghhggggggggggggggggggggggggggggggghhgghhhggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhghhggggggggggggggggggggggggggggggggggggghhgghhhhggggggggggggggggggggggggggggghhhhggggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhggggggggggggggggggggggggggggggggggggggghhhhgggggggggggggggggggggggggggggggggghhggggggggggg", "ggggggggggggggggggggggffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghgggggggggggggggggggggggggggggggggggggggghhgggggggggggggggggggggggggggggggggggghhgggggggggg", "ggggggggggggggggggggffiffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhgggggghggggggggggggggggggggggggggggggggghgggggggggggggggggggggggggggggggggggghhgggggghggg", "gggggggggggggggggggififfffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggggghhhhgggggggggggggggggggggggggggggghhggggggghgggggggggggggggggggggggggggghhggggghghh", "ggggggggggggggggggffiffifffffaggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhgggghhhgggggggggggggggggggggggggggggggghhggggghhhhggggggggggggggggggggggggggghhgggghhhg", "gggggggggggggggggfiifiififffbggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhhhhhgggggggggggggggggggggggggggggggggghhhgghhhhggggggggggggggggggggggggggggghhhhhhhgg", "ggggggggggggggggfigggffiffcacggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggggggggggggggggggggggggggggggggggggggghhhhgggggggggggggggggggggggggggggggggghhggggg", "gggggggggggggggaigggggiffcalccggggggggggggggggggggggggggggggggggggggggggggggggggggggggggheeeeeggggggggggggggggggggggggggggggggggggeeeeeegggggggggggggggggggggggggggggggheeeegggg", "gggggggggggggga.agggggfbabcccccggggggggggggggggggggggggggggggggggggggggggggggggggggggllehhjjheeggggggggggggggggggggggggggggggggeejhheheegggggggggggggggggggggggggggggeejhheheegg", "gggggggggggggggaggggggbbbabcbbccgggggggggggggggggggggggggggggggggggggeeeeeeggggggeeeellejjjeeleeggggggggggggeeeeeeeeggggggeelleeejhjeeleegggggggggggeeeeeeggggggeeellleejjeeleeg", "ggggggggggggggggiffggggbbbaabaacggggggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeelleeeeeeeeegggggggggeeeeeeeeeeeeeeeeeeelleeeeeeeeeeggggggggeeeeeeeeeeeeeeeeeeelleeeeeeeeee", "ggggggggggggggggfffggggbabbbabaggglgggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeelleehhheejgggggggggeeeeeeeeeeeeeeeeeeeelleeehheeeeelglglgleeeeeeeeeeeeeeeeeeeelleeehheeej", "gggggggggggggggbifihhggiiibabbaggffggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeeeellhhhhhejlglglglgeeeeeeeeeeeeeeeeeeeeeeelhhhheeeejggggeeeeeeeeeeeeeeeeeeeeeeelllhhheheej", "gggggggagaggkfmbbbbhhgifiiiiacffafffggggggggggggggggggggggggggglgeeeeeeeeeehhheeeeeeeeehellggghhgggggggggeeeeeeeeeehhheeeeeeeeehelhhgggeejggggeeeeeeeeeehhheeeeeeeeeheellhgggheg", "gggbgnbnanfgkf##f#fhhgiffffiffffaffflllglglgllglglglglglglglglgggheeeeeeeeehhheeeeeeehhehhlllggggggggggggheeeeeeeeehhheeeeeeehhehllgggggggggggheeeeeeeeehhheeeeeeehhehhelggggggg", "gggbbbnnffofafk##ffghhiffffffiiigggggggggggggggggggggggggggggggggeeeeeeeeeeehheeeeeeehhhelllllllllllllllleeeeeeeeeeehheeeeeeehhhellllggggggllleeeeeeeeeeehheeeeeeehhhehegggggggg", "gmm#bmmmffoffnno#nonhhiififiiifagggghhgggggggggggggggggggggglllllheeeeeeeeeehehhheeeeehhgggggllllllllllllheeeeeeeeeehehhheeeeehhglllllllllllllheeeeeeeeeehehhheeeeehhggggggggggg", "gmdmbdmmfaoffnnn#nnnhhiiffiiffffagghghlllllllllllllllllllllllllllhheeeeeeeehhehheeeeeeehggggggggggggggggghheeeeeeeehhehheeeeeeehggggglllllllgghheeeeeeeehhehheeeeeeehggggggggggg", "gmmmbmmdffofgnnn#nonhhiiiffffffffaggghhlllllllllllllllllllllgggggghheeeeeehheehhhheeeeeegggggggggggggggggghheeeeeehheehhhheeeeeeggggggggggggggghheeeeeehheehhhheeeeeeggggggggggg", "ghdmbdmmgggggnno#nnnhhhiiifffffffagggghhgggggggggggggggggggggggggggggeeeeehgggggghhheeeegggggggggggggggggggggeeeeehgggggghhheeeeggggggggggggggggggeeeeehgggggghhheeeeggggggggggg", "h#mmbm#mgggggnnn#onnghhiiiiiffffffaggghhggggggggggggggggggggggggggggeeeehhggggggggggeeehggggggggggggggggggggeeeehhggggggggggeeehgggggggggggggggggeeeehhggggggggggeeehggggggggggg", "hgggggggggggggggggggghhgiiiiiiffffaggghhggggggggggggggggggggggggggggeeehgggggggggggggeeeggggggggggggggggggggeeehgggggggggggggeeegggggggggggggggggeeehgggggggggggggeeeggggggggggg", "ghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhgggggggggggggggggggggggggggeeehhgggggggggggggeeeeggggggggggggggggggeeehhgggggggggggggeeeegggggggggggggggeeehhgggggggggggggeeeegggggggggg", "gjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhgggggggggggggggggggggggggggeehhgggggggggggggggeeeggggggggggggggggggeehhgggggggggggggggeeegggggggggggggggeehhgggggggggggggggeeegggggggggg", "gggggjjgggggggggggggggggggjjiiiiiiaggghhgggggggggggggggggggggggggggeehhgggggggggggggggheeggggggggggggggggggeehhgggggggggggggggheegggggggggggggggeehhgggggggggggggggheegggggggggg", "gggggjjgggggggggggggggggggjjaaaaaallgghhggggggggggggggggggggggggggglehlgggggggggggggggheegggggggggggggggggglehlgggggggggggggggheeggggggggggggggglehlgggggggggggggggheegggggggggg", "gghggjjgggggggggggggggggggjjggllllllghhhgggggggggggggggggggggggggggllgggggggggggggggghheeggggggggggggggggggllgggggggggggggggghheegggggggggggggggllgggggggggggggggghheegggggggggg", "ghgggjjgggggggggggggggggggjjggglll..hhhggggggggggggggggggggggggggggggggggggggggggggggllelggggggggggggggggggggggggggggggggggggllelgggggggggggggggggggggggggggggggggllelgggggggggg", "gghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhgggggggggggggggggggggggggggggggggggggggggggggggggllggggggggggggggggggggggggggggggggggggggllgggggggggggggggggggggggggggggggggggllgggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg" }; xsnow-3.3.2/src/Pixmaps/birdd8.xpm0000644000175000017500000002231314140766433013741 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd8_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .... .... ", " ...... ...... ", " ....... ........ ", " ........ . ......... ", " .......... ...... .......... ", " ................................ ", " ................................... ", " .................................... ", " ........... ............. ......... ", " ......... ........... ........ ", " ....... ........... ....... ", " ....... ......... ...... ", " ..... ....... ...... ", " ..... .. ..... ", " ..... ...... ", " .... ...... ", " .... ..... ", " ... .... ", " .... ... ", " .... ... ", " .... ... ", " .. ... ", " .. ... ", " .. .. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdd3.xpm0000644000175000017500000002231314140766433013734 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd3_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ... ... ", " ........... ... . ", " ............ ........ ", " .............. .......... ", " ..... ....... ............ ", " ..... ..... ........ ..... ", " ..... ..... ........ .... ", " .... ..... ...... ..... ", " ... ..... ...... .... ", " ... ..... ...... ..... .... ", " .... ......... ..... ... ", " ................... ", " ................ ", " .............. ", " ............ ", " ............ ", " .......... ", " ..... ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdl2.xpm0000644000175000017500000002231314140766433013743 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl2_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .... .. ", " ......... ", " .......... ", " .......... ", " ........... ", " ........... ", " .......... ", " ......... ", " ......... ", " ........ ", " ........ ", " ........ ", " ........ ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ........... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/BigSanta81.xpm0000644000175000017500000002057614140766433014437 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta81[] = { /* width height num_colors chars_per_pixel */ " 216 33 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "A c #444444", "B c #555555", /* pixels */ " ", " i A i i A i i A i i ", " A iA i iii A ii ii AA ii ii AA ii ii A ", " AA ii iii AA ii iiii AA ii iiii AA ii iiii AA ", " AAA iii ii AAAAA iiii AA iiii AA A AA iiii A ", " gggg AAAA iiiA i AA ii A AAA ii AA AA A ii AAA ", " ggjgggg A iAAAA iiii AA i AA i AA i AAA i AAA i AA i ", " jgjgggggg AA iiAA iii AA ii A iiii AAA ii AA iiii AAA ii AAAiiii", " ggjggjgggggb AA ii i AA ii AAiiii AA ii A iiii AA ii A iiii ", " gjjgjjgjgggc AAAAAiiiii AA iiB i AA ii Ai AA iiA i ", " gj ggjggdbd AA ii AA iiii AAAiiii AA iiii ", " .j jggdbmdd BBBB ifffff BBBBffffff BBBBBffffff BBBBffffff ", " ... gcbcddddd BBBBBmmfiikkiff BBBBBBBffkiififf BBBBffkiififf BBBBBBBffkiififf ", " . cccbcdccdd BBBBffffffBBBBBBffffmmfkkkffmff BBB ffffffffBBBBBBffmmfffkikffmff BBBffffffffBBBBBBffmmfffkikffmff BBBffffffffBBBBBBffmmfffkikffmff ", " cccbbcbbd BBBBffffffffffffffffffffmmfffffffff BBfffffffffffffffffffmmffffffffff BBfffffffffffffffffffmmffffffffff Bfffffffffffffffffffmmffffffffff ", " jgg cbcccbcb BBBBfffffffffffffffffffffmmffiiiffk BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm", " gggii jjbjcbccb BBBfffffffffffffffffffffffmmiiiiifkm BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk ", " cjgjii jgjjjbjb mBmffffffffffffffffffffffifmm ii m m m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk ", " b b lgnccccii jggggjggg m m m m BBBffffffifffffffffffffiifiim BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm ", " c ocobog lg##g#g iijgggggggjj ggmmm m m m m m m m m BBBfffffffiiifffffffffffif mmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif ", " cccoobpo lgl##gg iijjgjgjggggbggg mmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff ", " nn#cnnnbopppoop#opoiijjggjjjjggbgggmmmmmmmmmmmmmmmmmmmmmmmmmmBBiifffffffiiiiiiiffffff mmmmmmmmmmmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi ", " encennggpgbooo#oooiijjjgggggjjgg mmmmmmmmmmmmmmmmmmmmmm BBfffffffffiiiiiifffffii BBBfffffffffiiiiiifffffii BBfffffffffiiiiiifffffii BBfffffffffiiiiiifffffii ", " inncnneggpggooo#opoiiijjjgggggggb ii BBB iiiffffff BB fff ii BB iiiffffff BB fff ii BBBiiiffffff BBfff ii BB iiiffffff BBB fff ii ", "inencenngbpggoop#ooo iijjjjjggggggb ii BBB iiii ffff BB fff iii BB iiii ffff BBB fff iii BBB iiii Bffff BB fffBiii BBB iiii ffff BB fffBiii ", "i#nncn#nggpgbooo#poo ii jjjjjjggggb ii BB iiiiBB ffi B ff B ii BB iiii ffi BB ff B ii BB iiii BB ffi BB ff B ii BB iiii ffi BB ff BBii ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii BB iii BB fff BB fff BB ii BB iii fff BB fff BB ii BB iii BB fff BB fff BB ii B iii fff BB fff BB ii ", " kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkii BB ii BB ffff BB ff BB ii BB ii ffff BB ff BB ii BB ii BB ffff BB ff BB ii BB ii ffffB ff BB ii ", " kk kkjjjjjjb ii BB iii BB ff BB ff BB ii B iii ff BB ff BBii BB iii BB ff BBB ff BB ii B iii ff ff BB ii ", " kk kkbbbbbbmm ii BB ii BB fmBB ff BB ii BB ii fmB ff BB ii BB ii BB fmBB ff BB ii BB ii fm ff BB ii ", " i kk kk mmmmmm iii BB mm B fmBB ff BB mm BB mm fmB ff BB mm BB mm BB fmB ff BB mm BB mm fm ff B mm ", " i kk kk mmm iii BB mm mm B mm mm ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ", }; xsnow-3.3.2/src/Pixmaps/MediumSantaRudolf4.xpm0000644000175000017500000000544714140766433016245 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSantaRudolf4[] = { /* width height num_colors chars_per_pixel */ " 88 17 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c None", "i c #c0c0c0", "j c #b2b2b2", "k c #993333", "l c #990000", "m c #663300", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "r c #000000", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhkkhhhhhhhhhhhhhhhhkhkhhhhhhhhhhhhhhhkhkhkhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhkhkkhhhhhhhhhhhhhhhhhkkhkkhhhhhhhhhhhhhhkkkkhhhh", "hhhhhhhhhhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhkkhhhhhhhhhhhhhhhhhhhkkhhhhhhhhhhhhhhhhhkkhhhhh", "hhhhhhhhhllggghhhhhhhhhhhhhhhhhhhhhhhhhhhhkkhhkkhhhhhhhhhhhhhhhkkhhkhhhhhhhhhhhhhhkhhkhk", "hhhhhhhhgllgggihhhhhhhhhhhhhhhhhhhhhhhhhhhhkkkkhhhhhhhhhhhhhhhhhkkhkkhhhhhhhhhhhhhhkkkkh", "hhhhhhh.hhhgdndhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhkfffhhhhhhhhhhhhhhhkffhh", "hhhhhhhhhhhcbdcdhhhhhhhhhhhhhhhhhhhhhhhhffnfmfnfhhhhhhhhhhhhhffnmmffhhhhhhhhhhhhffnmmffh", "hhhhhhhhghhcccchhhhhhhhhhhhhhhhhhffffffffffnfkkfhhhhhhffffffffffnffffhhhhffffffffffnfkaa", "hhhbbhgcckhglljggg.nhhnhnhhnhnhnfffffkkffffknhhkhnhnhfffffkffffffnhfmhnhfffffkffffffnhaa", "hccpggg#ghkgggllhhhhhhhhhhhhhhhhffffffkfffkknnnhhhhhhfffffkffffkfnnhhhhhfffffkffffkfnhhh", "ooeobgppppklglgghkknnnnnnnnnnnnnnffffkfkfffhhhnnnnnnnnffffkkffffhhnnnnnnnffffkkffffhhhhh", "koeohhpqppkllggg.hhkhhhhhhhhhhhhhhffhhhhhkfhhhhhhhhhhhhffhhhhhffhhhhhhhhhhffhhhhhffhhhhh", "hhhhhhhhhhkhlllgghhkhhhhhhhhhhhhhffhhhhhhhffhhhhhhhhhhffhhhhhhhfhhhhhhhhhffhhhhhhhfhhhhh", "mmmmmmmmmmmmmmmmmmmkhhhhhhhhhhhhhfhhhhhhhhhfhhhhhhhhhhfhhhhhhhhfhhhhhhhhhfhhhhhhhhfhhhhh", "hhhmhhhhhhhhhmhh..hkhhhhhhhhhhhhhnhhhhhhhhhfhhhhhhhhhhrhhhhhhhhkhhhhhhhhhrhhhhhhhhkhhhhh", "hhhkhhhhhhhhhkhhhrkhhhhhhhhhhhhhhhhhhhhhhhhnhhhhhhhhhhhhhhhhhhhnhhhhhhhhhhhhhhhhhhnhhhhh", "kkkkkkkkkkkkkkkkkkhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/birdl7.xpm0000644000175000017500000002231314140766433013750 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl7_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ............. ", " ............ ", " ............ ", " ............ ", " ............ ", " ........... ", " ........... ", " .......... ", " .......... ", " ......... ", " ......... ", " ........ ", " ........ ", " ........ ", " ....... ", " ....... ", " ..... ", " ... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf4.xpm0000644000175000017500000001634114140766433015521 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf4[] = { /* width height num_colors chars_per_pixel */ " 176 34 19 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c none", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhjhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjhjjjhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjjhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhggkgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhjhhhh", "hhhhhhhhhhhhhhhhhhhkgkgggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjhjjh", "hhhhhhhhhhhhhhhhhhggkggkgggggbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhjjjhh", "hhhhhhhhhhhhhhhhhgkkgkkgkgggchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjhhh", "hhhhhhhhhhhhhhhhgkhhhggkggdbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhh", "hhhhhhhhhhhhhhh.khhhhhkggdbnddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjfffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjffffhhhhh", "hhhhhhhhhhhhhh...hhhhhgcbcdddddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnfjjlljffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffljjfjffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffljjfjffhhh", "hhhhhhhhhhhhhhh.hhhhhhcccbcdccddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhffffnnflllffnffhhhhhhhhhhhhffffffffhhhhhhffnnfffljlffnffhhhhhhhhhhhffffffhhhhhhfffnnnffllffnffhh", "hhhhhhhhhhhhhhhhkgghhhhcccbbcbbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffffffffffffffffnnfffffffffhhhhhhhhhfffffffffffffffffffnnffffffffffhhhhhhhhfffffffffffffffffffnnffffffffaaa", "hhhhhhhhhhhhhhhhggghhhhcbcccbcbhhhnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffnnffjjjfflhhhhhhhhhffffffffffffffffffffnnfffjjfffffnhnhnhnffffffffffffffffffffnnfffjjffaaa", "hhhhhhhhhhhhhhhckgkjjhhkkkcbccbhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffffnnjjjjjflnhnhnhnhfffffffffffffffffffffffnjjjjfffflhhhhfffffffffffffffffffffffnnnjjjfjfaaa", "hhhhhhhbhbhhmgoccccjjhkgkkkkbiggbggghhhhhhhhhhhhhhhhhhhhhhhhhhnhffffffffffjjjfffffffffjfnnhhhjjhhhhhhhhhffffffffffjjjfffffffffjfnjjhhhfflhhhhffffffffffjjjfffffffffjffnnjhhhjfhh", "hhhchpcpbpghmg##g#gjjhkggggkggggbgggnnnhnhnhnnhnhnhnhnnhnhnhnhhhjfffffffffjjjfffffffjjfjjnnnhhhhhhhhhhhhjfffffffffjjjfffffffjjfjnnhhhhhhhhhhhjfffffffffjjjfffffffjjfjjfnhhhhhhhh", "hhhcccppggqgbgm##gghjjkggggggkkkhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffjjfffffffjjjfnnnnnnnnnnnnnnnnfffffffffffjjfffffffjjjfnnnnhhhhhhnnnfffffffffffjjfffffffjjjfjfhhhhhhhhh", "hoo#coooggqggppq#pqpjjkkgkgkkkgbhhhhjjhhhhhhhhhhhhhhhhhhhhhnnnnnjffffffffffjfjjjfffffjjhhhhhnnnnnnnnnnnnjffffffffffjfjjjfffffjjhnnnnnnnnnnnnnjffffffffffjfjjjfffffjjhhhhhhhhhhhh", "hoeoceoogbqggppp#pppjjkkggkkggggbhhjhjnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffffjjfjjfffffffjhhhhhhhhhhhhhhhhhjjffffffffjjfjjfffffffjhhhhhnnnnnnnhhjjffffffffjjfjjfffffffjhhhhhhhhhhhh", "hooocooeggqghppp#pqpjjkkkggggggggbhhhjjnnnnnnnnnnnnnnnnnnnnhhhhhhjjffffffjjffjjjjffffffhhhhhhhhhhhhhhhhhhjjffffffjjffjjjjffffffhhhhhhhhhhhhhhhjjffffffjjffjjjjffffffhhhhhhhhhhhh", "hjeoceoohhhhhppq#pppjjjkkkgggggggbhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffjhhhhhhjjjffffhhhhhhhhhhhhhhhhhhhhhfffffjhhhhhhjjjffffhhhhhhhhhhhhhhhhhhfffffjhhhhhhjjjffffhhhhhhhhhhhh", "j#ooco#ohhhhhppp#qpphjjkkkkkggggggbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhffffjjhhhhhhhhhhfffjhhhhhhhhhhhhhhhhhhhhffffjjhhhhhhhhhhfffjhhhhhhhhhhhhhhhhhffffjjhhhhhhhhhhfffjhhhhhhhhhhhh", "jhhhhhhhhhhhhhhhhhhhhjjhkkkkkkggggbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffhhhhhhhhhhhh", "hjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhfffjjhhhhhhhhhhhhhffffhhhhhhhhhhhhhhhhhhfffjjhhhhhhhhhhhhhffffhhhhhhhhhhhhhhhfffjjhhhhhhhhhhhhhffffhhhhhhhhhhh", "hllllllllllllllllllllllllllllllllllllljjhhhhhhhhhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhfffhhhhhhhhhhh", "hhhhhllhhhhhhhhhhhhhhhhhhhllkkkkkkbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhjffhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhjffhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhjffhhhhhhhhhhh", "hhhhhllhhhhhhhhhhhhhhhhhhhllbbbbbbnnhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhnfjnhhhhhhhhhhhhhhhjffhhhhhhhhhhhhhhhhhhnfjnhhhhhhhhhhhhhhhjffhhhhhhhhhhhhhhhnfjnhhhhhhhhhhhhhhhjffhhhhhhhhhhh", "hhjhhllhhhhhhhhhhhhhhhhhhhllhhnnnnnnhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhjjffhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhjjffhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhjjffhhhhhhhhhhh", "hjhhhllhhhhhhhhhhhhhhhhhhhllhhhnnnhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnfnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnfnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnfnhhhhhhhhhhh", "hhjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/BigSanta84.xpm0000644000175000017500000002055714140766433014441 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta84[] = { /* width height num_colors chars_per_pixel */ " 216 33 21 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "A c #444444", "B c #555555", /* pixels */ " AA j ", " A j j jjj A j A j Aj j A A j j ", " A jj jjj A jjA jj Ajj jj A AA jj Ajj ", " AA jjj jj AA jj jjjj AA jj jjjj A jjA jjjj ", " AAA jjj A AA Ajjjj A A jjjj AA Ajjjj ", " gggg AA j AAA AAA jj AAAA AAAAjj AAA AA A jj A ", " ggkgggg AAA jj AA j A j A A j AA AAA j AAA ", " kgkgggggg AA jj A jjjj AA jj AA j AA jj AAA j A jj AA j ", " ggkggkgggggb AA jj AA jjj AA jj A jjjj AA jj A jjjj AAAA jj A jjjj", " gkkgkkgkgggc AAAAjjjjjjj AA jjj Ajjjj AAAAjjj Ajjjj AAAjjj Ajjjj ", " gk ggkggdbd AAAjj AAAAjjjj AAAjjjj AAAjjjj ", " .k kggdbndd BBBjfffff BBffffff BBffffff BBffffff ", " ... gcbcddddd BBnnfjjlljff BBBffljjfjff BBffljjfjff BBBBffljjfjff ", " . cccbcdccdd BBBffffffBBBBB ffffnnflllffnff BBBffffffffBBBBB ffnnfffljlffnff BBBffffffffBBBBBBffnnfffljlffnff BBBffffffffBBBB ffnnfffljlffnff ", " kgg cccbbcbbd BBffffffffffffffffffffnnfffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff ", " ggg cbcccbcb n BBfffffffffffffffffffffnnffjjjffl BBBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn n BBBffffffffffffffffffffnnfffjjfffffn", " ckgkjj kkkcbccb gg BBfffffffffffffffffffffffnnjjjjjfln n n n fffffffffffffffffffffffnjjjjffffl n fffffffffffffffffffffffnjjjjffffl n fffffffffffffffffffffffnjjjjffffl ", " b b mgoccccjj kgkkkkbiggbggg n ffffffffffjjjfffffffffjfnn jj BBffffffffffjjjfffffffffjfnjj ffl BBffffffffffjjjfffffffffjfnjj ffl BBBffffffffffjjjfffffffffjfnjj ffl ", " c pcpbpg mg##g#gjj kggggkggggbgggnnn n n nn n n n nn n n n jfffffffffjjjfffffffjjfjjnnn BBjfffffffffjjjfffffffjjfjnn BBjfffffffffjjjfffffffjjfjnn BBBjfffffffffjjjfffffffjjfjnn ", " cccppggqgbgm##gg jjkggggggkkk BBfffffffffffjjfffffffjjjfnnnnnnnnnnnnnnnnfffffffffffjjfffffffjjjfnnnn nnnnnfffffffffffjjfffffffjjjfnnnn nnnnnfffffffffffjjfffffffjjjf ", " oo#coooggqggppq#pqpjjkkgkgkkkgb jj nnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnnnnjffffffffffjfjjjfffffjj ", " oeoceoogbqggppp#pppjjkkggkkggggb j jnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffffjjfjjfffffffj BBjjffffffffjjfjjfffffffj nnnnnnn BBjjffffffffjjfjjfffffffj nnnnnnn BBjjffffffffjjfjjfffffffj ", " ooocooeggqg ppp#pqpjjkkkggggggggb jjnnnnnnnnnnnnnnnnnnnn BBjjffffffjjffjjjjffffff BBjjffffffjjffjjjjffffff BBBjjffffffjjffjjjjffffff BBjjffffffjjffjjjjffffff ", " jeoceoo ppq#pppjjjkkkgggggggb jj BBBBBfffffj BBBjjjffff BBBfffffj BBBBBjjjffff BBBfffffj BBBBjjjffff BBBBBfffffj BBBBjjjffff ", "j#ooco#o ppp#qpp jjkkkkkggggggb jj BBffffjj BBBB fffj BBffffjj BBBB fffj BBffffjj BBBB fffj BBffffjj BBBB fffj ", "j jj kkkkkkggggb jj BBBfffj BBB fff BBBfffj BBB fff BBfffj BBB fff BBfffj BBB fff ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BBfffjj BBB ffff BBfffjj BB ffff BBfffjj BBBB ffff BBfffjj BB ffff ", " llllllllllllllllllllllllllllllllllllljj BBffjj BBB fff BBffjj BB fff BBffjj BBB fff BBffjj BBB fff ", " ll llkkkkkkb jj BB ffjj BBB jff BBBffjj BBB jff BBffjj BBB jff BBffjj BB jff ", " ll llbbbbbbnn jj BBBnfjn BBB jff BBBnfjn BBB jff BBBnfjn BBB jff BBBnfjn BBB jff ", " j ll ll nnnnnn jjj BB nn BBB jjff BB nn BBB jjff BB nn BBB jjff BB nn BBBBjjff ", " j ll ll nnn jjj BBB nnfn BBBB nnfn BBBB nnfn BBBBnnfn ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BB nn BB nn BB nn BB nn ", }; xsnow-3.3.2/src/Pixmaps/AltSantaRudolf4.xpm0000644000175000017500000002507114140766433015540 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSantaRudolf4[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #060509", ". c #2D201D", "X c #780809", "o c #513125", "O c #683328", "+ c #076D04", "@ c #037803", "# c #097D10", "$ c #117109", "% c #2D692B", "& c #76452F", "* c #536120", "= c #67695C", "- c #364D40", "; c #980F09", ": c #B20805", "> c #A43431", ", c #FB0202", "< c #E91013", "1 c #D22E33", "2 c #C90808", "3 c #914D2C", "4 c #AA562C", "5 c #B75C32", "6 c #B1582F", "7 c #B86433", "8 c #9C6B1A", "9 c #CC6633", "0 c #D16834", "q c #C9612E", "w c #C45C28", "e c #B43547", "r c #BD3E64", "t c #D33E42", "y c #D13452", "u c #EC396A", "i c #FD3467", "p c #E12D5A", "a c #A44958", "s c #9C6055", "d c #D35759", "f c #018101", "g c #4D9136", "h c #6BA638", "j c #69B242", "k c #5CA05C", "l c #79CA6D", "z c #A98D0D", "x c #B6892B", "c c #B88C32", "v c #9BAA22", "b c #FFB616", "n c #F4AE13", "m c #FEB527", "M c #D7A91B", "N c #BAC303", "B c #CBCB02", "V c #CFD100", "C c #FFC628", "Z c #97986E", "A c #E69965", "S c #DC9C63", "D c #FFCD75", "F c #0166CC", "G c #5353A8", "H c #FF36A3", "J c #9C6C85", "K c #688DB5", "L c #47B7B9", "P c #4CAAAD", "I c #46908C", "U c #6D98C8", "Y c #729ECD", "T c #729FD0", "R c #72A2D3", "E c #6EA4D7", "W c #5B9AC8", "Q c #D79697", "! c #F9CBA0", "~ c #B1BAC6", "^ c #B8EAF2", "/ c #B5E5EA", "( c #B3CCD4", ") c #C9CACB", "_ c #D6D5D8", "` c #CBFDFE", "' c #D1FFFF", "] c #DCE0E2", "[ c #EAEBF3", "{ c #D5D8E0", "} c #A9C398", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(_)))||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||)))_))|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~)))))|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~))||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(]]]_||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||][]][||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||][[]||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||s777qq9777s7||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,,,,,,,,,,,|||||||||{{{/||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,,,,,,,,,,,||||||||{[[[[[|||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1WWWa,,,,,|||||||||^[[[{|||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1RRTa1UUJ,|||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1TTRa1EUJ,|||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||]|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1TREa1ETJ,|||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||QQ,<|[||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<<||||||||||||H||||||||||||||||||,1TETa1ETJ,||||||||| ||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||]_[<,|||||||||||||||||||||||||||||||||||||||$$||||+$|||||||||||||||||||||||||||||||||||||||||||||||||||||,Hiiiu|||gghnvggggMBjj||||||adX|2|iiiu||||^```/||||||||||||,,,,;2;|uiiu||||/```/|||||||||||[Q<<iiiiiiipiupuuiuiuuuiiiiiiiiuuiiiiuu||||^```````'```````''``''''````````````^||||BBBBBBBBNBBVBBBBBBBBBBNNNBNNNNBBBBBB||||LLLLLPPLLLLLLLLLLLLLPLLLLLLLLLLLLLLL||||UUUUTUUTRUUUUYYUUUUUUUUUUUUYYUUEe||||||", "||||||llsiiiuuiiiiiiiiiiiiiiiiiiiiiiiiiiiiiu||||^```^/````````````'`''``````````````^||||VBBVVBVBBBVBBBBBBVBBBVBBBBBBVVBVBBBV||||LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL||||UYREYRTTTTYREERRTTTTKUTYYYTTYTTEe<|||||", "||||||gk=iy396>iiiiiiiiiiiiiiiiiiie4>uiiiiiuCbmb/``sq03/``'```'```'`''`````~ss~`````]nCbMVBB888BVBBBBBBBVBBBBBBBBBBBv88zBBBVBmmmSLLLk&=PLLLLLLLLLLLLLLLLLLLLP===LLLLLSCbmUYK=a=TRTTY=3=URTRK495=TTTTYTTTEr,|||||", "||||||%%=p7q0q9eiiiiiiiiiiiiiiiii4q997tiiiiu||||^'sq9097````````'`````````sq00qZ'```^||||Bv79995vVBVBBVBBVBVBBBBBVVz99998VVVB||||LLs0q97ILLLLLLLLLLLLLLLLLLI5000aPLLL||||Ukw9994UEK70q05KUKq9909sUFFFURRRy,,||||", "|||||||sO>995904iiiiiiiiiiiiiiiiy999994iiiiu||||//09q799}``````'``'`''```(990005/`'`^||||Vw990998VBVBVVBBBBVBVVVBVB500099zVVV||||L=000093LLLLLLLLLLLLLLLLLL699000kLLL||||Ua99790=Ks005003Us095996WFFFUK=Ke<<1|||", "|||||||||305 399||||||||||||||||309.&90|||||||||||99O 993||||||||||||||||&99oo99&|||||||||699.09q||||||||||||||||||09oo00&||||||||39q 400||||||||||||||||||904 004||||||||7q& 004|s07 7q7|500 O97|FFF|wq7|||||||", "|||||||||309&706||||||||||||||||300o399|||||||||||994390||||||||||||||||||99OO90||||||||||694.997||||||||||||||||||00Oo993||||||||307.409||||||||||||||||||095.003||||||||6q43003|7003ASS!AAAZSAS|FFFs6 6&||||||", "||||||||||q9qq0&|||||||||||||||||q09096|||||||||||399905||||||||||||||||||790096||||||||||3090003||||||||||||||||||699099||||||||||990993||||||||||||||||||40000q|||||||||sAAAAQ!!AAAS0d4||5qqq93|FFF|930|||||||", "|||||||||||60w&|||||||||||||||||||0005|||||||||||||3994||||||||||||||||||||0999||||||||||||49903||||||||||||||||||||q999|||||||||||30906||||||||||||||||||||600c&||||||||||60003|||30003||||40q&|||||||3||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/Pixmaps/MediumSanta1.xpm0000644000175000017500000000540314140766433015056 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSanta1[] = { /* width height num_colors chars_per_pixel */ " 88 17 18 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #f1f1f1", "b c #cccccc", "c c #cc9999", "d c #cc9933", "e c #cc6633", "f c #cc0000", "g c None", "h c #c0c0c0", "i c #993333", "j c #990000", "k c #663300", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", "p c #000000", /* pixels */ "ggggggggggggggggggggggggggggggggggggggggiggigggggggggggggggggiiggggggggggggggggiiggggggg", "ggggggggggggggggggggggggggggggggggggggggiigiggggggggggggggggggigiiggggggggggggggigiigggg", "gggggggggggffgggggggggggggggggggggggggggggigggiggggggggggggggggiiggggggggggggggggiiggggg", "gggggggggfffffgggggggggggggggggggggggggggggiigiiggggggggggggggggigggigggggggggggggigggig", "ggggggggfjfjjfhgggggggggggggggggggggggggggggiigggggggggggggggggggigigggggggggggggggigigg", "ggggggggaggjfpcgggggggggggggggggggggggggggggeeeggggggggggggggggggeeegggggggggggggggieegg", "gggggggggggbbbbcggggggggggggggggggeeeeggeelekeleggggggeeeegggelekkeeggggggeeegggellekeeg", "ggggggggfgggabaagggggggggggggggggeeeeeeeeeeleiiegggggeeeeeeeeeeleieeelgleeeeeeeeeeleeiek", "gggggggbfigfjaagggggggggggggggggeeeeeeeeeeeilggiglgleeeeeeeeeeeiligeegggeeeeeeeeeeeeigig", "gbnnngf##giffffjf.lllllllllgggggeeeeieeeeeeeglggggggeeeeieeeeeeegllllllleeeiieeeeeiggggg", "m#mmnononnijfjjfffllggggggllllllieeeeiiieeeiggllllllieeeeiiieeeiggggggggieeeiiiieeeggggg", "immdffnnnnijjfffaggiggggggggggggggeeeggggeigggggggggggeeeggggeigggggggggggeeegggeegggggg", "#mmmffnnonigjjjffggigggggggggggggggeeggggegggggggggggggeeggggegggggggggggggeigggeigggggg", "kkkkkkkkkkkkkkkkkkkiggggggggggggggggeeggeiggggggggggggggeeggeigggggggggggggeeegeeigggggg", "gggkgggggggggkgg..giggggggggggggggggipggeiggggggggggggggipggeiggggggggggggggilgeiggggggg", "gggigggggggggigggpiggggggggggggggggggggglggggggggggggggggggglgggggggggggggggggglgggggggg", "iiiiiiiiiiiiiiiiiigggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg" }; xsnow-3.3.2/src/Pixmaps/tannenbaum.xpm0000644000175000017500000001035614140766433014721 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *tannenbaum_xpm[] = { /* columns rows colors chars-per-pixel */ "56 56 2 1 ", " c None", ". c black", /* pixels */ " ", " . ", " . ", " . ", " . ", " . ", " . ", " . ", " . ", " . . ", " . . ", " . . ", " . . ", " . . ", " . . ", " . . ", " . . ", " . . ", " . ...... . ", " .... . ........ ", " ... . . ... ", " . . . . ", " . . ", " . . ", " . . . ", " . . . ", " . . . ", " .. . ", " . . . .. ", " . . ", " . ... . ", " .. ... ... . ", " .. .. . .. ", " .. ... ......... ", " ... . . . ..... ", " . . ... . . . .... ", " . . . . . . ", " . . . ", " .. . . ", " . .. ", " .. . ", " .. .. ", " ... ...... . .. ", " .... .. ... ... ", "...... ..... .. . ... .... ", " .... . . ... .......... ", " . . ......... ", " . . ", " . ", " ", " . ", " . ", " ", " . ", " ", " . " }; xsnow-3.3.2/src/Pixmaps/AltSanta4.xpm0000644000175000017500000002506314140766433014365 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSanta4[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #020104", ". c #0F0E13", "X c #2D201D", "o c #780809", "O c #5E3227", "+ c #076D04", "@ c #037803", "# c #097D10", "$ c #117109", "% c #2D692B", "& c #76452F", "* c #536120", "= c #67695C", "- c #364D40", "; c #980F09", ": c #B20805", "> c #A43431", ", c #FB0202", "< c #E91012", "1 c #D22E33", "2 c #C90808", "3 c #914D2C", "4 c #AA562C", "5 c #B75C32", "6 c #B1582F", "7 c #B86433", "8 c #9C6B1A", "9 c #CC6633", "0 c #D16834", "q c #C9612E", "w c #C45C28", "e c #B43547", "r c #BD3E64", "t c #D33E42", "y c #D13452", "u c #EC396A", "i c #FD3467", "p c #E12D5A", "a c #A44958", "s c #9C6055", "d c #D35759", "f c #018101", "g c #4D9136", "h c #6BA638", "j c #69B242", "k c #5CA05C", "l c #79CA6D", "z c #A98D0D", "x c #B6892B", "c c #B88C32", "v c #9BAA22", "b c #FFB616", "n c #F4AE13", "m c #FEB527", "M c #D7A91B", "N c #BAC303", "B c #CBCB02", "V c #CFD100", "C c #FFC628", "Z c #97986E", "A c #E69965", "S c #DC9C63", "D c #FFCD75", "F c #0166CC", "G c #5353A8", "H c #FF36A3", "J c #9C6C85", "K c #688DB5", "L c #47B7B9", "P c #4CAAAD", "I c #46908C", "U c #6D98C8", "Y c #729ECD", "T c #729FD0", "R c #72A2D3", "E c #6EA4D7", "W c #5B9AC8", "Q c #D79697", "! c #F9CBA0", "~ c #B1BAC6", "^ c #B8EAF2", "/ c #B5E5EA", "( c #B3CCD4", ") c #C9CACB", "_ c #D6D5D8", "` c #CBFDFE", "' c #D1FFFF", "] c #DCE0E2", "[ c #EAEBF3", "{ c #D5D8E0", "} c #A9C398", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(_)))||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||)))_))|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~)))))|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~))||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(]]]_||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||][]][||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||][[]||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||s777qq9777s7||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,,,,,,,,,,,|||||||||{{{/||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,,,,,,,,,,,||||||||{[[[[[|||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1WWWa,,,,,|||||||||^[[[{|||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1RRTa1UUJ,|||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1TTRa1EUJ,|||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||]|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,1TREa1ETJ,|||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||QQ,<|[||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<<||||||||||||H||||||||||||||||||,1TETa1ETJ,|||||||||. .||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||]_[<,|||||||||||||||||||||||||||||||||||||||$$||||+$|||||||||||||||||||||||||||||||||||||||||||||||||||||,Hiiiu|||gghnvggggMBjj||||||ado|2|iiiu||||^```/||||||||||||,,,,;2;|uiiu||||/```/|||||||||||[Q<<iiiiiiipiupuuiuiuuuiiiiiiiiuuiiiiuu||||^```````'```````''``'''`````````````^||||BBBBBBBNBBBVBBBBBBBBBBNNNBNNNNBBBBBB||||LLLLLPPLLLLLLLLLLLLLPLLLLLLLLLLLLLLL||||UUUUTUUTRUUUUYYUUUUUUUUUUUUYYUUEe||||||", "||||||llsiiiuuiiiiiiiiiiiiiiiiiiiiiiiiiiiiiu||||^```^/````````````'`''``````````````^||||VBBVVBVBBBBBBBBBBVBBBVBBBBBBVVBVBBBV||||LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL||||UYREYRTTTTYREERRTTTTKUTYTYTTTTTEe.|||||", "||||||gk=iy396>iiiiiiiiiiiiiiiiiiie4>uiiiiiuCbmb/``sq03/``'```'````'''`````~ss~`````]nCbMVBB888BVBBBBBBBVBBBBBBBBBBBv88zBBBVBmmmSLLLk&=PLLLLLLLLLLLLLLLLLLLLP===LLLLLSCbmUYK=a=TRTTY=3=URTRK495=RYTTYYTTEe |||||", "||||||%%=p500q9eiiiiiiiiiiiiiiiii30097tiiiiu||||^'sq0007```````````'``````Zq00qZ'```^||||Bv79906NBBBVBBBBVBVBBBBBVVz79998VVVV||||LLs0q97ILLLLLLLLLLLLLLLLLLI70007WLLL||||YJq9908EEK7q005KUKq9999sUFFFETREy ||||", "|||||||sO>906004iiiiiiiiiiiiiiiiy090994iiiiu||||//99q799}``````'``'``'```~w90005/`'`^||||Vw990998BBVBVVVBBBVBVVVBVB599099zVVB||||L=090993LLLLLLLLLLLLLLLLLL799009kLLL||||K=99690=Ks907q03Us005906WFFFKK=Ke |||", "|||||||||305 3q9||||||||||||||||309X&90|||||||||||99O 993||||||||||||||||&q9OO99&|||||||||599X097||||||||||||||||||09OO90&||||||||399.490||||||||||||||||||906.093||||||||69& 004|697 7q7|500 O05|FFF|q97|||||||", "|||||||||300&705||||||||||||||||399O399|||||||||||996390||||||||||||||||||99OO00||||||||||597.995||||||||||||||||||99OO993||||||||307X499||||||||||||||||||094X093||||||||6q53003|600sASS!AAAZSAS|FFFs6 6&||||||", "||||||||||q0q0q3|||||||||||||||||q00994|||||||||||399905||||||||||||||||||500006||||||||||3000003||||||||||||||||||600009||||||||||990993||||||||||||||||||400009|||||||||7AAAAQ!!AAAS0d4||5qqq03|FFF|q&0|||||||", "|||||||||||405&|||||||||||||||||||0005|||||||||||||3q04||||||||||||||||||||090q||||||||||||49093||||||||||||||||||||q090|||||||||||30906||||||||||||||||||||4000&||||||||||40003|||30003||||409&|||||||4||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf1.xpm0000644000175000017500000001632214140766433015515 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf1[] = { /* width height num_colors chars_per_pixel */ " 176 34 18 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c none", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhihhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhihiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiihiiihhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiiihhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiihhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhihhhh", "hhhhhhhhhhhhhhhhhhhhhggjgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhihiih", "hhhhhhhhhhhhhhhhhhhhjgjgggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhiiihh", "hhhhhhhhhhhhhhhhhhhggjggjgggggbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhiihhh", "hhhhhhhhhhhhhhhhhhgjjgjjgjgggchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihiihhhhh", "hhhhhhhhhhhhhhhhhgjhhhggjggdbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihhhhhh", "hhhhhhhhhhhhhhhh.jhhhhhjggdbmddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhifffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiffffhhhhh", "hhhhhhhhhhhhhhh...hhhhhgcbcdddddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmfiikkiffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffkiififfhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffkiififfhhh", "hhhhhhhhhhhhhhhh.hhhhhhcccbcdccddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhffffmmfkkkffmffhhhhhhhhhhhhffffffffhhhhhhffmmfffkikffmffhhhhhhhhhhhffffffhhhhhhfffmmmffkkffmffhh", "hhhhhhhhhhhhhhhhhhhhhhhhcccbbcbbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffffffffffffffffmmfffffffffhhhhhhhhhfffffffffffffffffffmmffffffffffhhhhhhhhfffffffffffffffffffmmffffffffaaa", "hhhhhhhhhhhhhhhhjgghhhhhcbcccbcbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffmmffiiiffkhhhhhhhhhffffffffffffffffffffmmfffiifffffmhmhhhhffffffffffffffffffffmmfffiiffaaa", "hhhhhhhhhhhhhhhhgggiihhjjbjcbccbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffffmmiiiiifkmhhhhhhhfffffffffffffffffffffffmiiiiffffkhhhmhmfffffffffffffffffffffffmiiififaaa", "hhhhhhhhhhhhhhhcjgjiihjgjjjbjbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmhmffffffffffffffffffffffifmmhhhiihhmhmhmhmffffffffffffffffffffffifmiihhhffkhhhhhhffffffffffffffffffffffifmihhhifhh", "hhhhhhhbhbhhlgncccciihjggggjggghhhmhhhhhhhhhhhhhhhhhhhmhmhmhhhhhffffffifffffffffffffiifiimhhhhhhhhhhhhhhffffffifffffffffffffiifimmhhhhhhhhhhhhhffffffifffffffffffffiifimhhhhhhhh", "hhhchocoboghlg##g#ghiijgggggggjjhggmmmhmhmhmhmhmhmhmhmhhhhhhhhhhfffffffiiifffffffffffifhhmmmhhhhhhhhhhhhfffffffiiifffffffffffifhmmmmmmmmmmmmmmmfffffffiiifffffffffffifhhhhhhhhhh", "hhhcccoobpohlgl##gghiijjgjgjggggbggghhhhhhhhhhhhhhhhhhhhhhhmmmmmifffffffiiiiiiiifffffffhhmmmmmmmmmmmmmmmifffffffiiiiiiiifffffffhmmmmmmmmmmmmmmmifffffffiiiiiiiifffffffhhhhhhhhhh", "hnn#cnnnbopppoop#opoiijjggjjjjggbgggmmmmmmmmmmmmmmmmmmmmmmmmmmhhiifffffffiiiiiiiffffffihhhhhmmmmmmmmmmmmiifffffffiiiiiiiffffffihhhhhhhhhhhhhhhhiifffffffiiiiiiiffffffihhhhhhhhhh", "hhencennggpgbooo#oooiijjjgggggjjgghhhmmmmmmmmmmmmmmmmmmmmmmhhhhhhfffffffffiiiiiifffffihhhhhhhhhhhhhhhhhhhfffffffffiiiiiifffffihhhhhhhhhhhhhhhhhhfffffffffiiiiiifffffihhhhhhhhhhh", "hinncnneggpggooo#opoiiijjjgggggggbhhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhfffihhhhhhhhhhhh", "inencenngbpggoop#ooohiijjjjjggggggbhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhhhfffihhhhhhhhhhhh", "i#nncn#nggpgbooo#poohiihjjjjjjggggbhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffihhhhhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhhffihhhhhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhffihhhhhhhffihhhhhhhhhhhhh", "hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhfffihhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhfffihhhhhhhhhhhhh", "hkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhffiihhhhhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhffiihhhhhhhhhhhhhhhhhhhhhhhhhhffffhhhhhffiihhhhhhhhhhhhh", "hhhhhkkhhhhhhhhhhhhhhhhhhhkkjjjjjjbhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiffhhhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhhhhiffhhhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhhhiffhhhhhffihhhhhhhhhhhhhh", "hhhhhkkhhhhhhhhhhhhhhhhhhhkkbbbbbbmmhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiifmhhhffiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhiifmhhhffiihhhhhhhhhhhhhhhhhhhhhhhhhhhhiifmhhhffiihhhhhhhhhhhhhh", "hhihhkkhhhhhhhhhhhhhhhhhhhkkhhmmmmmmhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhifmhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhifmhhhffihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhifmhhhffihhhhhhhhhhhhhhh", "hihhhkkhhhhhhhhhhhhhhhhhhhkkhhhmmmhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhh", "hhiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/tree.xpm0000644000175000017500000001600314140766433013523 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *tree_xpm[] = { /* columns rows colors chars-per-pixel */ "72 80 10 1 ", " c None", ". c #8b4513", "a c #b22222", "b c #ab2a2a", "c c #a0522d", "d c #6b2503", "g c #006400", "h c #556b2f", "i c #228b22", "j c #008b00", /* pixels */ " g. ", " g ", " g .j ", " jg j ", " a g ", " a g ", " aa a ", " . .. jg aa ", " .. .. g a ", " .. ..a a ", " . g . a..a ", " .ag . a. ", " ..g .. . ", " .a . a. ", " . . . ", " .. . . ", " . . .. ", " .j . . ", " .. .aa ", " .. . . ", " .. j . c. ", " ..gg . gj ", " j ..gg . cg ", " j ..g . c g ", " g g .... cgbggg . ", " cc . j . .. j . ", " cc. j . . g.. ", " c.c c . a. g ", " c.cccc . a.. . ", " ... .a. . ", " .. ... . ", " .. . . ", " . . b.. ", " .. . . b. ", " . gj . . b ", " . g . . b ", " .gg .. .g ", " .g. .. .ccg ", " g ..... .. .. ", " g .. .. .. ... ", " b. .d...... ", " b.. j d.. ", " b . j d.. ", " . . g b. ", " . . . b. ", " g... .. ", " . ..d .. ", " gg . jj .. ", " .. gg .. j ", "gg . g .. jj. ", " . g d.. .. . . ", " g. gg . .. jgg .d ", " g . . ... g . ", " jj . . .d. g. g .. ", " g. . . .d. g . ... g ...", " .. . . .d. g .d.dddddd.d g.. ", " ... .. .d. ....dd g. ", " .. dg .d. .. g ", " . g. dg .d. ... g ", " .. gg ddd.. .d..... j g. g ", " . . .... .d.. jj g . ", " .. . .d..d gg . d. ", " . . ddd. gg . d ", " .. . jg dd. . . .d ", " ... j d. . ..d.dd ", " .. . d. .jg . d.. ", " .. . g. d.. .gg ...d ", " dd.. gj dd. . ..dd ", " .. g dd. g ..ddd ", " ... d dd. g ..dd ", " d.. d dd. . ..d. ", " ddd.. dd. ...dd ", " dddd.. d.g ..dd ", " dddd..g d.g ..dd ", " ddd... d....... ", " ddd. .dd ", " dd.dddd ", " d dddd ", " ddd. ", " dddd " }; xsnow-3.3.2/src/Pixmaps/bird6.xpm0000644000175000017500000002231214140766433013572 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird6_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ... ", " ..... .. ", " ...... ....... .......... ", " .................................. ", " ....................... ........... ", " ............ ....... .......... ", " .......... ..... .......... ", " .......... ... ........ ", " .......... . ........ ", " ......... . ........ ", " ........ ....... ", " ........ ....... ", " ....... ...... ", " ....... ...... ", " ...... ..... ", " ....... ..... ", " ..... ..... ", " ... ..... ", " .... ...... ", " .... ..... ", " .... ..... ", " .... ..... ", " .... .... ", " .... ..... ", " ... .... ", " ... .... ", " .. ... ", " . ... ", " . ", " .. ", " . ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdd5.xpm0000644000175000017500000002231314140766433013736 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd5_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ..... ..... ", " ........... ........ ..... ", " ............................... ", " .................................. ", " .................................... ", " ....... .............. .......... ", " ....... ........... ........ ", " ....... ........ ........ ", " ...... ..... ........ ", " ...... . ....... ", " ..... ..... ", " ..... ..... ", " .... ...... ", " .... ..... ", " ... .... ", " ... .. ", " ... .. ", " .. .. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/BigSanta1.xpm0000644000175000017500000001627514140766433014350 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta1[] = { /* width height num_colors chars_per_pixel */ " 176 34 17 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #f1f1f1", "b c #cccccc", "c c #cc9999", "d c #cc9933", "e c #cc6633", "f c #cc0000", "g c none", "h c #993333", "i c #990000", "j c #663300", "k c #33cc00", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", /* pixels */ "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggggggggggggggggggggggggggggggggggggghggghggggggggggggggggggggggggggggggghggghggggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghgggghghhhggggggggggggggggggggggggggggggggghhgghhgggggggggggggggggggggggggggggghhgghhghhhgggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggghhhgggggggggggggggggggggggggggggggggggghhgghhhhgggggggggggggggggggggggggggghhgghhhgggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhghhgggggggggggggggggggggggggggggggggggggghhhhgggggggggggggggggggggggggggggggghhhhgggggggggg", "gggggggggggggggggggggggffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhgggggghggggggggggggggggggggggggggggggggghhggggggggggggggggggggggggggggggggggghhgggggghggg", "gggggggggggggggggggggffiffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggghgggggghhhhggggggggggggggggggggggggggggggghggggggghgggggggggggggggggggggggggggghhggggghghh", "ggggggggggggggggggggififfffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggggghhhgggggggggggggggggggggggggggggggghhggggghhhhgggggggggggggggggggggggggghhggggghhhg", "gggggggggggggggggggffiffifffffagggggggggggggggggggggggggggggggggggggggggggggggggggggggghhgggghggggggggggggggggggggggggggggggggggghhggghhhhgggggggggggggggggggggggggggghhgggghhgg", "ggggggggggggggggggfiifiififffbgggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhhhggggggggggggggggggggggggggggggggggggghhgghgggggggggggggggggggggggggggggggghhghhgggg", "gggggggggggggggggfigggffiffcacgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggggggggggggggggggggggggggggggggggggggghhhhggggggggggggggggggggggggggggggggghhhggggg", "gggggggggggggggg.igggggiffcalccgggggggggggggggggggggggggggggggggggggggggggggggggggggggggheeeeeggggggggggggggggggggggggggggggggggggeeeeeegggggggggggggggggggggggggggggggheeeegggg", "ggggggggggggggg...gggggfbabcccccgggggggggggggggggggggggggggggggggggggggggggggggggggggllehhjjheeggggggggggggggggggggggggggggggggeejhheheegggggggggggggggggggggggggggggeejhheheegg", "gggggggggggggggg.ggggggbbbabcbbccggggggggggggggggggggggggggggggggggggeeeeeeggggggeeeellejjjeeleeggggggggggggeeeeeeeeggggggeelleeejhjeeleegggggggggggeeeeeeggggggeeellleejjeeleeg", "ggggggggggggggggggggggggbbbaabaacgggggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeelleeeeeeeeegggggggggeeeeeeeeeeeeeeeeeeelleeeeeeeeeeggggggggeeeeeeeeeeeeeeeeeeelleeeeeeeeee", "ggggggggggggggggiffgggggbabbbabaggggggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeelleehhheejgggggggggeeeeeeeeeeeeeeeeeeeelleeehheeeeelglggggeeeeeeeeeeeeeeeeeeeelleeehheeej", "ggggggggggggggggfffhhggiiaibabbagggggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeeeellhhhhhejlgggggggeeeeeeeeeeeeeeeeeeeeeeelhhhheeeejggglgleeeeeeeeeeeeeeeeeeeeeeelhhheheej", "gggggggggggggggbifihhgifiiiaiagggggggggggggggggggggggggggggggglgleeeeeeeeeeeeeeeeeeeeeehellggghhgglglglgleeeeeeeeeeeeeeeeeeeeeehelhhgggeejggggggeeeeeeeeeeeeeeeeeeeeeehelhgggheg", "gggggggagaggkfmbbbbhhgiffffifffggglgggggggggggggggggggglglglgggggeeeeeeheeeeeeeeeeeeehhehhlggggggggggggggeeeeeeheeeeeeeeeeeeehhehllgggggggggggggeeeeeeheeeeeeeeeeeeehhehlggggggg", "gggbgnbnanfgkf##f#fghhifffffffiigfflllglglglglglglglglgggggggggggeeeeeeehhheeeeeeeeeeehegglllggggggggggggeeeeeeehhheeeeeeeeeeehegllllllllllllllleeeeeeehhheeeeeeeeeeeheggggggggg", "gggbbbnnaongkfk##ffghhiifififfffafffgggggggggggggggggggggggglllllheeeeeeehhhhhhhheeeeeeegglllllllllllllllheeeeeeehhhhhhhheeeeeeeglllllllllllllllheeeeeeehhhhhhhheeeeeeeggggggggg", "gmm#bmmmanooonno#nonhhiiffiiiiffaffflllllllllllllllllllllllllllgghheeeeeeehhhhhhheeeeeehgggggllllllllllllhheeeeeeehhhhhhheeeeeehgggggggggggggggghheeeeeeehhhhhhheeeeeehggggggggg", "ggdmbdmmffofannn#nnnhhiiifffffiiffggglllllllllllllllllllllllggggggeeeeeeeeehhhhhheeeeehgggggggggggggggggggeeeeeeeeehhhhhheeeeehggggggggggggggggggeeeeeeeeehhhhhheeeeehgggggggggg", "ghmmbmmdffoffnnn#nonhhhiiifffffffagggghhgggggggggggggggggggggggggggggeeeeeegggggggeeehgggggggggggggggggggggggeeeeeegggggggeeehggggggggggggggggggggggeeeeeegggggggeeehggggggggggg", "hmdmbdmmfaoffnno#nnnghhiiiiiffffff.ggghhgggggggggggggggggggggggggggggggeeeegggggggeeehgggggggggggggggggggggggggeeeegggggggeeehggggggggggggggggggggggggeeeegggggggeeehggggggggggg", "h#mmbm#mffofannn#onnghhgiiiiiiffff.ggghhggggggggggggggggggggggggggggggggeehgggggggeehgggggggggggggggggggggggggggeehgggggggeehggggggggggggggggggggggggggeehgggggggeehgggggggggggg", "ghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhggggggggggggggggggggggggggggggggeeeggggggeeehgggggggggggggggggggggggggggeeeggggggeeehggggggggggggggggggggggggggeeeggggggeeehgggggggggggg", "gjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhggggggggggggggggggggggggggggggggeeeegggggeehhgggggggggggggggggggggggggggeeeegggggeehhggggggggggggggggggggggggggeeeegggggeehhgggggggggggg", "gggggjjgggggggggggggggggggjjiiiiii.ggghhgggggggggggggggggggggggggggggggggheegggggeehgggggggggggggggggggggggggggggheegggggeehggggggggggggggggggggggggggggheegggggeehggggggggggggg", "gggggjjgggggggggggggggggggjjaaaaaallgghhggggggggggggggggggggggggggggggggghhelgggeehhggggggggggggggggggggggggggggghhelgggeehhgggggggggggggggggggggggggggghhelgggeehhggggggggggggg", "gghggjjgggggggggggggggggggjjggllllllghhhgggggggggggggggggggggggggggggggggghelgggeehggggggggggggggggggggggggggggggghelgggeehgggggggggggggggggggggggggggggghelgggeehgggggggggggggg", "ghgggjjgggggggggggggggggggjjggglllgghhhgggggggggggggggggggggggggggggggggggggggggllggggggggggggggggggggggggggggggggggggggllgggggggggggggggggggggggggggggggggggggllggggggggggggggg", "gghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg" }; xsnow-3.3.2/src/Pixmaps/AltSanta1.xpm0000644000175000017500000002506314140766433014362 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSanta1[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #0D0D12", ". c #1E1A1E", "X c #75060A", "o c #653825", "O c #523527", "+ c #046A02", "@ c #007B00", "# c #12730F", "$ c #30702B", "% c #78432A", "& c #5D6420", "* c #4D4E4F", "= c #69675C", "- c #480A6E", "; c #A51B19", ": c #D40708", "> c #CA0C0F", ", c #FA0201", "< c #EA0709", "1 c #D4373D", "2 c #CF1D25", "3 c #904C2B", "4 c #A7552C", "5 c #B35A30", "6 c #BB6135", "7 c #AF6923", "8 c #96711E", "9 c #C45025", "0 c #CB6633", "q c #D26934", "w c #CE622E", "e c #D33A45", "r c #DD396D", "t c #FD3467", "y c #EA3A6D", "u c #E6305D", "i c #945771", "p c #A36053", "a c #CC4B55", "s c #E14F6B", "d c #B63042", "f c #008100", "g c #3B8635", "h c #509435", "j c #68A437", "k c #5CA455", "l c #76CC77", "z c #B9B712", "x c #B7892B", "c c #B88D33", "v c #B1B929", "b c #95A318", "n c #C7AC17", "m c #FEB615", "M c #FDAF11", "N c #FEB724", "B c #DD9F1E", "V c #BBC217", "C c #CCCC00", "Z c #C0C411", "A c #EFAE7C", "S c #D0A071", "D c #FFC75E", "F c #94B075", "G c #687A95", "H c #0367CC", "J c #0E10CF", "K c #FF36A2", "L c #8A6D90", "P c #FE45A9", "I c #678BB8", "U c #47B7B8", "Y c #49AFB5", "T c #569398", "R c #729FCF", "E c #6E9BCB", "W c #72A1D2", "Q c #72A3D3", "! c #5A93C5", "~ c #3EA3A3", "^ c #95979A", "/ c #AEB2B1", "( c #9D9A9D", ") c #DAA698", "_ c #BBEDF4", "` c #ABD9E2", "' c #CAFDFE", "] c #D1FEFF", "[ c #F3F3F3", "{ c #E2DAD4", "} c #ECC299", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*****|||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||=******||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||=****|||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||^^^^^|||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(^^^^|||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||^^||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||qp0q0606p|||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||599999919999p|||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||:,,,,,,,,,,,||||||||/////|||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||:,eLii2,,,,,||||||||/////|||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||:,iQQQ22pi,,||||||||||//||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||:,iQQQ2iQQ>,|||||||||||/||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||:,iQQQ2iQQ2<||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||a<||[||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<||||||||||||P|||||||||||||||||:,iQQQ2iQQ>,|||||||||... ||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||{{[<|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<|||||||||||||||||||||||||||||||:,i!E!2i!!2,|||||||||88&8c||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||[s}{,||||||||||||||||||||||||||||||||||||||+|#|||#|+|||||||||||||||||||<|||||||||||||K|||||||||||||||||:,,,,,,,,,,,|||||||||BNNmM||||||||||||", "|||||||||||||||||||}D|||DD|||||||||||||()|||||||||||||||||||||||:;|[3{{||||||||||||||||||||||||||||||||||||||||+|##+|+||||||||||||||||||||<,,|||||||||||KK||||||||||||||||:,,,,,,,,,,,|||||||||BNMmm||||||||||||", "|||||||||||||||||||NMNNBNM||||||||||||||)|||||||||||||||||||||||)[d[[[|||||||||||||||||||||||||||||||c|c||c|c||###|###|||||||||||||||||||||<||||||||||||KK||||||||||||||||:,,,,,,,,,,,|||||||||BMMmm||||||||||||", "||||||||||||||||||hBMMMMMMgj||||||||||||)||||||||||||||||||||||||2<));X||||||||||||||||||||||||||||||||cccc|||++++|++++||||||||||||||||||||,||||||||||||KK||||||||||||||||;:::::::::::|||||||||7BBBB||||||||||||", "|||||||||yryr|||kFjcNvjbnmVl|||||||;:||aLyyys||||___`|||||||||||| &&:;;X|||||||||___`||||VVVv||a|a|||cxxccxxx|+##+|##+#|vzZV||||~UYU||||||<,||||||||||||KK||||||YYYY|||||fffffff@fffffffffffffff+ffff+||||||||||", "|||||||||ttty|||FkbMbjjhjmZk|||||||:;;)|ytttr||||'''_||||||||||||<,>;aiOX||||||||]''_||||CCCveeea11||ccxc|xcc|++++|++++|vCCC||||UUUU|||||,,,<<<||||||||KKKKK||||UUUU|||||fffffff@ffffffffffffffff@@ff+||||||||||", "|||||k||ayttt|||khbNjkjghMVj|||||||;X;;|ytttr||||''''||||||||||||<,>;;ytttr||||'''_||||||||||||},,<. #-# */ XPM_TYPE *birdd4_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ..... ....... ", " .......... ............ ", " ............. ...... ................ ", " ................... ........ .................. ", " ........ ................................. .......... ", " ...... ......................... ....... ", " .... ...................... ...... ", " .... ............. ....... ", " .... ........... ..... ", " ... ......... .... ", " .. ..... ... ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdl3.xpm0000644000175000017500000002231314140766433013744 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl3_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ......... ", " .......... ", " .......... ", " ......... ", " ......... ", " ........ ", " ........ ", " ........ ", " ........ ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ........... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdd2.xpm0000644000175000017500000002231314140766433013733 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd2_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .... ", " ..... . ", " ...... ... ", " ....... .... ", " ........ ...... ", " ......... ....... ", " .... ..... ........ ", " .... ...... ......... ", " ... ..... ......... ", " .... ..... ..... ..... ", " .... ..... .... .... ", " ... .... .... .... ", " . . .... ....... .... .... ", " ... ......... .... ... ", " ............. ... .. ", " ................ ", " .............. ", " ............. ", " ........... ", " .......... ", " ........ ", " ... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/RegularSantaRudolf4.xpm0000644000175000017500000000303214140766433016412 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSantaRudolf4[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#abbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaa.ddbbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcab", "bdb...adbbddbdbbdbbbbcccccbbbdbdbbbcccccbbbdbdbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbbbbbbbccbcbbbbbbbbbbccbcbbb", "bbdbdba.bddbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb", "ddddddddddbbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb" }; xsnow-3.3.2/src/Pixmaps/birdd6.xpm0000644000175000017500000002231314140766433013737 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd6_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .... ", " .............. ........ ", " .............................. ", " .................................. ", " .................................... ", " ....................... ............. ", " ...................... ........... ", " ............. ......... ........... ", " ........... ..... ......... ", " .......... . ......... ", " ......... ........ ", " ........ ....... ", " ....... ........ ", " ...... ....... ", " ....... ....... ", " ...... ...... ", " ....... ...... ", " ...... ..... ", " ...... .... ", " ..... ... ", " ..... .... ", " ..... .... ", " .... .... ", " ..... .... ", " .... .... ", " .... .. ", " .... .. ", " ... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/MediumSantaRudolf3.xpm0000644000175000017500000000543014140766433016234 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSantaRudolf3[] = { /* width height num_colors chars_per_pixel */ " 88 17 19 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c None", "i c #c0c0c0", "j c #993333", "k c #990000", "l c #663300", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "q c #000000", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhhhhhhhhhhhhhhhhjjhjjjhhhhhhhhhhhhjjhjjjhhh", "hhhhhhhhhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhjjjhhhhhhhhhhhhhhhhjjhhhhh", "hhhhhhhhhgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhjjhhhhhhhhhhhhhhhjjhhjjhhhhhhhhhhhhhjhhjjj", "hhhhhhhhkgkkgihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhhhhhhhhhhhhhhhhjjhjhhhhhhhhhhhhhhhjhjhh", "hhhhhhh.hhkgqdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhjfffhhhhhhhhhhhhhhhjffhh", "hhhhhhhhghccccdhhhhhhhhhhhhhhhhhhhhhhhhhffmflfmfhhhhhhhhhhhhhffmllffhhhhhhhhhhhhffmllffh", "hhhhphhcghhbcbbhgg.mhmhmhmhhhhhhhffffffffffmfjjfmhmhhhffffffffffmfjffmhhhffffffffffmfjaa", "hcooggg##jhgkbgghhhhhhhhhhmhmhmhjffffffffffjmhhjhhhhmffffffffffffmhflhhmffffffffffffmhaa", "n#nnbgopoojgggkhhhhhhhhhhhhhhhhhjfffjfffffjjmmhhhhhhhfffjjfffffjfmmhhhhhfffjjfffffjfmmhh", "nnnehhoooojkgkgghjjmmmmmmmmmmmmmjfffjjjjfffjhhmmmmmmmfffjjjjjffjhhmmmmmmfffjjjjjffjhhhhh", "jnnnhhoopojkkgggbhhjhhhhhhhhhhhhjffjhhhhhhfjjhhhhhhhhhfjhhhhhhhfjhhhhhhhhfjhhhhhhhfjhhhh", "hhhhhhhhhhjhkkkgghhjhhhhhhhhhhhhhffhhhhhhhhhfjhhhhhhhffjhhhhhhhhffhhhhhhhfjhhhhhhhhffhhh", "llllllllllllllllllljhhhhhhhhhhhhffhhhhhhhhhhhmhhhhhhhfjhhhhhhhhhhjhhhhhhfjhhhhhhhhhhjhhh", "hhhlhhhhhhhhhlhh..hjhhhhhhhhhhhfhjhhhhhhhhhhhhhhhhhhfhjhhhhhhhhhhhhhhhhfhjhhhhhhhhhhhhhh", "hhhlhhhhhhhhhlhhhqjhhhhhhhhhhhhfhmhhhhhhhhhhhhhhhhhhmhmhhhhhhhhhhhhhhhhmhmhhhhhhhhhhhhhh", "jjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf82.xpm0000644000175000017500000002323514140766433015607 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf82[] = { /* width height num_colors chars_per_pixel */ " 256 33 21 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "A c #444444", "B c #555555", /* pixels */ " j j j ", " A j j jjj j j j j A j j jj jj jjj ", " AA jj jjj A jj jj A jj jj A jj jj jj jjj ", " AA jjj jj AA AA jj jjjj AAAAjj jjjj A jj jjjj jjjj ", " AAAA jjj AAA AAAAjjjj A jjjj AAA jjjj A jj ", " gggg AA A j A AA jj AAA AAA jj A AA jj AAAA jj ", " ggkgggg AA A jj AAj AAA j AA AAA j AAA AA j AAA jj j ", " kgkgggggg AAA jj AAAjjjj AA jj AA j AA jj AA j AAA jj A j jj j jj ", " ggkggkgggggb AA jj AA jjj AA jj AAjjjj AAA jj A jjjj AA jj AAjjjj jj jjj ", " gkkgkkgkgggc AA jjjjjjj AA jjj Ajjjj AAAjjj Ajjjj AA jjj Ajjjj jjjjjjj ", " gk ggkggdbd AA AAjj AAA jjjj AA jjjj AAAAjjjj jj ", " .k kggdbndd AAjfffff BBBBffffff BBBBffffff BBBB ffffff jffff ", " ... gcbcddddd nnfjjlljff BBffljjfjff BBBBffljjfjff BBBffljjfjff ffljjfjff ", " . cccbcdccdd BBBffffffBBBBB ffffnnflllffnff BBffffffffBBBB ffnnfffljlffnff BBBffffffffBBBBB ffnnfffljlffnff BBBffffffffBBBBBBffnnfffljlffnff ffffff fffnnnffllffnff ", " kgg cccbbcbbd BBffffffffffffffffffffnnfffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff fffffffffffffffffffnnffffffffaaa ", " ggg cbcccbcb n BBfffffffffffffffffffffnnffjjjffl BBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn n n nffffffffffffffffffffnnfffjjffaaa ", " ckgkjj kkkcbccb gg BBfffffffffffffffffffffffnnjjjjjfln n n n ffffffffffffffffffffffnnjjjjffffl n ffffffffffffffffffffffnnjjjjffffl n ffffffffffffffffffffffnnjjjjffffl ffffffffffffffffffffffnnjjjfjfaaa ", " b b mgoccccjj kgkkkkbiggbggg n ffffffffffffffffffffffjfnn jj BBffffffffffffffffffffffjfnjj ffl BBffffffffffffffffffffffjfnjj ffl BBffffffffffffffffffffffjfnjj ffl ffffffffffffffffffffffjfnj jf ", " c pcpbpg mg##g#gjj kggggkggggbgggnnn n n nn n n n n n n n n BBjfffffjfffffffffffffjjfjjnnn BBjfffffjfffffffffffffjjfjnn BBjfffffjfffffffffffffjjfjnn BBjfffffjfffffffffffffjjfjnn jfffffjfffffffffffffjjfjn ", " cccppggqgbgm##gg.jjkggggggkkk BBjffffffjjjffffffffffjjjfnnnnnnnnnnnnnnnnjffffffjjjffffffffffjjjfnnnn nnnnnjffffffjjjffffffffffjjjfnnnn nnnnnjffffffjjjffffffffffjjjfnnnn nnnnnjffffffjjjffffffffffjjjf ", " oo#coooggqggppq#pqpjjkkgkgkkkgb jj nnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj ", " oeoceoogbqggppp#pppjjkkggkkggggb j jnnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffjjjjjjjfffffff BBjjffffffjjjjjjjfffffff nnnnnnn BBjjffffffjjjjjjjfffffff nnnnnnn BBjjffffffjjjjjjjfffffff nnnnnnn jjffffffjjjjjjjfffffff ", " ooocooeggqg ppp#pqpjjkkkggggggggb jjnnnnnnnnnnnnnnnnnnnnn BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff jjffffff jjjjjjjfffff ", " jeoceoo ppq#pppjjjkkkgggggggb jj BB jjfffff jjjffff BBBjjfffff jjjffff BBjjfffff jjjffff BBjjfffff jjjffff jjfffff jjjffff ", "j#ooco#o ppp#qpp jjkkkkkggggggb jj BBBjffff BBB fffj BBBBjffff BBBfffj BBBjffff BBBfffj BBBjffff BBfffj jffff fffj ", "j jj kkkkkkggggb jj BBBfffff BBB ffj BBBfffff BB ffj BBBfffff BB ffj BBBfffff BBBffj fffff ffj ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BBBfffj BB ffj BBBfffj BBffj BBBfffj BB ffj BBBfffj BB ffj fffj ffj ", " llllllllllllllllllllllllllllllllllllljj BBBfffj BB fffn BBBfffj BBBfffn BBBfffj BBB fffn BBBfffj BBBfffn fffj fffn ", " ll llkkkkkkb jj BB ffj BB nnf BB ffj BB nnf BBBffj BB nnf BBBBffj BB nnf ffj nnf ", " ll llbbbbbbnn jj BB ffj BB ffj BBBffj BBBffj ffj ", " j ll ll nnnnnn jjj BB ffjj BB ffjj BBBffjj BBBffjj ffjj ", " j ll ll nnn jjj BB ffn BB ffn BB ffn BB ffn ffn ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BB nn BB nn BB nn BB nn nn ", }; xsnow-3.3.2/src/Pixmaps/BigSanta3.xpm0000644000175000017500000001627514140766433014352 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta3[] = { /* width height num_colors chars_per_pixel */ " 176 34 17 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #f1f1f1", "b c #cccccc", "c c #cc9999", "d c #cc9933", "e c #cc6633", "f c #cc0000", "g c none", "h c #993333", "i c #990000", "j c #663300", "k c #33cc00", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", /* pixels */ "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghgggghghhhggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggghggggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggghhhggggggggggggggggggggggggggggggggggghggghggggggggggggggggggggggggggggggghhgghhghhhgggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhghhgggggggggggggggggggggggggggggggggggghhgghhggggggggggggggggggggggggggggggghhgghhhgggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhgggggggggggggggggggggggggggggggggggggghhgghhhhggggggggggggggggggggggggggggghhhhgggggggggg", "gggggggggggggggggggggffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggggggggggggggggggggggggggggggggggggggghhhhgggggggggggggggggggggggggggggggggghhgggggghggg", "gggggggggggggggggggffiffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhgggghgggggggggggggggggggggggggggggggggghhggggggghgggggggggggggggggggggggggggghhggggghghh", "ggggggggggggggggggififfffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhggghhhhgggggggggggggggggggggggggggggggghgggggghhhhgggggggggggggggggggggggggghhggggghhhg", "gggggggggggggggggffiffifffffaggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghggghhhggggggggggggggggggggggggggggggggghhgggghhhhgggggggggggggggggggggggggggghhgggghhgg", "ggggggggggggggggfiifiififffbgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhhhhggggggggggggggggggggggggggggggggggghhggghgggggggggggggggggggggggggggggggghhghhgggg", "gggggggggggggggfigggffiffcacgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhgggggggggggggggggggggggggggggggggggggghhhhhggggggggggggggggggggggggggggggggghhhggggg", "gggggggggggggg.igggggiffcalccgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggheeeeeggggggggggggggggggggggggggggggggggggeeeeeegggggggggggggggggggggggggggggggheeeegggg", "ggggggggggggg...gggggfbabcccccgggggggggggggggggggggggggggggggggggggggggggggggggggggggllehhjjheeggggggggggggggggggggggggggggggggeejhheheegggggggggggggggggggggggggggggeejhheheegg", "gggggggggggggg.giffggbbbabcbbccggglggggggggggggggggggggggggggggggggggeeeeeeggggggeeeellejjjeeleeggggggggggggeeeeeeeggggggeeelleeejhjeeleegggggggggggeeeeeeggggggeeellleejjeeleeg", "ggggggggggggggggfffgggbbbaabaacggffgggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeelleeeeeeeeegggggggggeeeeeeeeeeeeeeeeeeelleeeeeeeeeeggglglggeeeeeeeeeeeeeeeeeeelleeeeeeeeee", "ggggggggaongkggbifigggbabbbabafg.fffggglglglglglglglglggggggggggggeeeeeeeeeeeeeeeeeeeeelleehhheejggllglglleeeeeeeeeeeeeeeeeeeelleeehheeeeelgggggleeeeeeeeeeeeeeeeeeeelleeehheeej", "gggggggaanooofmbbbbhhggiibabbfff.ffflllgggggggggggggggglgglglggggeeeeeeeeeeeeeeeeeeeeeeellhhhhhejlgggggggeeeeeeeeeeeeeeeeeeeeeellhhhheeeejggggggeeeeeeeeeeeeeeeeeeeeeellhhheheej", "gggbgnbnffofaf##f#fhhgifiiiaffffgggggggggggggggggggggggggggggglgleeeeeeeeeeeeeeeeeeeeeehellggghhgggggggggeeeeeeeeeeeeeeeeeeeeeeellhhgggeejggggggeeeeeeeeeeeeeeeeeeeeeeellhgggheg", "gggbbbnnffofffk##ffhhgiffffiffffgggggggggggggggggggggggggggggggggeeeeeeheeeeeeeeeeeeehhehhlggggggggggggggeeeeeeheeeeeeeeeeeeehhehhlgggggggggggggeeeeeeheeeeeeeeeeeeehhehhlgggggg", "gmm#bmmmfaoffnno#nonhhiffffffiiggggggggggggggggggggggggggggggggggeeeeeeehhheeeeeeeeeehhhellllggggggggggggeeeeeeehhheeeeeeeeeehhhellllllllllllllgeeeeeeehhheeeeeeeeeehhhelllggggg", "gmdmbdmmffofgnnn#nnnhhiififiiifagggghhggggggggggggggggggggggllllleeeeeeehhhhhhhheeeeehhhggllllllllllllllleeeeeeehhhhhhhheeeeehhhgglllllllllllllleeeeeeehhhhhhhheeeeehhhggllggggg", "gmmmbmmdgggggnnn#nonhhiiffiiffffagghghllllllllllllllllllllllllllleeeeeeeehhhhhhhheeeeehhggggglllllllllllleeeeeeeehhhhhhhheeeeehhgggggggggggggggleeeeeeeehhhhhhhheeeeehhggggggggg", "gmdmbdmmgggggnno#nnnhhiiiffffffffaggghhlllllllllllllllllllllggggggeeeeeeehghhhhhhheeeeehggggggggggggggggggeeeeeeehghhhhhhheeeeehgggggggggggggggggeeeeeeehghhhhhhheeeeehggggggggg", "ghmmbm#mgggggnnn#onnhhhiiifffffffagggghhgggggggggggggggggggggggggggeeeeehhggggggggggeeehhggggggggggggggggggeeeeehhggggggggggeeehhgggggggggggggggggeeeeehhggggggggggeeehhgggggggg", "hgggggggggggggggggggghhiiiiiffffffaggghhgggggggggggggggggggggggggggeeeehhggggggggggggeeeehhggggggggggggggggeeeehhggggggggggggeeeehhgggggggggggggggeeeehhggggggggggggeeeehhgggggg", "hgggggggggggggggggggghhgiiiiiiffffaggghhggggggggggggggggggggggggggeeeeehggggggggggggggeeeeehggggggggggggggeeeeehggggggggggggggeeeeehgggggggggggggeeeeehggggggggggggggeeeeehggggg", "ghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhgggggggggggggggggggggggggeeeehhgggggggggggggggggehelgggggggggggggeeeehhgggggggggggggggggehelggggggggggggeeeehhgggggggggggggggggehelggggg", "gjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhgggggggggggggggggggggggggeeehggggggggggggggggggggellgggggggggggggeeehggggggggggggggggggggellggggggggggggeeehggggggggggggggggggggellggggg", "gggggjjgggggggggggggggggggjjiiiiiiallghhggggggggggggggggggggggggeeehhgggggggggggggggggggggggggggggggggggeeehhggggggggggggggggggggggggggggggggggeeehhgggggggggggggggggggggggggggg", "gggggjjgggggggggggggggggggjjaaaaaalllghhggggggggggggggggggggggggeehhhgggggggggggggggggggggggggggggggggggeehhhggggggggggggggggggggggggggggggggggeehhhgggggggggggggggggggggggggggg", "gghggjjgggggggggggggggggggjjggglllllghhhggggggggggggggggggggggggeeghlgggggggggggggggggggggggggggggggggggeeghlggggggggggggggggggggggggggggggggggeeghlgggggggggggggggggggggggggggg", "ghgggjjgggggggggggggggggggjjgggggggghhhggggggggggggggggggggggggglegllggggggggggggggggggggggggggggggggggglegllgggggggggggggggggggggggggggggggggglegllgggggggggggggggggggggggggggg", "gghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhggggggggggggggggggggggggggllggggggggggggggggggggggggggggggggggggggllgggggggggggggggggggggggggggggggggggggllggggggggggggggggggggggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg" }; xsnow-3.3.2/src/Pixmaps/polarbear.xpm0000644000175000017500000000762314140766433014543 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *polarbear_xpm[] = { /* columns rows colors chars-per-pixel */ "56 36 59 1 ", " c #7C7C7C", ". c #828282", "X c gray53", "o c #8A8A8A", "O c #8D8D8D", "+ c #929292", "@ c #969696", "# c #9B9B9B", "$ c #989898", "% c #9D9D9D", "& c #A1A1A1", "* c #A2A2A2", "= c #A5A5A5", "- c #A7A7A7", "; c #A9A9A9", ": c #ABABAB", "> c #AFAFAF", ", c #ADADAD", "< c #B0B0B0", "1 c #B3B3B3", "2 c #B6B6B6", "3 c #B5B5B5", "4 c #B9B9B9", "5 c #BABABA", "6 c #BDBDBD", "7 c #BFBFBF", "8 c #C1C1C1", "9 c #C2C2C2", "0 c #C4C4C4", "q c #C6C6C6", "w c #C9C9C9", "e c #CBCBCB", "r c #CDCDCD", "t c #CFCFCF", "y c #D3D3D3", "u c #D1D1D1", "i c #D5D5D5", "p c #D7D7D7", "a c gray84", "s c #D8D8D8", "d c #DBDBDB", "f c #DDDDDD", "g c gainsboro", "h c #DEDEDE", "j c #E0E0E0", "k c #E2E2E2", "l c #E4E4E4", "z c #E6E6E6", "x c #E9E9E9", "c c gray91", "v c #EAEAEA", "b c gray92", "n c #ECECEC", "m c gray93", "M c #EEEEEE", "N c #EFEFEF", "B c gray94", "V c #F1F1F1", "C c None", /* pixels */ "@.$><>>-;88<&CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC", ";-hccNw&<4Ncksw4<-CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC", "$7NNNNk4ptNNh0NNNNNNNNNNNNNzksy08770yhkhkhkhsw3%CCCCCCCCCCCC", "4cNc4tNNNcNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNck7CCCCCCCCCCC", ". hNNNz4hBh7cc8zNNNNhtc8cc8cNN0pNNNNccNNNNNz&CCCC", "CCCCCCCCC&pBN8yBc7hN0wNNNNNk0N8Nh0NNt8NNNNNNNNNNNNN7CCCC", "CCCCCCCCCC$wt0Nz4yNt7NNNNcNz8c7cptBh4cNcNNNNNNNNNNNpCCCC", "CCCCCCCCCCCo%ss4pNy7zNNNNNNN0k7NypN8hBNNNcNNNNcNNcNz;CCC", "CCCCCCCCCCCC0>;hBy7zNNcNNNNNwp8ctsk7NNNNNcNNNNcNNNNc3CCC", "CCCCCCCCCCCCpk74w7zNNNNNcNcN477ctktyNNNcNNNNNNNNcNNc8CCC", "CCCCCCCCCCCCsNpt&kNNNNNNNNNN>-7cwh7zNNNNNNNNNNNNNNNk>%CC", "CCCCCCCCCCCCpNNh4wNNNcNNNNNN4$7N0p8NcNNNNNNccNNNNNNN4OCC", "CCCCCCCCCCCCyNNNk4zNNNNNNNNBy$4cwwyBNNNNNcNcNNcNNNNc7+CC", "CCCCCCCCCCCCtNNNz0tBNNcNcNNNp+>s08hNNcNNNNNNNNNNNcNp4@CC", "CCCCCCCCCCCCtNNNNz7cNNNNNNcBh$>787zNNNNNNNcNNNNNNNBw;$CC", "CCCCCCCCCCCCtBcNNN8sNcNNNNNNh$;<38cNcNcNNNNNNcNNNhw$84CC", "CCCCCCCCCCCCpNNNNBh8NNNNNNNNk@&348NNNNNNNNNNNNNh0@O;c8CC", "CCCCCCCCCCCCsNNcNNc7hNNcNcNNk@OO+8NNcNNNcNNNckt<>4tcz7CC", "CCCCCCCCCCC-zNNNNNNt8NNNNNNNk&CC.wNNNNNNNNNs743ycNNNNyCC", "CCCCCCCCCCC>zNNNcNcp-hNNNNcBk&CCCpNNNNNcNc0338pNNNNNNh$C", "CCCCCCCCCCCCCCCo-phhhhhsy>C", "CCCCCCCC&$XC;;>&%CCCCC@<4443%$>;-&--><-CCCCCCo$CCCCCCCCC" }; xsnow-3.3.2/src/Pixmaps/RegularSantaRudolf1.xpm0000644000175000017500000000305114140766433016410 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSantaRudolf1[] = { /* width height num_colors chars_per_pixel */ " 56 8 7 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #663300", "e c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#abbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bebbaaa.eebbbbbbbbbbcbbbbcbbbebebbcbbbbcbbbbbbbbcbbbbcab", "beb...aebbebbbbbbbbbbcccccbbbbbbbbbcccccbbbbbbbbbcccccbb", "beeeeaebbbeebebbebbbbccbcbbbbbbbbbbccbdbbbbebebbbccbcbbb", "bbebeba.beebbbbbbbbbccbbbcbbbbbbbbccbbbcbbbbbbbbccbbbcbb", "eeeeeeeeeebbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcbb" }; xsnow-3.3.2/src/Pixmaps/MediumSantaRudolf2.xpm0000644000175000017500000000544714140766433016243 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSantaRudolf2[] = { /* width height num_colors chars_per_pixel */ " 88 17 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c None", "i c #c0c0c0", "j c #b2b2b2", "k c #993333", "l c #990000", "m c #663300", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "r c #000000", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhkkkhhhhhhhhhhhhhhhkkhkhhhhhhhhhhhhhhkkhkhkhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhkkkhhhhhhhhhhhhhhhhhhkkhkkhhhhhhhhhhhhhhkkhkhhhh", "hhhhhhhhhhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhkhhhhhhhhhhhhhhhhhhhhkhhhhhhhhhhhhhhhhhhkhhhhh", "hhhhhhhhhllggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhkkhkkhhhhhhhhhhhhhhhkkhhhhhhhhhhhhhhhhhkkhhhk", "hhhhhhhhgllgggihhhhhhhhhhhhhhhhhhhhhhhhhhhhhkkkhhhhhhhhhhhhhhhhhkkhkkhhhhhhhhhhhhhhkkkkh", "hhhhhhh.hhhgdndhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhkfffhhhhhhhhhhhhhhhkffhh", "hhhhhhhhhhhcbdcdhhhhhhhhhhhhhhhhhhhhhhhhffnfmfnfhhhhhhhhhhhhhffnmmffhhhhhhhhhhhhffnmmffh", "hhhhhhhhghhcccchhhhhhhhhhhhhhhhhhffffffffffnfkkfhnhnhhffffffffffnffffhnhnffffffffffnfkaa", "hhhbbhgcckhglljggg.nnhhnnhhnnhhnhffffffffffknhhhhhhhhffffffffffffnhfkhhhffffffffffffnhaa", "hccpggg#ghkgggllhhhhhhhhhhhhhhhhhfffkfffffkknnnnnnnnhfffkkfffffkfnnnnnnhfffkkfffffkfnhhh", "ooeobgppppklglgghkknnnnnnnnnnnnnnfffkkkkffffhhhhhhhhnkfffkkkffffhhhhhhhnkfffkkkffffhhhhh", "koeohhpqppkllggg.hhkhhhhhhhhhhhhhhffhhhhhhffhhhhhhhhhhffhhhhhhffhhhhhhhhhffhhhhhhffhhhhh", "hhhhhhhhhhkhlllgghhkhhhhhhhhhhhhhhffhhhhhhhkhhhhhhhhhhffhhhhhhhfhhhhhhhhhffhhhhhhhfhhhhh", "mmmmmmmmmmmmmmmmmmmkhhhhhhhhhhhhhhkfhhhhhhnfhhhhhhhhhhffhhhhhhrfhhhhhhhhhffhhhhhhrfhhhhh", "hhhmhhhhhhhhhmhh..hkhhhhhhhhhhhhhhkhhhhhhhhhhhhhhhhhhhfhhhhhhhhhhhhhhhhhhfhhhhhhhhhhhhhh", "hhhkhhhhhhhhhkhhhrkhhhhhhhhhhhhhhhrhhhhhhhhhhhhhhhhhhhrhhhhhhhhhhhhhhhhhhrhhhhhhhhhhhhhh", "kkkkkkkkkkkkkkkkkkhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf84.xpm0000644000175000017500000002323514140766434015612 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf84[] = { /* width height num_colors chars_per_pixel */ " 256 33 21 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "A c #444444", "B c #555555", /* pixels */ " AA j j j ", " A j j jjj A j A j Aj j A A j j jj jj jjj ", " A jj jjj A jjA jj Ajj jj A AA jj Ajj jj jjj ", " AA jjj jj AA jj jjjj AA jj jjjj A jjA jjjj jjjj ", " AAA jjj A AA Ajjjj A A jjjj AA Ajjjj jj ", " gggg AA j AAA AAA jj AAAA AAAAjj AAA AA A jj A jj ", " ggkgggg AAA jj AA j A j A A j AA AAA j AAA jj j ", " kgkgggggg AA jj A jjjj AA jj AA j AA jj AAA j A jj AA j jj j jj ", " ggkggkgggggb AA jj AA jjj AA jj A jjjj AA jj A jjjj AAAA jj A jjjj jj jjj ", " gkkgkkgkgggc AAAAjjjjjjj AA jjj Ajjjj AAAAjjj Ajjjj AAAjjj Ajjjj jjjjjjj ", " gk ggkggdbd AAAjj AAAAjjjj AAAjjjj AAAjjjj jj ", " .k kggdbndd BBBjfffff BBffffff BBffffff BBffffff jffff ", " ... gcbcddddd BBnnfjjlljff BBBffljjfjff BBffljjfjff BBBBffljjfjff ffljjfjff ", " . cccbcdccdd BBBffffffBBBBB ffffnnflllffnff BBBffffffffBBBBB ffnnfffljlffnff BBBffffffffBBBBBBffnnfffljlffnff BBBffffffffBBBB ffnnfffljlffnff ffffff fffnnnffllffnff ", " kgg cccbbcbbd BBffffffffffffffffffffnnfffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff fffffffffffffffffffnnffffffffaaa ", " ggg cbcccbcb n BBfffffffffffffffffffffnnffjjjffl BBBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn n BBBffffffffffffffffffffnnfffjjfffffn n n nffffffffffffffffffffnnfffjjffaaa ", " ckgkjj kkkcbccb gg BBfffffffffffffffffffffffnnjjjjjfln n n n fffffffffffffffffffffffnjjjjffffl n fffffffffffffffffffffffnjjjjffffl n fffffffffffffffffffffffnjjjjffffl fffffffffffffffffffffffnnnjjjfjfaaa ", " b b mgoccccjj kgkkkkbiggbggg n ffffffffffjjjfffffffffjfnn jj BBffffffffffjjjfffffffffjfnjj ffl BBffffffffffjjjfffffffffjfnjj ffl BBBffffffffffjjjfffffffffjfnjj ffl ffffffffffjjjfffffffffjffnnj jf ", " c pcpbpg mg##g#gjj kggggkggggbgggnnn n n nn n n n n n n n n jfffffffffjjjfffffffjjfjjnnn BBjfffffffffjjjfffffffjjfjnn BBjfffffffffjjjfffffffjjfjnn BBBjfffffffffjjjfffffffjjfjnn jfffffffffjjjfffffffjjfjjfn ", " cccppggqgbgm##gg jjkggggggkkk BBfffffffffffjjfffffffjjjfnnnnnnnnnnnnnnnnfffffffffffjjfffffffjjjfnnnn nnnnnfffffffffffjjfffffffjjjfnnnn nnnnnfffffffffffjjfffffffjjjfnnnn nnnfffffffffffjjfffffffjjjfjf ", " oo#coooggqggppq#pqpjjkkgkgkkkgb jj nnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnnnnjffffffffffjfjjjfffffjj nnnnnnnnnnnnnjffffffffffjfjjjfffffjj ", " oeoceoogbqggppp#pppjjkkggkkggggb j jnnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffffjjfjjfffffffj BBjjffffffffjjfjjfffffffj nnnnnnn BBjjffffffffjjfjjfffffffj nnnnnnn BBjjffffffffjjfjjfffffffj nnnnnnn jjffffffffjjfjjfffffffj ", " ooocooeggqg ppp#pqpjjkkkggggggggb jjnnnnnnnnnnnnnnnnnnnnn BBjjffffffjjffjjjjffffff BBjjffffffjjffjjjjffffff BBBjjffffffjjffjjjjffffff BBjjffffffjjffjjjjffffff jjffffffjjffjjjjffffff ", " jeoceoo ppq#pppjjjkkkgggggggb jj BBBBBfffffj BBBjjjffff BBBfffffj BBBBBjjjffff BBBfffffj BBBBjjjffff BBBBBfffffj BBBBjjjffff fffffj jjjffff ", "j#ooco#o ppp#qpp jjkkkkkggggggb jj BBffffjj BBBB fffj BBffffjj BBBB fffj BBffffjj BBBB fffj BBffffjj BBBB fffj ffffjj fffj ", "j jj kkkkkkggggb jj BBBfffj BBB fff BBBfffj BBB fff BBfffj BBB fff BBfffj BBB fff fffj fff ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BBfffjj BBB ffff BBfffjj BB ffff BBfffjj BBBB ffff BBfffjj BB ffff fffjj ffff ", " llllllllllllllllllllllllllllllllllllljj BBffjj BBB fff BBffjj BB fff BBffjj BBB fff BBffjj BBB fff ffjj fff ", " ll llkkkkkkb jj BB ffjj BBB jff BBBffjj BBB jff BBffjj BBB jff BBffjj BB jff ffjj jff ", " ll llbbbbbbnn jj BBBnfjn BBB jff BBBnfjn BBB jff BBBnfjn BBB jff BBBnfjn BBB jff nfjn jff ", " j ll ll nnnnnn jjj BB nn BBB jjff BB nn BBB jjff BB nn BBB jjff BB nn BBBBjjff nn jjff ", " j ll ll nnn jjj BBB nnfn BBBB nnfn BBBB nnfn BBBBnnfn nnfn ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BB nn BB nn BB nn BB nn nn ", }; xsnow-3.3.2/src/Pixmaps/huis4.xpm0000644000175000017500000001676414140766434013637 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *huis4_xpm[] = { /* columns rows colors chars-per-pixel */ "80 64 90 1 ", " c #666666", ". c #746663", "X c #6C6E71", "o c #6D7073", "O c #757678", "+ c #BA5B33", "@ c #BA663E", "# c #CD5B08", "$ c #E75E09", "% c #FF5F05", "& c #C0630D", "* c #FF6308", "= c #E6641C", "- c #F06517", "; c #C25E29", ": c #C15F33", "> c #C6632F", ", c #DE6422", "< c #CB6633", "1 c #D16630", "2 c #E26420", "3 c #EE7834", "4 c #926553", "5 c #BE6840", "6 c #A76D54", "7 c #A96648", "8 c #8F756C", "9 c #94786D", "0 c #897A76", "q c #B27F6D", "w c #CC6F41", "e c #CC754B", "r c #CC7D57", "t c #FE952D", "y c #EEB33C", "u c #95827D", "i c #D88155", "p c #E7844D", "a c #E68B58", "s c #CA8769", "d c #CA946F", "f c #DD9A78", "g c #E29369", "h c #E09770", "j c #757D82", "k c #7E8184", "l c #788391", "z c #838485", "x c #898E94", "c c #8D9298", "v c #919397", "b c #AD9D9B", "n c #B7958C", "m c #8F98A4", "M c #969CA3", "N c #9DA2AC", "B c #A1A5AB", "V c #A6ADB5", "C c #ACB3BC", "Z c #C99C8A", "A c #CEAC89", "S c #D2AF8A", "D c #D5B28C", "F c #C7A698", "G c #D6BE99", "H c #CAADA3", "J c #C8BAB7", "K c #E1C69B", "L c #C7C2BE", "P c #ECE1B5", "I c #F5E8B7", "U c #AFB7C0", "Y c #B4BBC6", "T c #CABFC0", "R c #BAC2CC", "E c #BDC6D2", "W c #C8C3C5", "Q c #C6CDD7", "! c #CDD3DD", "~ c #D0D7DF", "^ c #E5ECC7", "/ c #EDF2C9", "( c #FDFDCD", ") c #EEF4D3", "_ c #FFFFD2", "` c #CED6E0", "' c #D4DAE3", "] c #DBE1E7", "[ c #E6E6E7", "{ c None", /* pixels */ "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{~~~]~[!{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{[[[[[[[[{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{Q'[[[[[''{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{'''{{{{{{{{{{{{{'[[[[[[{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{''~~~!!'{{{{{{{{{{{{Q~~{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{'!~!!QRQ!`!''{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{`'!!'QCMVQQ!~''{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{'''!!!'zzOXOvv'~!'~{{{{<<>>:<>><>>><<<@<>>>><<:<>>>>>@>@>>>>><<>>><<>>>>>>6z{{{{{{{{{{{", "{{{{{{{{{{{w<<<<<<<<<<<<<<<1<<<<<<<<<<<<<<1>1<<<<<<<<<<<<<<1<<<<<1<<<<<<<<<<<<<<16z{{{{{{{{{{{", "{{{{{{{{{{{5<<<<<<<<<<<<<<<1<<<<<<<<<<<<<<<<<<<<1<<<<<<<<<<<1sJHJAsHJJd<<<<<1<<<<<<6k{{{{{{{{{{{", "{{{{{{{{{{{@;@>>><:<<>>>::>>>>>>>>>>><>>>>>>;FJJLCFLWWJs+<:<>>>>>>16z{{{{{{{{{{{", "{{{{{{{{{{{5<1<<<<<<<<<6z{{{{{{{{{{{", "{{{{{{{{{{{5<>>>>>>>>><>2*******%*,><>>><>>>;A_/(((((((I+:>>><<>><>6z{{{{{{{{{{{", "{{{{{{{{{{{w<<<<<<<<<<<<2*********2<<<<<<<<<;S_/(((_(((I+1<<<<<<1<16z{{{{{{{{{{{", "{{{{{{{{{{{5<<<<<<<<<<<<=*********,<<<<<<<<<A(/(((_(((I+<<<1<<<<<16z{{{{{{{{{{{", "{{{{{{{{{{{w<<<<1<<1<<<>=*********,<1<<<<<<11A_/(((((((I+<<<<<<<<<16z{{{{{{{{{{{", "{{{{{{{{{{{5>>><@>><>>@>=*********=<:<<:>>>>;A_/(((((((I+>>>>><>+<;6z{{{{{{{{{{{", "{{{{{{{{{{{5<<<<<<<1<<<1=*********2<<1<<<<<<>>><>>>@>>>2*********2>>>@><>>>>>>>>>@>@>><:>>>>>@>>>>6z{{{{{{{{{{{", "{{{{{{{{{{{w<<<<<<<<<1<12*********2<<<<<<<<<<<1<<>1<1<<<<1<<<<1><<<6z{{{{{{{{{{{", "{{{'{{{{{{{5<<<<1<<<<1<<2*********=<<1<<<<<<<<<<<1<1<<<<<<<<<1<1<<<6z{{{{{'''{{{", "{[!'`''{{{{5<<<<<<<<<<<<=*********,<<<<<<<<<<<<<<<<<<1<<1<<1<<<<<<<6z{{{{'`!]{{{", "{!!!Q!!~'`{q<<<<<<<<<<<<=*********2<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<6v{'{'~!!~'{{", "{`!`~QQ'`'!5. #-# */ XPM_TYPE *RegularSanta4[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#abbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaa.ddbbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcbb", "bdb...adbbddbdbbdbbbbcccccbbbdbdbbbcccccbbbdbdbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbbbbbbbccbcbbbbbbbbbbccbcbbb", "bbdbdba.bddbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb", "ddddddddddbbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb" }; xsnow-3.3.2/src/Pixmaps/MediumSanta3.xpm0000644000175000017500000000536414140766434015067 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSanta3[] = { /* width height num_colors chars_per_pixel */ " 88 17 17 1", /* colors */ ". c #ff9933", "# c #f1f1f1", "a c #cccccc", "b c #cc9999", "c c #cc9933", "d c #cc6633", "e c #cc0000", "f c None", "g c #c0c0c0", "h c #993333", "i c #990000", "j c #663300", "k c #111111", "l c #009900", "m c #0066cc", "n c #003399", "o c #000000", /* pixels */ "ffffffffffffffffffffffffffffffffffffffffhfhhhfffffffffffffffffffffffffffffffffffffhfffff", "fffffffffffffffffffffffffffffffffffffffffhhhfffffffffffffffffhhfhhhffffffffffffhhfhhhfff", "ffffffffffeefffffffffffffffffffffffffffffffhffffffffffffffffffhhhffffffffffffffffhhfffff", "fffffffffeeeeffffffffffffffffffffffffffffffhhfhhfffffffffffffffhhffhhfffffffffffffhffhhh", "ffffffffieiiegffffffffffffffffffffffffffffffhhhfffffffffffffffffhhfhfffffffffffffffhfhff", "ffffffff#fieobffffffffffffffffffffffffffffffdddfffffffffffffffffhdddfffffffffffffffhddff", "ffffffffefaaaabfffffffffffffffffffffffffddkdjdkdfffffffffffffddkjjddffffffffffffddkjjddf", "ffffnffaeff#a##fee#kfkfkfkfffffffddddddddddkdhhdkfkfffddddddddddkdhddkfffddddddddddkdhdj", "fammeee..hfei#eeffffffffffkfkfkfhddddddddddhkffhffffkddddddddddddkfdjffkddddddddddddkfhf", "l.ll#emnmmheeeifffffffffffffffffhdddhdddddhhkkfffffffdddhhdddddhdkkfffffdddhhdddddhdkkff", "lllcffmmmmhieieefhhkkkkkkkkkkkkkhdddhhhhdddhffkkkkkkkdddhhhhhddhffkkkkkkdddhhhhhddhfffff", "hlllffmmnmhiieee#ffhffffffffffffhddhffffffdhhfffffffffdhfffffffdhffffffffdhfffffffdhffff", "ffffffffffhfiiieeffhfffffffffffffddfffffffffdhfffffffddhffffffffddfffffffdhffffffffddfff", "jjjjjjjjjjjjjjjjjjjhffffffffffffddfffffffffffkfffffffdhffffffffffhffffffdhffffffffffhfff", "fffjfffffffffjff##fhfffffffffffdfhffffffffffffffffffdfhffffffffffffffffdfhffffffffffffff", "fffjfffffffffjfffohffffffffffffdfkffffffffffffffffffkfkffffffffffffffffkfkffffffffffffff", "hhhhhhhhhhhhhhhhhhffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" }; xsnow-3.3.2/src/Pixmaps/BigSanta2.xpm0000644000175000017500000001631414140766434014344 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta2[] = { /* width height num_colors chars_per_pixel */ " 176 34 18 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #f1f1f1", "b c #cccccc", "c c #cc9999", "d c #cc9933", "e c #cc6633", "f c #cc0000", "g c none", "h c #b2b2b2", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", /* pixels */ "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggigggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggigggigggggggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiggggigiiigggggggggggggggggggggggggggggggggigggigggggggggggggggggggggggggggggggiiggiigiiiggggggg", "ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiigggiiigggggggggggggggggggggggggggggggggggiiggiigggggggggggggggggggggggggggggggiiggiiiggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiiigiigggggggggggggggggggggggggggggggggggggiiggiiiigggggggggggggggggggggggggggggiiiiggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiiigggggggggggggggggggggggggggggggggggggggiiiiggggggggggggggggggggggggggggggggggiiggggggggggg", "ggggggggggggggggggggggffffgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiggggggggggggggggggggggggggggggggggggggggiiggggggggggggggggggggggggggggggggggggiigggggggggg", "ggggggggggggggggggggffjffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiiggggggigggggggggggggggggggggggggggggggggiggggggggggggggggggggggggggggggggggggiiggggggiggg", "gggggggggggggggggggjfjffffffggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiigggggiiiiggggggggggggggggggggggggggggggiigggggggiggggggggggggggggggggggggggggiigggggigii", "ggggggggggggggggggffjffjfffffagggggggggggggggggggggggggggggggggggggggggggggggggggggggggiiggggiiiggggggggggggggggggggggggggggggggiigggggiiiigggggggggggggggggggggggggggiiggggiiig", "gggggggggggggggggfjjfjjfjfffbgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiiiiiiiggggggggggggggggggggggggggggggggggiiiggiiiigggggggggggggggggggggggggggggiiiiiiigg", "ggggggggggggggggfjgggffjffcacgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggiigggggggggggggggggggggggggggggggggggggggiiiiggggggggggggggggggggggggggggggggggiiggggg", "ggggggggggggggg.jgggggjffcamccggggggggggggggggggggggggggggggggggggggggggggggggggggggggggieeeeeggggggggggggggggggggggggggggggggggggeeeeeegggggggggggggggggggggggggggggggieeeegggg", "gggggggggggggg...gggggfbabcccccggggggggggggggggggggggggggggggggggggggggggggggggggggggmmeiikkieeggggggggggggggggggggggggggggggggeekiieieegggggggggggggggggggggggggggggeekiieieegg", "ggggggggggggggg.ggggggbbbabcbbccgggggggggggggggggggggggggggggggggggggeeeeeeggggggeeeemmekkkeemeeggggggggggggeeeeeeeeggggggeemmeeekikeemeegggggggggggeeeeeeggggggeeemmmeekkeemeeg", "ggggggggggggggggjffggggbbbaabaacggggggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeemmeeeeeeeeegggggggggeeeeeeeeeeeeeeeeeeemmeeeeeeeeeeggggggggeeeeeeeeeeeeeeeeeeemmeeeeeeeeee", "ggggggggggggggggfffggggbabbbabagggmgggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeemmeeiiieekgggggggggeeeeeeeeeeeeeeeeeeeemmeeeiieeeeemgmgmgmeeeeeeeeeeeeeeeeeeeemmeeeiieeek", "gggggggggggggggbjfjiiggjjjbabbaggffggggggggggggggggggggggggggggggeeeeeeeeeeeeeeeeeeeeeeemmiiiiiekmgmgmgmgeeeeeeeeeeeeeeeeeeeeeemmiiiieeeekggggggeeeeeeeeeeeeeeeeeeeeeemmiiieieek", "gggggggagagglfnbbbbiigjfjjjjahffafffgggggggggggggggggggggggggggmgeeeeeeeeeeeeeeeeeeeeeeiemmgggiigggggggggeeeeeeeeeeeeeeeeeeeeeeiemiigggeekggggggeeeeeeeeeeeeeeeeeeeeeeiemigggieg", "gggbgoboaofglf##f#fiigjffffjffffafffmmmgmgmgmmgmgmgmgmgmgmgmgmgggieeeeeieeeeeeeeeeeeeiieiimmmggggggggggggieeeeeieeeeeeeeeeeeeiieimmgggggggggggggieeeeeieeeeeeeeeeeeeiieimggggggg", "gggbbbooffpfafl##ff.iijffffffjjjgggggggggggggggggggggggggggggggggieeeeeeiiieeeeeeeeeeiiiemmmmmmmmmmmmmmmmieeeeeeiiieeeeeeeeeeiiiemmmmggggggmmmmmieeeeeeiiieeeeeeeeeeiiiegggggggg", "gnn#bnnnffpffoop#opoiijjfjfjjjfaggggiiggggggggggggggggggggggmmmmmiieeeeeiiiiiiiiieeeeeiigggggmmmmmmmmmmmmiieeeeeiiiiiiiiieeeeeiiggmmmmmmmmmmmmmmiieeeeeiiiiiiiiieeeeeiiggggggggg", "gndnbdnnfapffooo#oooiijjffjjffffaggigimmmmmmmmmmmmmmmmmmmmmmmmmmmiieeeeeeiiiiiiieeeeeeeggggggggggggggggggiieeeeeeiiiiiiieeeeeeeggggggmmmmmmmggggiieeeeeeiiiiiiieeeeeeegggggggggg", "gnnnbnndffpfgooo#opoiijjjffffffffagggiimmmmmmmmmmmmmmmmmmmmmgggggiieeeeeeggiiiiiiieeeeeggggggggggggggggggiieeeeeeggiiiiiiieeeeegggggggggggggggggiieeeeeeggiiiiiiieeeeegggggggggg", "gidnbdnngggggoop#oooiiijjjfffffffaggggiiggggggggggggggggggggggggggiieeeeeggggggggiiieeeeggggggggggggggggggiieeeeeggggggggiiieeeegggggggggggggggggiieeeeeggggggggiiieeeeggggggggg", "i#nnbn#ngggggooo#poogiijjjjjffffffagggiigggggggggggggggggggggggggggieeeeggggggggggggeeeigggggggggggggggggggieeeeggggggggggggeeeiggggggggggggggggggieeeeggggggggggggeeeiggggggggg", "iggggggggggggggggggggiigjjjjjjffffagggiigggggggggggggggggggggggggggeeeeegggggggggggggeeigggggggggggggggggggeeeeegggggggggggggeeiggggggggggggggggggeeeeegggggggggggggeeiggggggggg", "giiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiigggggggggggggggggggggggggggeeeiggggggggggggggeeigggggggggggggggggggeeeiggggggggggggggeeiggggggggggggggggggeeeiggggggggggggggeeiggggggggg", "gkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkiigggggggggggggggggggggggggggeeeigggggggggggggeeemgggggggggggggggggggeeeigggggggggggggeeemggggggggggggggggggeeeigggggggggggggeeemggggggggg", "gggggkkgggggggggggggggggggkkjjjjjjagggiiggggggggggggggggggggggggggggeeiggggggggggggmmeggggggggggggggggggggggeeiggggggggggggmmegggggggggggggggggggggeeiggggggggggggmmeggggggggggg", "gggggkkgggggggggggggggggggkkaaaaaammggiiggggggggggggggggggggggggggggeeigggggggggggggggggggggggggggggggggggggeeiggggggggggggggggggggggggggggggggggggeeigggggggggggggggggggggggggg", "ggiggkkgggggggggggggggggggkkggmmmmmmgiiiggggggggggggggggggggggggggggeeiiggggggggggggggggggggggggggggggggggggeeiigggggggggggggggggggggggggggggggggggeeiiggggggggggggggggggggggggg", "gigggkkgggggggggggggggggggkkgggmmmggiiiggggggggggggggggggggggggggggggeemgggggggggggggggggggggggggggggggggggggeemggggggggggggggggggggggggggggggggggggeemggggggggggggggggggggggggg", "ggiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiigggggggggggggggggggggggggggggggmmggggggggggggggggggggggggggggggggggggggmmgggggggggggggggggggggggggggggggggggggmmgggggggggggggggggggggggggg", "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg" }; xsnow-3.3.2/src/Pixmaps/rendier.xpm0000644000175000017500000001361314140766434014221 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *reindeer_xpm[] = { /* columns rows colors chars-per-pixel */ "72 57 50 1 ", " c #2C3739", ". c #363D3D", "X c #483E33", "o c #4E4539", "O c #54493D", "+ c #323E42", "@ c #39474B", "# c #3E4E51", "$ c #3F5054", "% c #404C4F", "& c #564C43", "* c #5C5248", "= c #414C50", "- c #46595D", "; c #555857", ": c #66594A", "> c #6D5F51", ", c #6F604E", "< c #70614F", "1 c #6E6051", "2 c #766553", "3 c #4A5D61", "4 c #515F62", "5 c #4E6165", "6 c #55666A", "7 c #5D6D71", "8 c #5E7174", "9 c #61696B", "0 c #626E71", "q c #65777A", "w c #727B7D", "e c #6D7E81", "r c #737E82", "t c #6F8183", "y c #778487", "u c #7F8E91", "i c #80898C", "p c #8A9698", "a c #92999B", "s c #929EA1", "d c #9AA6A8", "f c #A5ACAD", "g c #ACB2B4", "h c #B3B8BA", "j c #B8BFC1", "k c #BCC3C4", "l c #C3C9CB", "z c #CED4D5", "x c #D3D8D9", "c c None", /* pixels */ "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccccccc:c::cccccccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccc:cccc:cc>cccccccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc:*Occcccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccc:c2cc:c2:2>ccccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccc1c2:2<>,2Occccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccc2,:22<22>cccccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccc2222,22<,::cccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccc12:>2,2,,,2,>ccccccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccc:>*>>cccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccc&2c>1ccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccc>c:c:ccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccc1c:ccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccc2c:ccccccccccccccccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccc:::ccccccccccccccccXcc", "cccccccccccccccccccccccccccccccccccccccccccccccccc&1:>ccccccccccccc&:Occ", "ccccccccccccccccccccccccccccccccccccccccccccccccccc::>ccccccccccccc>:Xcc", "ccccccccccccccccccccccccccccccccccccccccccccccccccc&:1>ccccccccccc:>>Xcc", "cccccccccccccccccccccccccccccccccccccccccccccccccccc*:2cccccccccc*:**ccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccc*:2ccccccc*:*&*cccc", "ccccccccccccccccccccccccccccccccccccccccccccccccccccc;*>1ccc&***&&cccccc", "cccccccccccccccccccccccccccccccccccccccccccccccccccccr>O:*&&O&&ccccccccc", "ccccccccccccccccccccccccccccccccccc#------cccccccccccee9&&&&ccccccccc&Oc", "cccccccccccccccc670767cccccccccc533333-3-3sljgfccccccrut**:&OOccccc*&*cc", "ccccccccccccc58wqqqqwtettteqq0q863--3--333plkkllllllzhyf5-#.c*&&****:,cc", "cccccccccccjw653---5565556665653-3-3-3--3-8kkfhlllllllg6@-63ccc*::122*cc", "ccccccccccxh5--34-3-3--3--3-3--3333-3-3--35dkjhllllllllq#;;6-#ccc,22>ccc", "ccccccccczz0---33-3-3--33-3-3-3-3-3-3-3-345dllllllllkkd63-------cccccccc", "ccccccccchg6-3-33$$$33-33-3-33-3-3--3-3-3-3tkkkkkkkkkgp43333-33$+ccccccc", "cccccccccca5--3-3$#$$-3-33-3--3-33-3-3-3-3-8dkkjkkkjgkd73$$#$--#@=cccccc", "ccccccccccd333--33$@$3-3--3-33-3--3-33--3338pzkkjhggklks5@ @pcccccc", "ccccccccccd73-3-333$#--333--3-3-33-33--3-35tszkkddkklhaccccccc#0whcccccc", "ccccccccccgu---3333$#-$-3-3-33-3--55$33$56ydkgdgjkkhfcccccccccczkccccccc", "ccccccccccpp33--$$-$#333-3-3--3---$-3$56ydkkdeahkkkscccccccccccccccccccc", "cccccccccc-t533-33$$#--53#$$4346etupsddhkkdt6yhlkkhccccccccccccccccccccc", "cccccccccc6q$--33$$$#3dkkkdt6--6eusddddst6556kllzkcccccccccccccccccccccc", "ccccccccc3eye3--$$@@@ahkzzxlkgpq--5-333---33-7fllccccccccccccccccccccccc", "cccccccc$8ee7-@3-$$$ccpgddghgghhgsuue0-#@@@$---05ccccccccccccccccccccccc", "ccccccc5eyt6$@@333$$cccccccccccccccccc+@-@+@@@----#ccccccccccccccccccccc", "ccccwq0rq73#cc-3333ccccccccccccccccccc@$#ccccc@@##--cccccccccccccccccccc", "ccccye65-cccc$-33-#ccccccccccccccccccc@$$ccccccccc---ccccccccccccccccccc", "cccc5-cccccc#-3--ccccccccccccccccccccc@3cccccccccc#@cccccccccccccccccccc", "ccc--ccccccc-3@+cccccccccccccccccccccc$3cccccccccc#-cccccccccccccccccccc", "ccc--ccccccc#3cccccccccccccccccccccccc#$cccccccccc#-cccccccccccccccccccc", "cc%-cccccccc@-cccccccccccccccccccccccc@#cccccccccc-#cccccccccccccccccccc", "cc--ccccccccc-#cccccccccccccccccccccccc#cccccccccc-ccccccccccccccccccccc", "cc-$ccccccccc--cccccccccccccccccccccccc-cccccccccc-ccccccccccccccccccccc", "c--=ccccccccc--cccccccccccccccccccccccc-ccccccccc-3#cccccccccccccccccccc", "cy4#cccccccccc-#ccccccccccccccccccccccc-cccccccccaapcccccccccccccccccccc", "cchgcccccccccc--cccccccccccccccccccccc46=cccccccccyqcccccccccccccccccccc", "cc7y0ccccccccc765cccccccccccccccccccccyswcccccccccqqcccccccccccccccccccc", "ccc87ccccccccccfdacccccccccccccccccccccdsccccccccccccccccccccccccccccccc", "cccccccccccccccc3qccccccccccccccccccccccq5cccccccccccccccccccccccccccccc" }; xsnow-3.3.2/src/Pixmaps/AltSantaRudolf3.xpm0000644000175000017500000002507114140766434015540 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSantaRudolf3[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #171316", ". c #67261D", "X c #056B02", "o c #027C02", "O c #10710D", "+ c #34742C", "@ c #095208", "# c #70452E", "$ c #626420", "% c #726858", "& c #79625D", "* c #490669", "= c #9E130F", "- c #D60506", "; c #C60000", ": c #E70201", "> c #F90101", ", c #E80F15", "< c #D3383C", "1 c #D91C27", "2 c #934E2C", "3 c #B05830", "4 c #BC6135", "5 c #AC6026", "6 c #9C7017", "7 c #C35129", "8 c #CB6633", "9 c #D16834", "0 c #CC602B", "q c #BA3647", "w c #EC3A6D", "e c #FE3366", "r c #EB396C", "t c #D8364D", "y c #AD485A", "u c #B66D4A", "i c #945A5F", "p c #CD794A", "a c #D15263", "s c #008100", "d c #4A8F34", "f c #60A338", "g c #51924E", "h c #68B357", "j c #76C765", "k c #BBB715", "l c #B48B30", "z c #ADB72B", "x c #98961B", "c c #DB9B15", "v c #DAAA1B", "b c #FEB616", "n c #FCAE13", "m c #FFB724", "M c #D2A724", "N c #BAC116", "B c #CCCC00", "V c #C0C411", "C c #D0D200", "Z c #9A8C66", "A c #DB824E", "S c #F2CB6C", "D c #617798", "F c #0467CC", "G c #000BF0", "H c #FF37A2", "J c #89799D", "K c #6689B9", "L c #688DB4", "P c #47B6B8", "I c #45ABB4", "U c #4F93A4", "Y c #729DCC", "T c #729FD0", "R c #6B9CCF", "E c #72A0D1", "W c #76A1CF", "Q c #5E9DCD", "! c #3DA5A6", "~ c #979899", "^ c #999EA3", "/ c #DAA19F", "( c #B0BBC9", ") c #B8EBF3", "_ c #B5D1D3", "` c #CCCCCD", "' c #CAFDFE", "] c #D5F3F5", "[ c #ECEBEA", "{ c #DFDBD9", "} c #CBD095", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~^~~~~||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||^~~~~^~|||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~~~~~||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||H||||||||||||||||||||||||||||||||||(````|||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(````(||||||||||||||||", "||||||||||||||||||||||||||||||||||//|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||XOX|||XOX||||||||||||||||||||||||||||||||HHH>>|||||||||||||||||||||||||||||||||((||||||||||||||||||", "||||||||||||||||||||||||||||||||||||/|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||X|OOO|XO|||||||||||||||||||||||||||||||||H||>||||||||||||||||uu8p88up4||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||OXOOXO||||||||||||||||||||||||||||||||||H|||||||||||||||||7<7777177777u||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||^||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||XXXX|XXXXX|||||||||||||||||||>|||||||||||HH|||||||||||||||||:>>>>>>>>>>:||||||||]{[[{||||||||||||||", "|||||||||||||||||SS||||S|||||||||||/|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||OXOO|OXOO|||||||||||||||||||,||||||||||||HHH||||||||||||||||->yiii>>>>>:||||||||{[[{]||||||||||||||", "|||||||||||||||||mmm||mm|||||||||;===-|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||XXXX|XXXX|||||||||||||||||||>,||||||||||HHHHHH||||||||||||||:>JEWQ>yyy>:|||||||||`{{|||||||||||||||", "|||||||||||||||||mnmbbbb|||||||||;;=.;=||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||XXXX|XXXX||||||||||||||||||||>,|||||HHHHHHHH|H||||||||||||||->JWWQ>TTL>:||||||||||_||||||||||||||||", "|||||||||||||||ggAAmvvbbfh||||||||=a=||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||XXXX|XXXX||||||||||||||||||||>|||||||HHHH|||||||||||||||||||:>JEEQ>YTY>:|||||||||||||||||||||||||||", "|||||||||||||||}xnvghdfvbh}||||||||/=||||||||||||||||||||t>||[|||||||||||||||||||||||||||||||||||||||||||||||XXXX|XXXX||||||||||||||||||||>|||||||HH|||||||||||||||||||||:>JERR>YTY>:||||||||| |||||||||||||", "|||||||||||||||dfbzffdfvChh||||||||i||||||||||||||||||||{{[:||||||||||||||||||||||||||||||||||a||a|||||||||||XXXX|XXXX|||||||||||||||||||>:>||||||H||||||||||||||||||||||:>DQKU>KLL>:|||||||||l$$6l|||||||||||||", "|||||||||||||||dfnzffddvChh||||||||/||||||||||||||||||||[9/{:||||||||||||||||||||||||||||||||<<|<<|||||||||||OoXX|XXXX||||||||||||||||||>:>>:,|||H|||||||||||||||||||||||:>>>>>>>>>>:|||||||||bbmbc|||||||||||||", "|||||||||||||||gfnxfdddvvfh||||||||J|||||||||||||||||-=|{i{`||||||||||||||||||||||||||||||||t<<|<<||||||||||||||||||||||||||||||||||,:>>>>:>|||||H|||||||||||||||||||||||->>>>>>>>>>:|||||||||bbmbc|||||||||||||", "|||||||||||||||+fnxddddlbfj||||||||||||||||||||||||||/[a[[{||||||||||||||||||||||||||||||||||7<|<<|||||||||||||||||||||||||||||||||||>:>:||||||||||||||||||||||||||||||||,>>>>>>>>>>:|||||||||bbbbc|||||||||||||", "|||||||||||||||+$nx+d+dcvff|||||||||||||||||||||||||||7,//==|||||||||||||||||||||||||||||||||t<|<<|||||||||||||||||||||||||||||||||||:>||||||||||||||||||||||||||||||||||;----------=|||||||||ccccl|||||||||||||", "||||||||rrra|||+$mxdd++Mvd||||||||||||||rrw|||||')])|| $$-=.=|||||||||||||||||||))))|||zVNN||<<|<<|||||||||||||||||||||zNkk||||IPPI||>|||||||||||||||||||||||||IPII||||@ssssssssosssssssssssssssoossX|||||||||||", "||||||||eeww||||||x+++d||||||||||||||||awee|||||''''||:>;;Ai#.||||||||||||||||||''''|||zCCB||||||||||||||||||||||||||||NBBB||||PPPP|>||||||||||||||||||||||||||PPPP||||@sssssosssssssssssssssssssosoX|||||||||||", "||||g|||eeew|||||||||||||||||||||||||||weee|||||''''||:>-.[;G.||||||||||||||||||''''|||zBBB|||||||||ll|||ll||||||||||||NBBB||||PPPP||||||||||||||||||||||||||||PPPI||||@sssssssossssssssosssosssssssX|||||||||||", "||j}h$3|eeer|||||||||||||||||||||||||||aeee|||||''''||>>>>:.*.||||||||||||||||||''''|||zBBB|||||||||l|l|l|l||||||||||||NBBB||||PPPP||||||||||||||||||||||||||||PPPP||||@sssssssssssssososssssssossooX|||||||||||", "|ghjg+#gteer|||||||||||||||||||||||||||aeee|||||''''||/>>:>y.|||||||||||||||||||''''|||zBBC||||||||||lllll|||||||||||||NCCB||||PPPP||||||||||||||||||||||||||||PPPP||||@ssssssssssooosssssoooossoooo@|||||||||||", "||gg|gjjirrrwwwwwwwwwwwwwwwwwwwwrrwwwwwrwwe|||||''))'''''''']''])''')''')''')'')''')|||zVVNNVVNNVVVkMNNMNMkMVVVVVVVVkkVNVVN||||IPPPPPPPPPPIPPPPPPPPPPPPPPPPPPPPPPPI||||LLLKKKKKKKKKKKKKKKKKKKKKKKKKRLKi|||||||||", "||||||!j&eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee|||||''''')'''''']'''''''''''''''''''''')|||zCBCNCCCBCBBBBBCCBBBBBCBBBBCBBBCBCBV||||PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP||||WWTWTTEEEEYTYTTTETTYRTYTTTTEEWWy,||||||||", "||||||gh%tr374qeeeeeeeeeeeeeeeeeeeqyqeeeeeepbmmS'')3p8^'''''''''''''''''''_Zi_'''''{mmmkCBv66xCCBBBBBBCBBBBBBBBBBBBx6xBBBBBmmbbPP!U%%IPPPPPPPPPPPPPPPPPPPP!%%UPPPPPbmmZWWUi&KEEEEL%%KWTTT%4u&YTYWTEEEWy>||||||||", "||||||++#w39888qeeeeeeeeeeeeeeeee58883reeeea||||')48880('''''''''''''''''^4890~'''''|||zBk49996CBBBBBBBBBBBCBBBBCV58985NBBV||||PP%0994UPPPPPPPPPPPPPPPPPPg4897%PPPP||||Yi0888DR~&0884&TRi88p8iRFFFWWRYa:>|||||||", "||||||||#y888887eeeeeeeeeeeeeeeeq988882eeee|||||'i900985'''''''''''''''''408899_''''|||zB389899xBCBBBBBBCNBBBBBBC6889096BBB||||PI899884PPPPPPPPPPPPPPPPPP4p8998UPPI||||L483884RL888884RL084388DFFFTLLKy:,1||||||", "|||||||||2p9 288||||||||||||||||399 884||||||||||388 #93|||||||||||||||||08##08||||||||||892.482||||lllZlll||||||584 883||||||||#88.299||||||||||||||||||89#.88&|||||||#98 .8p|ZAA#%AA|upA##pp&FFF|300||||||||||", "||||||||||89#484||||||||||||||||399 383||||||||||288.485|||||||||||||||||88.#98||||||||||89# 882||||lll|lll||||||293 888|||||||||89 298||||||||||||||||||89##48||||||||#98230p||AAupAp||AAAuAAZFFF%3 42|||||||||", "||||||||||884882|||||||||||||||||999892|||||||||||88888||||||||||||||||||488988||||||||||299988||||||||||||||||||#999992|||||||||888888||||||||||||||||||49988A|||||||||888883||888884||299983|FFF|8#8||||||||||", "|||||||||||3882||||||||||||||||||28992|||||||||||||388#|||||||||||||||||||8898||||||||||||39992|||||||||||||||||||29892||||||||||#9883||||||||||||||||||||5898||||||||||#8884||||8884||||2893|||||||2#||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/Pixmaps/birdd7.xpm0000644000175000017500000002231314140766434013741 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd7_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ...... .... ..... ", " .......... ....... ......... ", " ............ ................... ", " ................................... ", " ..................................... ", " ...................................... ", " ............ ............. .......... ", " ......... ........... ....... ", " ......... ........ ....... ", " ......... .. . .. ...... ", " ......... ....... ", " ........ ...... ", " ....... ...... ", " ....... ...... ", " ...... ..... ", " ..... ..... ", " ..... .... ", " .... ..... ", " .... ..... ", " .... ... ", " ... ... ", " ... ... ", " ... .. ", " ... .. ", " ... .. ", " ... .. ", " ... .. ", " .. .. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf81.xpm0000644000175000017500000002321614140766434015606 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf81[] = { /* width height num_colors chars_per_pixel */ " 256 33 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "A c #444444", "B c #555555", /* pixels */ " ", " i A i i A i i A i i i i ", " A iA i iii A ii ii AA ii ii AA ii ii A ii ii iii ", " AA ii iii AA ii iiii AA ii iiii AA ii iiii AA ii iii ", " AAA iii ii AAAAA iiii AA iiii AA A AA iiii A iiii ", " gggg AAAA iiiA i AA ii A AAA ii AA AA A ii AAA ii i ", " ggjgggg A iAAAA iiii AA i AA i AA i AAA i AAA i AA i ii i ii ", " jgjgggggg AA iiAA iii AA ii A iiii AAA ii AA iiii AAA ii AAAiiii ii iii ", " ggjggjgggggb AA ii i AA ii AAiiii AA ii A iiii AA ii A iiii ii ii ", " gjjgjjgjgggc AAAAAiiiii AA iiB i AA ii Ai AA iiA i ii ii ", " gj ggjggdbd AA ii AA iiii AAAiiii AA iiii iii ", " .j jggdbmdd BBBB ifffff BBBBffffff BBBBBffffff BBBBffffff iffff ", " ... gcbcddddd BBBBBmmfiikkiff BBBBBBBffkiififf BBBBffkiififf BBBBBBBffkiififf ffkiififf ", " . cccbcdccdd BBBBffffffBBBBBBffffmmfkkkffmff BBB ffffffffBBBBBBffmmfffkikffmff BBBffffffffBBBBBBffmmfffkikffmff BBBffffffffBBBBBBffmmfffkikffmff ffffff fffmmmffkkffmff ", " cccbbcbbd BBBBffffffffffffffffffffmmfffffffff BBfffffffffffffffffffmmffffffffff BBfffffffffffffffffffmmffffffffff Bfffffffffffffffffffmmffffffffff fffffffffffffffffffmmffffffffaaa ", " jgg cbcccbcb BBBBfffffffffffffffffffffmmffiiiffk BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m ffffffffffffffffffffmmfffiiffaaa ", " gggii jjbjcbccb BBBfffffffffffffffffffffffmmiiiiifkm BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk m mfffffffffffffffffffffffmiiififaaa ", " cjgjii jgjjjbjb mBmffffffffffffffffffffffifmm ii m m m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk ffffffffffffffffffffffifmi if ", " b b lgnccccii jggggjggg m m m m BBBffffffifffffffffffffiifiim BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm ffffffifffffffffffffiifim ", " c ocobog lg##g#g iijgggggggjj ggmmm m m m m m m m m BBBfffffffiiifffffffffffif mmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmmmmmfffffffiiifffffffffffif ", " cccoobpo lgl##gg iijjgjgjggggbggg mmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff ", " nn#cnnnbopppoop#opoiijjggjjjjggbgggmmmmmmmmmmmmmmmmmmmmmmmmmmmBBiifffffffiiiiiiiffffff mmmmmmmmmmmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi iifffffffiiiiiiiffffffi ", " encennggpgbooo#oooiijjjgggggjjgg mmmmmmmmmmmmmmmmmmmmmmm BBfffffffffiiiiiifffffii BBBfffffffffiiiiiifffffii BBfffffffffiiiiiifffffii BBfffffffffiiiiiifffffii fffffffffiiiiiifffffii ", " inncnneggpggooo#opoiiijjjgggggggb ii BBB iiiffffff BB fff ii BB iiiffffff BB fff ii BBBiiiffffff BBfff ii BB iiiffffff BBB fff ii iiiffffff fff ii ", "inencenngbpggoop#ooo iijjjjjggggggb ii BBB iiii ffff BB fff iii BB iiii ffff BBB fff iii BBB iiii Bffff BB fffBiii BBB iiii ffff BB fffBiii iiii ffff fff iii ", "i#nncn#nggpgbooo#poo ii jjjjjjggggb ii BB iiiiBB ffi B ff B ii BB iiii ffi BB ff B ii BB iiii BB ffi BB ff B ii BB iiii ffi BB ff BBii iiii ffi ff ii ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii BB iii BB fff BB fff BB ii BB iii fff BB fff BB ii BB iii BB fff BB fff BB ii B iii fff BB fff BB ii iii fff fff ii ", " kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkii BB ii BB ffff BB ff BB ii BB ii ffff BB ff BB ii BB ii BB ffff BB ff BB ii BB ii ffffB ff BB ii ii ffff ff ii ", " kk kkjjjjjjb ii BB iii BB ff BB ff BB ii B iii ff BB ff BBii BB iii BB ff BBB ff BB ii B iii ff ff BB ii iii ff ff ii ", " kk kkbbbbbbmm ii BB ii BB fmBB ff BB ii BB ii fmB ff BB ii BB ii BB fmBB ff BB ii BB ii fm ff BB ii ii fm ff ii ", " i kk kk mmmmmm iii BB mm B fmBB ff BB mm BB mm fmB ff BB mm BB mm BB fmB ff BB mm BB mm fm ff B mm mm fm ff mm ", " i kk kk mmm iii BB mm mm B mm mm mm ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ", }; xsnow-3.3.2/src/Pixmaps/Makefile.am0000644000175000017500000000152214140766434014073 00000000000000# -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# include make.inc xsnow-3.3.2/src/Pixmaps/flake3.xpm0000644000175000017500000000205114140766434013730 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow3_xpm[] = { /* columns rows colors chars-per-pixel */ "8 8 2 1 ", " c None", ". c black", /* pixels */ " . . ", " . ", ". . . ", " .. .. ", ". . . ", " . ", " . . ", " " }; xsnow-3.3.2/src/Pixmaps/birdl1.xpm0000644000175000017500000002231314140766434013743 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl1_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ..... ", " ......... ", " ......... ", " .......... ", " .......... ", " .......... ", " ........... ", " ........... ", " .......... ", " ......... ", " ......... ", " ........ ", " ........ ", " ........ ", " ........ ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ........... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/flake2.xpm0000644000175000017500000000256514140766434013741 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow2_xpm[] = { /* columns rows colors chars-per-pixel */ #if 0 "16 13 2 1", " c None", ". c black", /* pixels */ ".. .. ", " .. .. ", " .. .. ", " .. .. ", " .. .. ", " .. .. ", " ... ", " .. .. ", " .. .. ", " .. .. ", " .. .. ", " .. .. ", ".. .. " }; #else "8 8 2 1 ", " c None", ". c black", /* pixels */ " . . ", " . ", ". . . ", " .. .. ", ". . . ", " . ", " . . ", " " }; #endif xsnow-3.3.2/src/Pixmaps/MediumSantaRudolf1.xpm0000644000175000017500000000543014140766434016233 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSantaRudolf1[] = { /* width height num_colors chars_per_pixel */ " 88 17 19 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c None", "i c #c0c0c0", "j c #993333", "k c #990000", "l c #663300", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "q c #000000", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhjhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhjjhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhjhhhhhhhhhhhhhhhhhhjhjjhhhhhhhhhhhhhhjhjjhhhh", "hhhhhhhhhhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhjjhhhhh", "hhhhhhhhhggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhjjhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhhjhhhjh", "hhhhhhhhgkgkkgihhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhhhhjhjhhhhhhhhhhhhhhhjhjhh", "hhhhhhhh.hhkgqdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhhhhfffhhhhhhhhhhhhhhhjffhh", "hhhhhhhhhhhccccdhhhhhhhhhhhhhhhhhhffffhhffmflfmfhhhhhhffffhhhfmfllffhhhhhhfffhhhfmmflffh", "hhhhhhhhghhhbcbbhhhhhhhhhhhhhhhhhffffffffffmfjjfhhhhhffffffffffmfjfffmhmffffffffffmffjaa", "hhhhhhhcgjhgkbbhhhhhhhhhhhhhhhhhfffffffffffjmhhjhmhmfffffffffffjmjhffhhhffffffffffffjhaa", "hcooohg##hjggggkg.mmmmmmmmmhhhhhffffjfffffffhmhhhhhhffffjfffffffhmmmmmmmfffjjfffffjhhhhh", "n#nnopopoojkgkkgggmmhhhhhhmmmmmmjffffjjjfffjhhmmmmmmjffffjjjfffjhhhhhhhhjfffjjjjfffhhhhh", "jnneggoooojkkggg.hhjhhhhhhhhhhhhhhfffhhhhfjhhhhhhhhhhhfffhhhhfjhhhhhhhhhhhfffhhhffhhhhhh", "#nnnggoopojhkkkgghhjhhhhhhhhhhhhhhhffhhhhfhhhhhhhhhhhhhffhhhhfhhhhhhhhhhhhhfjhhhfjhhhhhh", "llllllllllllllllllljhhhhhhhhhhhhhhhhffhhfjhhhhhhhhhhhhhhffhhfjhhhhhhhhhhhhhfffhffjhhhhhh", "hhhlhhhhhhhhhlhh..hjhhhhhhhhhhhhhhhhjqhhfjhhhhhhhhhhhhhhjqhhfjhhhhhhhhhhhhhhjmhfjhhhhhhh", "hhhjhhhhhhhhhjhhhqjhhhhhhhhhhhhhhhhhhhhhmhhhhhhhhhhhhhhhhhhhmhhhhhhhhhhhhhhhhhhmhhhhhhhh", "jjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/MediumSanta2.xpm0000644000175000017500000000540314140766434015060 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSanta2[] = { /* width height num_colors chars_per_pixel */ " 88 17 18 1", /* colors */ ". c #ff9933", "# c #f1f1f1", "a c #cccccc", "b c #cc9999", "c c #cc9933", "d c #cc6633", "e c #cc0000", "f c None", "g c #c0c0c0", "h c #b2b2b2", "i c #993333", "j c #990000", "k c #663300", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", "p c #000000", /* pixels */ "ffffffffffffffffffffffffffffffffffffffffffiiifffffffffffffffiififfffffffffffffiifififfff", "ffffffffffffffffffffffffffffffffffffffffiiiffffffffffffffffffiifiiffffffffffffffiififfff", "fffffffffffeefffffffffffffffffffffffffffffiffffffffffffffffffffiffffffffffffffffffifffff", "fffffffffjjeeefffffffffffffffffffffffffffffiifiifffffffffffffffiifffffffffffffffffiifffi", "ffffffffejjeeegfffffffffffffffffffffffffffffiiifffffffffffffffffiifiiffffffffffffffiiiif", "fffffff#fffeblbfffffffffffffffffffffffffffffdddfffffffffffffffffidddfffffffffffffffiddff", "fffffffffffa#babffffffffffffffffffffffffddldkdldfffffffffffffddlkkddffffffffffffddlkkddf", "ffffffffeffaaaaffffffffffffffffffddddddddddldiidflflffddddddddddlddddflflddddddddddldidk", "fff##feaaifejjheee#llffllffllfflfddddddddddilffffffffddddddddddddlfdifffddddddddddddlfif", "faaneee.efieeejjfffffffffffffffffdddidddddiillllllllfdddiidddddidllllllfdddiidddddidlfff", "mmcm#ennnnijejeefiilllllllllllllldddiiiiddddfffffffflidddiiiddddffffffflidddiiiddddfffff", "imcmffnonnijjeee#ffiffffffffffffffddffffffddffffffffffddffffffddfffffffffddffffffddfffff", "ffffffffffifjjjeeffiffffffffffffffddfffffffiffffffffffddfffffffdfffffffffddfffffffdfffff", "kkkkkkkkkkkkkkkkkkkiffffffffffffffidffffffldffffffffffddffffffpdfffffffffddffffffpdfffff", "fffkfffffffffkff##fiffffffffffffffifffffffffffffffffffdffffffffffffffffffdffffffffffffff", "fffifffffffffifffpifffffffffffffffpfffffffffffffffffffpffffffffffffffffffpffffffffffffff", "iiiiiiiiiiiiiiiiiiffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" }; xsnow-3.3.2/src/Pixmaps/AltSantaRudolf1.xpm0000644000175000017500000002505214140766434015535 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSantaRudolf1[] = { /* columns rows colors chars-per-pixel */ "208 40 91 1 ", " c #161418", ". c #75060A", "X c #653825", "o c #523527", "O c #046A02", "+ c #007B00", "@ c #12730F", "# c #30702B", "$ c #78432A", "% c #5D6420", "& c #4D4E4F", "* c #69675C", "= c #480A6E", "- c #A51B19", "; c #D40708", ": c #CA0C0F", "> c #FA0101", ", c #EA090A", "< c #D11C25", "1 c #D4373D", "2 c #904C2B", "3 c #A7552C", "4 c #B35A30", "5 c #BB6135", "6 c #AF6923", "7 c #96711E", "8 c #C45025", "9 c #CB6633", "0 c #D26934", "q c #CE622E", "w c #D33A45", "e c #DD396D", "r c #FD3467", "t c #EA3A6D", "y c #E6305D", "u c #945771", "i c #A36053", "p c #CC4B55", "a c #E14F6B", "s c #B63042", "d c #008100", "f c #3B8635", "g c #509435", "h c #68A437", "j c #5CA455", "k c #76CC77", "l c #B9B712", "z c #B7892B", "x c #B88D33", "c c #B1B929", "v c #95A318", "b c #C7AC17", "n c #FEB615", "m c #FDAF11", "M c #FEB724", "N c #DD9F1E", "B c #BBC217", "V c #CCCC00", "C c #C0C411", "Z c #EFAE7C", "A c #D0A071", "S c #FFC75E", "D c #94B075", "F c #687A95", "G c #0367CC", "H c #0E10CF", "J c #FF36A2", "K c #8A6D90", "L c #FE45A9", "P c #678BB8", "I c #47B7B8", "U c #49AFB5", "Y c #569398", "T c #729FCF", "R c #6E9BCB", "E c #72A1D2", "W c #72A3D3", "Q c #5A93C5", "! c #3EA3A3", "~ c #95979A", "^ c #AEB2B1", "/ c #9D9A9D", "( c #DAA698", ") c #BBEDF4", "_ c #ABD9E2", "` c #CAFDFE", "' c #D1FEFF", "] c #F3F3F3", "[ c #E2DAD4", "{ c #ECC299", "} c None", /* pixels */ "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}&&&&&}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*&&&&&&}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*&&&&}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}~~~~~}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}/~/~~}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}~~}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}0i995995i}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}48888188<888i}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>>>>>>>>>>>}}}}}}}}^^^^^}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>puuu<>>>>>}}}}}}}}^^^^^}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>uWWW}}}}}}}}}}^^}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>uWWW}}}}}}}}}}}^}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>uWWW}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}p,}}]}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},}}}}}}}}}}}}L}}}}}}}}}}}}}}}}};>uWWW}}}}}}}}} }}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}[[],}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};>uQRQ<*RQ:>}}}}}}}}}77%7x}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}]a{[>}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}O}@}}}@}O}}}}}}}}}}}}}}}}}}},}}}}}}}}}}}}}J}}}}}}}}}}}}}}}}};>>>>>>>>>>>}}}}}}}}}NMnnn}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}{S}}}SS}}}}}}}}}}}}}/(}}}}}}}}}}}}}}}}}}}}}}};-}]2[[}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}O}@@O}O}}}}}}}}}}}}}}}}}}}},>>}}}}}}}}}}}JJ>>}}}}}}}}}}}}}};>>>>>>>>>>>}}}}}}}}}NMnnn}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}MmMMNMm}}}}}}}}}}}}}}(}}}}}}}}}}}}}}}}}}}}}}}(]s]]]}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}x}x}}x}x}}@@@}@@@}}}}}}}}}}}}}}}}}}}}},}}}}}}}}}}}}JJ}>}}}}}}}}}}}}}};>>>>>>>>>>>}}}}}}}}}Nmmnn}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}gNmmmmmmfh}}}}}}}}}}}}(}}}}}}}}}}}}}}}}}}}}}}}}<,((-.}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}xxxx}}}OOOO}OOOO}}}}}}}}}}}}}}}}}}}}>}}}}}}}}}}}}JJ}}}}}}}}}}}}}}}}-;;;;;;;;;;;}}}}}}}}}6NNNN}}}}}}}}}}}}", "}}}}}}}}}tete}}}jDhxMchvbnBk}}}}}}}-;}}pKttta}}}})))_}}}}}}}}}}}} %%;--.}}}}}}}}})))_}}}}BBBc}}p}p}}}xzzxxzzz}O@@O}@@O@}clCB}}}}!IUI}}}}}},>}}}}}}}}}}}}JJ}}}}}}UUUU}}}}}ddddddd+dddddddddddddddOddddO}}}}}}}}}}", "}}}}}}}}}rrrt}}}DjvmvhhghnCj}}}}}}};--(}trrre}}}}```)}}}}}}}}}}}},,:-puo.}}}}}}}}'``)}}}}VVVcwwwp11}}xxzx}zxx}OOOO}OOOO}cVVV}}}}IIII}}}}},>>,,,}}}}}}}}JJJJJ}}}}IIII}}}}}ddddddd+dddddddddddddddd++ddO}}}}}}}}}}", "}}}}}j}}ptrrr}}}jgvMhjhfgmBh}}}}}}}-.--}trrre}}}}````}}}}}}}}}}}},>,.[sH.}}}}}}}}```)}}}}VVVc}18}11}}zzzxxzzz}OOOO}OOOO}BVVV}}}}IIIIu}},>,>,>>}}}}J}JJJJJJJL}}}}IIII}}}}}+ddddddddddd+d+dddd+dddd+dd+O}}}}}}}}}}", "}}}Dkj%5prrra}}}ggvnhhgggncg}}}}}}}su-;}errre}}}}```)}}}}}}}}}}}},>>>>.=.}}}}}}}}``')}}}}VVVc}w1w11}}zzzzzzzz}OOOO}OOOO}BVVV}}}}IIII},>>,>>,}}}}}}}LJJJJJ}}J}}}}IIII}}}}}dddd+d+ddddddd+dddddddddddd+O}}}}}}}}}}", "}}#kkj#&*ytrr}}}f#vmhhgfgncj}}}}}}((::--trrre}}}}```)}}}}}}}}}}}}{>>,,p.}}}}}}}}}'``)}}}}VVVc}11w11}}zzzxzzzz}O+O+}OOOO}BVVV}}}}IIII}}>>}}}}}}}}}}}LJJ}}}}}}}}}}IIII}}}}}+O++d++dd+ddd++dd+++d+dd+d+dO}}}}}}}}}}", "}}}jj}}kk$tttttrpppapppppapaatttreaeeyyttttta}}}})``)`)`)``)`)```'````'````))`)`)```)}}}}CCVCCbbbbbbCCCblBBbBBvvvvBvvvvBCVCC}}}}IIIIUUYYIUIUIIUIIIIPPUUUIIIIIIIIIIII}}}}PRPRPPPPPPPPPPPPPPPPPPPPPPPPPPPK}}}}}}}}", "}}}}}}}kkurrrrrrrrrrrrrrrrrrrrrrrrrrtrrrrrrrt}}}}``````````````''``'``````````'`````)}}}}VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV}}}}IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII}}}}EERTEEETWTEWEEETETTRRWWTEETTTTEK>}}}}}}}", "}}}}}}}gjgyy394srrrrrrrrrrrrrrrrrrrs3srrrrrraMMMn`'_i54^'``````'`````'`'```_Du_'````[mMnbVVC77zVVVVVVVVVVVVVVVVVVVVVv77VVVVVBMMMUII!*i!IIIIIIIIIIIIIIIIIIIII**jIIIIIAnMNEEP**FEETTP**FETEEF49$RTTTTTTEEK>1}}}}}}", "}}}}}}}##&y49099wrrrrrrrrrrrrrrrrr39903yrrrra}}}}``4qqq4^`````'```````````^q008/'```)}}}}Vl40996VVVVVVVVVVVVVVVVVVV60005lVVV}}}}II*9905jUIIIIIIIIIIIIIIIII!4090iIIII}}}}RFq0qq*RTF6904iTRF0q903RGGGQWWWK>>}}}}}}", "}}}}}}}}*%s095993rrrrrrrrrrrrrrrrs99990srrrre}}}}`D899995``'````'`''`'```_49q0q4)'``)}}}}V609990zVVVVVVVVVVVVVVVVVb000096VVV}}}}IY999995IIIIIIIIIIIIIIIIII499900YIII}}}}P5qq900PP4qqq9qYT3q95qq*GGGQPPPK,,<}}}}}", "}}}}}}}}}}395 29q}}}}}}}}}}}}}}}}395 q95}}}}}}}}}}29p 399}}}}}}}}}}}}}}}}}9q2o09*}}}}}}}}}594o002}}}}}}}}}}}}}}}}}290 594}}}}}}}}}90X$99}}}}}}}}}}}}}}}}}}994 002}}}}}}}}ZZAA(Z{{(ZZA(Z({ZZZA(ZZGGG^i092}}}}}}}}", "}}}}}}}}}}209X395}}}}}}}}}}}}}}}}2q5 495}}}}}}}}}}290X495}}}}}}}}}}}}}}}}}qq2 9q}}}}}}}}}}502 092}}}}}}}}}}}}}}}}}390 404}}}}}}}}}90Xo99}}}}}}}}}}}}}}}}}}903 002}}}}}}}}8q23qq}}qq3XqqX}383Xqq2GGG}4 X4}}}}}}}}", "}}}}}}}}}}}99999$}}}}}}}}}}}}}}}}}000002}}}}}}}}}}}999002}}}}}}}}}}}}}}}}}4000q5}}}}}}}}}}409090}}}}}}}}}}}}}}}}}}}9909q3}}}}}}}}}999905}}}}}}}}}}}}}}}}}}499000}}}}}}}}}500999}}50q099}}299999}GGG}4253}}}}}}}}", "}}}}}}}}}}}}39q$}}}}}}}}}}}}}}}}}}20903}}}}}}}}}}}}}499$}}}}}}}}}}}}}}}}}}}9000}}}}}}}}}}}}3009$}}}}}}}}}}}}}}}}}}}29993}}}}}}}}}}}9999}}}}}}}}}}}}}}}}}}}}3090$}}}}}}}}}}4909}}}}40q9$}}}$903}}}}}}}32}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}", "}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}" }; xsnow-3.3.2/src/Pixmaps/flake5.xpm0000644000175000017500000000205114140766434013732 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow5_xpm[] = { /* columns rows colors chars-per-pixel */ "8 8 2 1 ", " c None", ". c black", /* pixels */ " . . ", " . ", ". . . ", " .. .. ", ". . . ", " . ", " . . ", " " }; xsnow-3.3.2/src/Pixmaps/snowtree.xpm0000644000175000017500000001506314140766434014440 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snowtree_xpm[] = { /* columns rows colors chars-per-pixel */ "56 79 68 1 ", " c #15213C", ". c #6B2503", "X c DarkGreen", "o c #2C3C5B", "O c #344057", "+ c #2D405E", "@ c #2C4364", "# c #374866", "$ c #3F5479", "% c #45556A", "& c #465879", "* c #505D70", "= c #536479", "- c #475D81", "; c #4D6488", ": c #546A89", "> c #5D708B", ", c #566E93", "< c #4A709C", "1 c #5C7499", "2 c #4C6A93", "3 c #63738D", "4 c #657998", "5 c #5C7CA6", "6 c #4D73A1", "7 c #677EA2", "8 c #6C819F", "9 c #73839D", "0 c #5B81AC", "q c #5787BE", "w c #6B85A9", "e c #7389AA", "r c #7B91AF", "t c #6A89B2", "y c #768EB2", "u c #6E90BB", "i c #7A94B9", "p c #6E98C8", "a c #799BC4", "s c #78A1CF", "d c #7CA3D1", "f c #8495AD", "g c #8499BA", "h c #8DA1BE", "j c #91A1BA", "k c #A2ACBF", "l c #869EC2", "z c #8DA6C8", "x c #94AAC9", "c c #9DB1CF", "v c #87A9D2", "b c #98AED1", "n c #8FB1D8", "m c #9BB4D5", "M c #A3B3CD", "N c #A6B9D8", "B c #B0BED8", "V c #AEC1DD", "C c #B4C4DE", "Z c #AFC2E0", "A c #B8C8E3", "S c #BFD0E7", "D c #C2C9D9", "F c #C0CFE7", "G c #C9D5E9", "H c #D3DBEC", "J c #D7E0ED", "K c None", /* pixels */ "KKKKKKKKKKKKKKKKKKKKKKKKKHKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKHHHKKKKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKHGGSFGKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKGNSFFGHKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKHABAcFKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKFNAFKKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKAZAGBkKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKFAFAABDKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKGBAANAGKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKFBFNASGKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKGFFFAFFGKKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKZSFAFFFGJKKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKFNMBBAAFFKKKKKKKKFAFFFKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKGFBbxxMBFFFKKKKKKFAAAFFFKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKGFANzlfNFFFFFKKKKFABBBFFFKKKKKKKKKKKK", "KKKKKKKKKKKKKKGKKKFCBBNxzzNcNNFASKASAVBbbZZFKKKKKKKKKKKK", "KKKKKKKKKKKKKHFSGAANxmzbBl,XlBAANmAFAZVNNZAKKKKKKKKKKKKK", "KKKKKKKKKKKKHGSSASAAbwyNby7XXcNNbNAFSAAFBZFKKKKKKKKKKKKK", "KKKKKKKKKKKKGGSAAVZBbuzZNzl7XXXNbxAFAAFAZZKKKKKKKKKKKKKK", "KKKKKKKKKKKKKSSAZNmvllXNXll.yzxxlNAAZAFAABFKKKKKKKKKKKKK", "KKKKKKKKKKKGFAAANcbzbbXXXl7.yllgNAABBBFFAZGKKKKKKKKKKKKK", "KKKKKKKKKKGGSAAABbmbNCMNz.a.llylbBABNzAFBFKKKKKKKKKKKKKK", "KKKKKKKKKKKSAAAVNNNNAZBNbl7&72ylNBANzBBAAKKKKKKKKKKKKKKK", "KKKKKKKKKKAAAACVNBXXBZNbxz77777ylZbzNBAAKKKKKKKKKKKKKKKK", "KKKKKKKKKSSACAVNNXXXXNbxlp%,yiiigzyygNAAKKKKKKKKKKKKKKKK", "KKKKKKKKFSFCVVVVNNx....xl7o,talllyplixZASKHKKKKKKKKKKKKK", "KKKKKKKKSAAVNNVVVlz7...bl,#2ylllllKllgAAASAAKKKKKKKKKKKK", "KKKKKKKKSAANxmBNNy7xKKbbxzo:ylllbbKKxzCZZBAAGKKKKKKKKKKK", "KKKKKKKKKSSVmNNVNbKKbKmbbb&-tzlvlxly7lmVNNBAFKKKKKKKKKKK", "KKKKKKKKSSCVVNBANbKNBxNMNbb71eyilxll7wMbKZbNMVVB7-o &tluy7ylbllzzNNBbBFAFFFFKKKK", "KKKKKKKKKK3ieeNKKgrNNAAmy7rj&ulX7;,ylzxbbNBNNZAAAFSSGKKK", "KKKKKKKKKKKKKKKKihmCbVAABBAgowXXX1glbNNbBBNNbZAZAAAAFKKK", "KKKKKKKKKKKKMbzVVAFCbjAAAAAN3XXXX77lbxzzmNAxxBNZAXXFSKKK", "KKKKKKKKKCCNXXXXXXCCCgmABNNBrXXXX1-,X7gxMNZKttzZXXXFSGKK", "KKKKKKGFBMMzXzNXXXSCCNbBAmZzeX.,--,7X;xxAAAAbgx...AFFFKK", "KKKKKHGCmbxXXXACAACNlmMAAbz4X.72-,lbX1yxNmNAAAZZAAAAFFKK", "KKHHGGFANzz7e....NNg7yzMBigXxi.,-7l7llayNlgBZAAAAAASFKKK", "XJHGGASCNxiw1rxc.zNzi7wrlgg...7;7...lbzllbMBBNNBZAFAFFKK", "KKGGFCSVMMgw1cNxziggglii1,e4#+o&7bAZBmVNzlNMlglebNAGCFGK", "KKGSFSCx9ee4ezNzzggglget,,7w@@-17cNZZBNmNNbyggl7ilBAFFGG", "KKGSCSCg441wyghxzKgyi..wiii,@-77ezlNBABNBNNbbbxNBNbACFFF", "KKKSCCVxg4>ieiNKKKeezz..zzngy,7iilbKKKKKKKKACBNZAAAACAKK", "KKKKCCCczeelgMKKK9iglzx..mMxbw&7yxMNMNKKVZxNCVAAANAFFKKK", "KKKKHMCzxglzMKKMfxxzbzcc..mbbw$-77NxebKKKZCVCAAVZASAAFKK", "KKKKKKCffxzxZKNzNbcczifBcmCmx8XXXyi17cKKbgBbNAZZAFAAAKKK", "KKKKKKKjMNxCKKfxxNMNgbBZNmAVz*XXg7etgKKKg7xyNANANAAFAKKK", "KKKKKKKCKKCKKfrxxjVNMVCCAVCAc.Xwe1y77lxyei;5lZNmbVAAAKKK", "KKKKKKKKKKKKKkhxcVVNVVGCAAAAM.#w;y,1yez37zy-aNNVNZAKKKKK", "KKKKKKKKKKKKKKxhVCVCSVASNzVAAj,441;-fgl7elibzvKKKmAKKKKK", "KKKKKKKKKKKKKKVCSCCCCASSCCcAANgw1:>17egNzmZNNNZKKBZKZ.KK", "KKKKKKKKKKKKKKNNAAVASSASSANCVAASN-:3777eizbbNNKNNmZXXNZK", "KKKKKKKKKKKKKKNCGSVVASSSASSVVASAN4&7ry77iaibNNNNNKNK.KKK", "KKKKKKKKKKKKKKKAAAASASSAASCVASAAAB7-;71fgz>yxNNmZKKKKKKK", "KKKKKKKKKKKKKKVAVCAASSAASAVASAASAFB7:77XX.47gNNKKKKKKKKK", "KKKKKKKKVVKmzbhVMSSVCCVABMMCCCAABAAxgeyX.ygeMxbMKKKKKKKK", "KKKKKKKmZVNbigivcCCXXVVAbmfeVVASNBAf:we.4tlKgxMKKKKKKKKK", "KKKKKKKKZVVNmxhMzmVZXXVZmm94xVAFgxx4wggyyuKKKBMKKKKKKKKK", "KKKKKKKVVVVNCCmVxnNmXXNm..r3=4gbegfet7gllvKKKKKKKKKKKKKK", "KKKKKKKVCKVVVVbNmzbmmXXm..zw4:..zbulzllmbzKKKKKKKKKKKKKK", "KKKKKKKCCKVmVmznnznbnnz...uti...brxbbMmmKKKKKKKKKKKKKKKK", "KKKKKKmCKKCmmmvvvvviliewKiKKy3..xavvvvmKKKKKKKKKKKKKKKKK", "KKKKKdvbvnmmvvdddsi84yreeeuiwo..vazduvnKKKKKKKKKKKKKKKKK", "KKKKKKddddssddsssir8eiiwwKKiy&:4xsspsKKKKKKKKKKKKKKKKKKK", "KKKKKKKsppppppsuairieKKw4;wwh%41baspKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKdKKKKKKzhaxzi4#eyh>>>bKsKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKhbxzkarrerhhe*%zqqKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKjxMjxzxjhKKzzze==sKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKiccxzhrixxKKxiw=%>tKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKtxtgrt<<0imbx0&%1wznb0KKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKxhhia0tuuhe,8O=1ixgiwKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKx1Kt65KKKKKK#=4zKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKKK..r.VAKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKK9>..zKKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKKKw...VKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKKz.....KKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKKKw..xVKKKKKKKKKKKKKKKKKKKKKKK", "KKKKKKKKKKKKKKKKKKKKKKKKKKKK9...bKKKKKKKKKKKKKKKKKKKKKKK" }; xsnow-3.3.2/src/Pixmaps/AltSanta2.xpm0000644000175000017500000002506314140766434014364 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSanta2[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #060608", ". c #201C1F", "X c #563428", "o c #6C1F1D", "O c #056C02", "+ c #027C02", "@ c #34772C", "# c #0D550C", "$ c #754B2B", "% c #775C57", "& c #666769", "* c #696B50", "= c #5E0941", "- c #AE0505", "; c #951616", ": c #D50709", "> c #CF0E09", ", c #E20404", "< c #FA0101", "1 c #E80F15", "2 c #D4383C", "3 c #DF2727", "4 c #E53C3B", "5 c #914D2C", "6 c #A9572D", "7 c #B95C2D", "8 c #AC5433", "9 c #B86235", "0 c #9E7416", "q c #C44925", "w c #CB6633", "e c #D16834", "r c #C9622D", "t c #B8354A", "y c #EA3B6E", "u c #FD3367", "i c #D93555", "p c #A45E5C", "a c #CE454F", "s c #DC5267", "d c #008100", "f c #3D8431", "g c #4C9235", "h c #58A63D", "j c #6DA137", "k c #5BA251", "l c #75CA76", "z c #BAB713", "x c #B6892E", "c c #B2BC26", "v c #94981C", "b c #FFB615", "n c #F4AD13", "m c #FEB523", "M c #DBA31B", "N c #BCC217", "B c #CBCC01", "V c #CFD100", "C c #C0C411", "Z c #A59870", "A c #E59A68", "S c #D7C663", "D c #657796", "F c #0567CB", "G c #2D1189", "H c #FF36A2", "J c #B8609C", "K c #678BB9", "L c #7492BA", "P c #47B6B8", "I c #46ADB5", "U c #57919F", "Y c #729ECE", "T c #6F9ECF", "R c #72A0D1", "E c #76A1CF", "W c #5D9DCC", "Q c #3FABAC", "! c #AAAFB4", "~ c #939CAD", "^ c #DAA9A2", "/ c #E8D4A1", "( c #A0B1C6", ") c #BAECF4", "_ c #B6E7EE", "` c #B0D8DE", "' c #CACACC", "] c #CAFDFE", "[ c #D1FFFF", "{ c #F2E6E2", "} c #B0E194", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||&&&&&&||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||&&&&&&D|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||D&&&&||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!!!!|||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!!!!!||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||pewewe9pe||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||qrqqqq2qqqqrp||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<||||||||||||||||||||||||||||||:<<<<<<<<<<,||||||||'''''||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||OOO|||OOO|||||||||||||||||||||||||||||||||||||||||||||||||||1||||||||||||||||||||||||||||||||||||||||||||OOOO|OOOO|||||||||||||||||||<<1||||||||||H||||||||||||||||||1|{~^{|||||||||||||||||||||||||||||ai4a||||||||||||OOOO|OOOO|||||||||||||||<,<,<,<|||||||||||HH||||||||||||||||,<<<<<<<<<<,|||||||||bbbbM|||||||||||", "|||||||||||||||||Zgbmhjhhvbhl|||||||||Z|||||||||||||||||||||{^^{{|||||||||||||||||||||||||||||222aq4|||||||||||OOOO|OOOO|||||||||||||||<<<1||||||||||||||H|||||||||||||||||,<<<<<<<<<<,|||||||||nnbbM|||||||||||", "|||||||||||||||||kgnMkkhkvbjj|||||||||H||||||||||||||||||||||:u^p;|||||||||||||||||||||||||||||22|22|||||||||||OOOO|OOOO|||||||||||||||,<||||||||||||||||H|||||||||||||||||-:::>::::::-|||||||||MMMM0|||||||||||", "||||||||||uyyJ|||g@nMhhggvnhh|||||||||p||Jyyy|||||)))_||||||| vo;;oo||||||||||||||)))_|||czNC||22a22||xx|||xx||OOOO|OOOO|cNzc||||IIPI||<||||||||||||||||HHH||||||IIPI||||#dddddd+ddddddddddddddd+++dd+O|||||||||", "||||||||||uuuy|||@gmnggg@jbkh||||||1-;t:|yuuu|||||]]]]|||||||<>;:{oo|||||||||||||_]]])|||cVCB||24a22||x||xx|x||||||||||||NBBB||||PPPP|<||||||||||||||||HHHHHH||||PPPI||||#dddddd+dddd+ddddddd+ddd+ddddO|||||||||", "||||||k||puuuJ|||@@nMggf@0mgj||||||->;-:-iuuu|||||[]])|||||||<<-p^=G|||||||||||||`]]])|||cBVB||22|22|||xx|xxx||||||||||||NBBC||||PPPI||||||||||||||H|HHHHHH|H||||PPPP||||#ddddddddddddddddddddd+++dd+dO|||||||||", "||||llg$5|uuuy|||@@Mnfg@gjmgh|||||||>-o->yuuu|||||[[]]|||||||<<<<-=o|||||||||||||_]]])|||cBBV|||||||||xxx|xxxx|||||||||||NBBB||||PPPP|||||||||||||||HHHHH||||||||PPPP||||#ddddddddddddddddddd+ddddddd+O|||||||||", "|||kllg@*gyuus||||@mn@ff@jnk||||||||;pt;|yuuu|||||]][]||||||{4<<,4;o|||||||||||||_]]]_|||cVVB|||||||||xxx|xxx||||||||||||NVVB||||PPPP|||||||||||||||HH|||||||||||PPPP||||#+ddddddddddddddd+ddd+dddddd+#|||||||||", "||||kk|*lktuyyyyyuuysaatasyyyyuyuyyyyysyyyuyy|||||])]__]_]])[]]]]]]]])])_]]]_]__))]]]_|||cCNCCCCCCNMCCzNNMzzzCCCCCCCCNCCCNCNN||||PPPPPPPPPPPPPPPPPPPLLPPPPPPPIPPPPPPI||||KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKp|||||||", "||||||||Ultuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu|||||]]]]]]]][]]]]]]][]]][]]]]]]]]]]]]]]_|||cVBVBVBVVBBBVBBBBBBVBVBBBVBBBBBVBVBV||||PPPPPPPPPPPPPPPPPPPPPPPPPPPPPIIPPPPP||||EYYRERRRYERRRRRRRRRTTTTYRYRYRRRa ||||||", "||||||||kk@uy8w8iuuuuuuuuuuuuuuuuuuyt8tuuuuuuAmmmS]](8e6`]]]][[]]]]]]]]]]]][`pZ`]]][]'bmmNVVz00vVBVBBBBBBBBVBBBBBBBBB00vBBVVCmmmbPPIU*&IPPPPPPPPPPPPPPPPPPPPI%*UPPPPIbmmZERD%%KRYRRD%%KRRRT%99%TYEEEYYRRt ||||||", "||||||||@@$i7wweriuuuuuuuuuuuuuuuuy6wew8uuuuu|||||['9eww7`]]]]]]][][][]]]][Zrew9!]]]]]|||cVv7wew0VVVVBBBBBBBBBBBBBBz6eee6BVBB||||PP5wee9UPPPPPPPPPPPPPPPPPPkqeew&PPPI||||YpAAAA!(~Zerw7DYTpewewpRFFFTTYYt |||||", "|||||||||%Xaww9we8uuuuuuuuuuuuuuuu8eerwwtuuuu|||||[5ee9wep]]]][]]]]]]]]]]]_wrwewr]]]])|||NV6weerevVVBBBVBVBBBVBVBBV0wewew0VVC||||PUwwewe6PPPPPPPPPPPPPPPPPP9weewwIPPP||||K9r7r77~~AAAAAA(LxeeeweDFFFTTULt ||||", "|||||||||||9ww 8w6||||||||||||||||rrr.we5||||||||||7w6 6w6||||||||||||||||%eeX5wr||||||||||ww5Xre5|||||||||||||||||6e6.ww9||||||||$ee.9ew||||||||||||||||||we$$ee||||||||$ew $ew||we.Xew||ee$&AA^FFF|6ew||||||||", "|||||||||||8wwXww8||||||||||||||||rw9.9w6||||||||||5w9$9e6|||||||||||||||||rwX$er||||||||||wwXXee5|||||||||||||||||6e6.ew7||||||||5we.99w||||||||||||||||||reXXew||||||||$er$7ee||we56wr||ew55er|FFF%8 75|||||||", "||||||||||||ewwww|||||||||||||||||5eeeww||||||||||||wwewr||||||||||||||||||rwwew9||||||||||7weewe||||||||||||||||||5eeeww5|||||||||weeee9||||||||||||||||||weeeer|||||||||rwwwe8||wweww9||6ewre6|FFF|w$r||||||||", "|||||||||||||7ww|||||||||||||||||||5eee5|||||||||||||7w7||||||||||||||||||||rew7||||||||||||7wew||||||||||||||||||||5eee5||||||||||$rwe6||||||||||||||||||||9eex||||||||||$ewe9||||wee7||||5we5|||||||5$||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/Pixmaps/bird7.xpm0000644000175000017500000002231214140766434013574 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird7_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .... ..... ", " ........... ... .......... ", " ............... ..... ................. ", " .................... ....... ...................... ", " ........................................ .......... ", " .......... .. ............. . ......... ", " .......... ....... ........ ", " .......... ..... ........ ", " ......... ... ...... ", " ........ . ...... ", " ....... . ..... ", " ...... .... ", " ..... .... ", " ..... .... ", " ..... ... ", " ..... ... ", " ..... ... ", " .... ... ", " .... .... ", " ... ... ", " ... ... ", " ... ... ", " .. .. ", " .. .. ", " ... .. ", " .. . ", " .. . ", " .. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/bird5.xpm0000644000175000017500000002231214140766434013572 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird5_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ... ", " ..... .. ", " ...... ....... ................... ", " ..................................................... ", " ............................... ...................... ", " .................... ....... .............. ", " ................... ..... ......... ", " ............ ... ........ ", " .......... . ...... ", " ...... . ....... ", " ...... ..... ", " .... ..... ", " .. .... ", " ... .... ", " ... .... ", " ... ... ", " .... ... ", " ... . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/bird3.xpm0000644000175000017500000002231214140766434013570 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird3_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ..... ... ", " ........... ........ ", " ................ ............. ", " ......... ........ .................... ", " ........ ........ ........ .......... ", " ....... ........ ......... ......... ", " ..... ...... ...... ...... ", " ...... ....... ..... .... ", " ..... ...... ..... .... ", " ... ..... ... ..... .... ", " .... ..... .... ... ", " .... ....... .... ... ", " ............... .. ", " .......... .. ", " ....... . ", " ..... ", " ... ", " . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/tree-1_100px.xpm0000644000175000017500000002227514140766434014622 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *tree_1_100px[] = { /* columns rows colors chars-per-pixel */ "80 100 4 1 ", " c None", ". c #00bb00", "b c #8b4513", "g c #006400", /* pixels */ " . ", " . ", " . . ", " bb . ", " g .. ", " . g b. ", " . b. b ", " .g g.... . ", " gb .. . ", " . . . b ", " gg gb. . ", " . gb .b ", " . . b. bb ", " . g . b ", " g. .bg bgg ", " .. . . bg ", " gbbg g bg b.. ", " g g . ", " g. g bg. ", " g bg . ", " ggg g ", " bg gg ", " gg. . . ", " . gg . b. . ", " . gb . . b.. ", " . .b gggg bg gg ", " . .. gb . . gggg ", " b. . gbg. gg g ", " ..gg. g. g. . g ", " g. . ggg . g ", " g. .. gb . bb ", " gg g b. . gg ", " g . . . gg ", " ggb b. . bb . . ", " . b. gg . .bb.. ", " . .g . gg . .g ", " . g . g . .g ", " .b .g . gg g .g ", " g. g .. g .. .gg . . ", " g.. g bbgg ..bg ggg .. .. ", " gg .ggbgg ..bg ..ggg g ", " . .g gbg .bg . g .g ", " .b g. gbb. ..bg gg gg . ", " . g. . ggb. .gg . g g g.g ", " . .. g .. .ggb g g g . g . .. g. ", " .. . g.b . gb gb gg .b.bb b . .. ", " .g. b.... gb ggbg .. b . gggb ", " ggb .. gb bbb. g gg. b .g. ", " .g . g. gggb.. g gg gb . ", " g . g g.. ggg gggg ", " . b.. g gg .. .. . gg ", " .b b . g g . b .. bb g ", " . .g gbb g . b bgb g ggg.. ", " . g bb g. . b ggg .g . ", " . g b g .bbg .g .. .g ", " b. . .gb . b g .g ggg...g . ", " b. .. g g b g .gg gg .. ggg.", " . . g . g ..gg g gg gg . b ", " g.. . g. . . bbg .g g gg .g . b ", "g g. g g. g. . . gb gg . gg .gg . . ", " g.b gg g gg..b . .. g gbg g g g .g gg . ", " g. ggggb . ggbb. g g gg bggg g gbg..g g gg ", " g gg . ggb. ggggb.g ggg g gg ", " .b g. gg. .. gg. .g b gg gg gg ", " .b g g. . gg g gggb . gg . gg. ", " . g. ggg . g gg ggb gbbbb . . .g ", " .gb.g g. .g .gg . g g ggb.b . . . g .b. ", " .g. g ..g .g gg g .... . .g gb gg ", " . gg .g .g g.g ..b . . gg . g g ", " ..gbbbggggggbg g b g .g g .b. g gg ", " gg. g ggg ggg . b. ggg ", " gg . g. bggg gg g.g .bg gg . ", " .b.g.g g bgg g gg .b. gg . ", " .bbbggg gg .b gggg g gbgg . ", " .gg g .gb. g gg . ggg . ", " g.. .g ..b g . ggggg g .. ", " .gggg . g gb g g .... gggg. ", " . gbbb..b. gg ... g .g g.gg gg ", " .. gggg b . g . b b g.. gg ", " ... gb g. bb b gg . ", ". .g. ... g. .g .g . ggg b..g ", ".. gg.... .. g g.g g. .. b bggg ", " .. gg... .. g g bg. g. b....g ", " ..gggg. . g g bg gg gggbbgg ", " ggbgg .. .g . ggg bbg. g .gg ", " bbg . .g g .b g. . .g . ", " b. .g . .g g bg g.. . .gg ..b ", " ... gg.. .g gggg bgg.. . .g gg..... ", " ggbgbb. gggg gggbgg .gg . gbbggg ", " gggbb. g ggb .g gggbgg ", " gg..b. gggggggggbb .gg . ggg g ", " gg.. gbg .gg g gggg ", " gg bbgggg g g gggggggg ", " gg. ... . bbg g gg ", " ..gggg ggg ..gbbb gggg ", " .. gbbb g. ggg. ", " . bbb ggggggg ", " g.gggggbbbbgg ", " bbbbb ", " bbbbb " }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf3.xpm0000644000175000017500000001632214140766434015520 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf3[] = { /* width height num_colors chars_per_pixel */ " 176 34 18 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c none", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhihiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhihhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiihiiihhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiiihhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiihhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhihhhh", "hhhhhhhhhhhhhhhhhhhggjgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhihiih", "hhhhhhhhhhhhhhhhhhjgjgggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhiiihh", "hhhhhhhhhhhhhhhhhggjggjgggggbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhihhhiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhiihhh", "hhhhhhhhhhhhhhhhgjjgjjgjgggchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihiihhhhh", "hhhhhhhhhhhhhhhgjhhhggjggdbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiiihhhhhh", "hhhhhhhhhhhhhh.jhhhhhjggdbmddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhifffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhiffffhhhhh", "hhhhhhhhhhhhh...hhhhhgcbcdddddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmfiikkiffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffkiififfhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffkiififfhhh", "hhhhhhhhhhhhhh.hjgghhcccbcdccddhhhmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhffffmmfkkkffmffhhhhhhhhhhhhfffffffhhhhhhfffmmfffkikffmffhhhhhhhhhhhffffffhhhhhhfffmmmffkkffmffhh", "hhhhhhhhhhhhhhhhggghhhcccbbcbbdhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffffffffffffffffmmfffffffffhhhhhhhhhfffffffffffffffffffmmffffffffffhhhmhmhhfffffffffffffffffffmmffffffffaaa", "hhhhhhhhbpohlhhcjgjhhhcbcccbcbghbggghhhmhmhmhmhmhmhmhmhhhhhhhhhhhfffffffffffffffffffffmmffiiiffkhhmmhmhmmffffffffffffffffffffmmfffiifffffmhhhhhmffffffffffffffffffffmmfffiiffaaa", "hhhhhhhbbopppgncccciihhjjcbccgggbgggmmmhhhhhhhhhhhhhhhmhhmhmhhhhfffffffffffffffffffffffmmiiiiifkmhhhhhhhffffffffffffffffffffffmmiiiiffffkhhhhhhffffffffffffffffffffffmmiiififaaa", "hhhchocoggpgbg##g#giihjgjjjbgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhmhmffffffffffffffffffffffifmmhhhiihhhhhhhhhfffffffffffffffffffffffmmiihhhffkhhhhhhfffffffffffffffffffffffmmihhhifhh", "hhhcccooggpgggl##ggiihjggggjgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffifffffffffffffiifiimhhhhhhhhhhhhhhffffffifffffffffffffiifiimhhhhhhhhhhhhhffffffifffffffffffffiifiimhhhhhhh", "hnn#cnnngbpggoop#opoiijggggggjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffiiiffffffffffiiifmmmmhhhhhhhhhhhhfffffffiiiffffffffffiiifmmmmmmmmmmmmmmhfffffffiiiffffffffffiiifmmmhhhhhh", "hnencennggpghooo#oooiijjgjgjjjgbhhhhiihhhhhhhhhhhhhhhhhhhhhmmmmmfffffffiiiiiiiifffffiiihhmmmmmmmmmmmmmmmfffffffiiiiiiiifffffiiihhmmmmmmmmmmmmmmfffffffiiiiiiiifffffiiihhmmhhhhhh", "hnnncnnehhhhhooo#opoiijjggjjggggbhhihimmmmmmmmmmmmmmmmmmmmmmmmmmffffffffiiiiiiiifffffiihhhhhmmmmmmmmmmmmffffffffiiiiiiiifffffiihhhhhhhhhhhhhhhmffffffffiiiiiiiifffffiihhhhhhhhhh", "hnencennhhhhhoop#oooiijjjggggggggbhhhiimmmmmmmmmmmmmmmmmmmmhhhhhhfffffffihiiiiiiifffffihhhhhhhhhhhhhhhhhhfffffffihiiiiiiifffffihhhhhhhhhhhhhhhhhfffffffihiiiiiiifffffihhhhhhhhhh", "hinncn#nhhhhhooo#pooiiijjjgggggggbhhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhfffffiihhhhhhhhhhfffiihhhhhhhhhhhhhhhhhhfffffiihhhhhhhhhhfffiihhhhhhhhhhhhhhhhhfffffiihhhhhhhhhhfffiihhhhhhhhh", "ihhhhhhhhhhhhhhhhhhhhiijjjjjggggggbhhhiihhhhhhhhhhhhhhhhhhhhhhhhhhffffiihhhhhhhhhhhhffffiihhhhhhhhhhhhhhhhffffiihhhhhhhhhhhhffffiihhhhhhhhhhhhhhhffffiihhhhhhhhhhhhffffiihhhhhhh", "ihhhhhhhhhhhhhhhhhhhhiihjjjjjjggggbhhhiihhhhhhhhhhhhhhhhhhhhhhhhhfffffihhhhhhhhhhhhhhfffffihhhhhhhhhhhhhhfffffihhhhhhhhhhhhhhfffffihhhhhhhhhhhhhfffffihhhhhhhhhhhhhhfffffihhhhhh", "hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiihhhhhhhhhhhhhhhhhhhhhhhhffffiihhhhhhhhhhhhhhhhhfifmhhhhhhhhhhhhhffffiihhhhhhhhhhhhhhhhhfifmhhhhhhhhhhhhffffiihhhhhhhhhhhhhhhhhfifmhhhhhh", "hkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkiihhhhhhhhhhhhhhhhhhhhhhhhfffihhhhhhhhhhhhhhhhhhhhfmmhhhhhhhhhhhhhfffihhhhhhhhhhhhhhhhhhhhfmmhhhhhhhhhhhhfffihhhhhhhhhhhhhhhhhhhhfmmhhhhhh", "hhhhhkkhhhhhhhhhhhhhhhhhhhkkjjjjjjbmmhiihhhhhhhhhhhhhhhhhhhhhhhfffiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffiihhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhkkhhhhhhhhhhhhhhhhhhhkkbbbbbbmmmhiihhhhhhhhhhhhhhhhhhhhhhhffiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffiiihhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhihhkkhhhhhhhhhhhhhhhhhhhkkhhhmmmmmhiiihhhhhhhhhhhhhhhhhhhhhhhffhimhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffhimhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffhimhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hihhhkkhhhhhhhhhhhhhhhhhhhkkhhhhhhhhiiihhhhhhhhhhhhhhhhhhhhhhhhmfhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmfhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmfhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiihhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhmmhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/bird1.xpm0000644000175000017500000002231214140766434013566 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird1_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .. .... ", " ..... ...... ", " ........ ........ ", " .......... .......... ", " ........... ........... ", " ............ ............. ", " ............. ............. ", " .............. ............... ", " ................ ................ ", " ....... ......... ................. ", " ...... ....... ................... ", " ...... ...... ......... ....... ", " ..... ...... ....... ..... ", " ..... ...... ...... ..... ", " ..... .... ..... ..... ", " ..... .... ... .... ..... ", " .... .... ..... ... .... ", " ..... ... ....... .... ..... ", " .... ............. .... ", " .... ......... .... ", " .... ....... ... ", " .... ..... .. ", " ... ... ", " . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/birdl5.xpm0000644000175000017500000002231314140766434013747 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl5_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .. ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ........... ", " .......... ", " ......... ", " ........ ", " ....... ", " ....... ", " ...... ", " ..... ", " ..... ", " .... ", " .... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/bird4.xpm0000644000175000017500000002231214140766434013571 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird4_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ............ ", " ............ ................................ ", " ....................... ... .................................... ", " .............................. ..... ............... ..... ....... ", " ......... .............. ....... ......... . ....... ", " ........ ........................ ....... ", " ...... ........... ..... ", " ..... ....... ... ", " .... ..... ", " ... ... ", " ... . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/Makefile.in0000644000175000017500000003437414140766441014115 00000000000000# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = src/Pixmaps ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/make.inc DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ X11_CFLAGS = @X11_CFLAGS@ X11_LIBS = @X11_LIBS@ XMKMF = @XMKMF@ XML_CFLAGS = @XML_CFLAGS@ XML_LIBS = @XML_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# EXTRA_DIST = \ make.inc \ AltSanta1.xpm \ AltSanta2.xpm \ AltSanta3.xpm \ AltSanta4.xpm \ AltSantaRudolf1.xpm \ AltSantaRudolf2.xpm \ AltSantaRudolf3.xpm \ AltSantaRudolf4.xpm \ BigSanta1.xpm \ BigSanta2.xpm \ BigSanta3.xpm \ BigSanta4.xpm \ BigSanta81.xpm \ BigSanta82.xpm \ BigSanta83.xpm \ BigSanta84.xpm \ BigSantaRudolf1.xpm \ BigSantaRudolf2.xpm \ BigSantaRudolf3.xpm \ BigSantaRudolf4.xpm \ BigSantaRudolf81.xpm \ BigSantaRudolf82.xpm \ BigSantaRudolf83.xpm \ BigSantaRudolf84.xpm \ bird1.xpm \ bird2.xpm \ bird3.xpm \ bird4.xpm \ bird5.xpm \ bird6.xpm \ bird7.xpm \ bird8.xpm \ birdd1.xpm \ birdd2.xpm \ birdd3.xpm \ birdd4.xpm \ birdd5.xpm \ birdd6.xpm \ birdd7.xpm \ birdd8.xpm \ birdl1.xpm \ birdl2.xpm \ birdl3.xpm \ birdl4.xpm \ birdl5.xpm \ birdl6.xpm \ birdl7.xpm \ birdl8.xpm \ eland.xpm \ flake0.xpm \ flake1.xpm \ flake2.xpm \ flake3.xpm \ flake4.xpm \ flake5.xpm \ flake6.xpm \ huis4.xpm \ MediumSanta1.xpm \ MediumSanta2.xpm \ MediumSanta3.xpm \ MediumSanta4.xpm \ MediumSantaRudolf1.xpm \ MediumSantaRudolf2.xpm \ MediumSantaRudolf3.xpm \ MediumSantaRudolf4.xpm \ moon1.xpm \ polarbear.xpm \ RegularSanta1.xpm \ RegularSanta2.xpm \ RegularSanta3.xpm \ RegularSanta4.xpm \ RegularSantaRudolf1.xpm \ RegularSantaRudolf2.xpm \ RegularSantaRudolf3.xpm \ RegularSantaRudolf4.xpm \ rendier.xpm \ snowtree.xpm \ star.xbm \ tannenbaum.xpm \ tree-1_100px.xpm \ tree.xpm \ xsnow.svg \ xsnow.xpm all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/make.inc $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Pixmaps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Pixmaps/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(srcdir)/make.inc $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ ctags-am distclean distclean-generic distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags-am uninstall uninstall-am .PRECIOUS: Makefile # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: xsnow-3.3.2/src/Pixmaps/MediumSanta4.xpm0000644000175000017500000000540314140766434015062 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *MediumSanta4[] = { /* width height num_colors chars_per_pixel */ " 88 17 18 1", /* colors */ ". c #ff9933", "# c #f1f1f1", "a c #cccccc", "b c #cc9999", "c c #cc9933", "d c #cc6633", "e c #cc0000", "f c None", "g c #c0c0c0", "h c #b2b2b2", "i c #993333", "j c #990000", "k c #663300", "l c #111111", "m c #009900", "n c #0066cc", "o c #003399", "p c #000000", /* pixels */ "fffffffffffffffffffffffffffffffffffffffffffiiffffffffffffffffififffffffffffffffifififfff", "ffffffffffffffffffffffffffffffffffffffffifiifffffffffffffffffiifiiffffffffffffffiiiiffff", "fffffffffffeeffffffffffffffffffffffffffffiifffffffffffffffffffiifffffffffffffffffiifffff", "fffffffffjjeeeffffffffffffffffffffffffffffiiffiifffffffffffffffiiffiffffffffffffffiffifi", "ffffffffejjeeegffffffffffffffffffffffffffffiiiifffffffffffffffffiifiiffffffffffffffiiiif", "fffffff#fffeblbfffffffffffffffffffffffffffffdddfffffffffffffffffidddfffffffffffffffiddff", "fffffffffffa#babffffffffffffffffffffffffddldkdldfffffffffffffddlkkddffffffffffffddlkkddf", "ffffffffeffaaaaffffffffffffffffffddddddddddldiidffffffddddddddddlddddffffddddddddddldidk", "fff##feaaifejjheee#lfflflfflflfldddddiiddddilffiflflfdddddiddddddlfdkflfdddddiddddddlfif", "faaneee.efieeejjffffffffffffffffddddddidddiilllffffffdddddiddddidllfffffdddddiddddidlfff", "mmcm#ennnnijejeefiillllllllllllllddddididddfffllllllllddddiiddddfflllllllddddiiddddfffff", "imcmffnonnijjeee#ffiffffffffffffffddfffffidffffffffffffddfffffddffffffffffddfffffddfffff", "ffffffffffifjjjeeffifffffffffffffddfffffffddffffffffffddfffffffdfffffffffddfffffffdfffff", "kkkkkkkkkkkkkkkkkkkifffffffffffffdfffffffffdffffffffffdffffffffdfffffffffdffffffffdfffff", "fffkfffffffffkff##fiffffffffffffflfffffffffdffffffffffpffffffffifffffffffpffffffffifffff", "fffifffffffffifffpifffffffffffffffffffffffflffffffffffffffffffflfffffffffffffffffflfffff", "iiiiiiiiiiiiiiiiiiffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" }; xsnow-3.3.2/src/Pixmaps/RegularSantaRudolf3.xpm0000644000175000017500000000303214140766434016412 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSantaRudolf3[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#ab.bbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaabddbdbdbbdbbbcbbbbcbbbbbbbbcbbbbcbbbdbdbbcbbbbcab", "bdb...adbbdbbbbbbbbbbcccccbbbbbbbbbcccccbbbbbbbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbdbdbbbccbcbbbbbbbbbbccbcbbb", "bbdbdba.bddbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbb", "ddddddddddbbbbbbbbbbbbccbbbbbbbbbbbbccbbbbbbbbbbbbccbbbb" }; xsnow-3.3.2/src/Pixmaps/birdl4.xpm0000644000175000017500000002231314140766434013746 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl4_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .. ", " ........ ", " ........ ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ........... ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/flake1.xpm0000644000175000017500000000205114140766434013726 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow1_xpm[] = { /* columns rows colors chars-per-pixel */ "8 8 2 1 ", " c None", ". c black", /* pixels */ " . . ", ".. . .. ", " . . ", " . . . ", " . . ", ".. . .. ", " . . ", " " }; xsnow-3.3.2/src/Pixmaps/BigSanta82.xpm0000644000175000017500000002055714140766434014440 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta82[] = { /* width height num_colors chars_per_pixel */ " 216 33 21 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", "A c #444444", "B c #555555", /* pixels */ " j ", " A j j jjj j j j j A j j ", " AA jj jjj A jj jj A jj jj A jj jj ", " AA jjj jj AA AA jj jjjj AAAAjj jjjj A jj jjjj ", " AAAA jjj AAA AAAAjjjj A jjjj AAA jjjj A ", " gggg AA A j A AA jj AAA AAA jj A AA jj AAAA ", " ggkgggg AA A jj AAj AAA j AA AAA j AAA AA j AAA ", " kgkgggggg AAA jj AAAjjjj AA jj AA j AA jj AA j AAA jj A j ", " ggkggkgggggb AA jj AA jjj AA jj AAjjjj AAA jj A jjjj AA jj AAjjjj", " gkkgkkgkgggc AA jjjjjjj AA jjj Ajjjj AAAjjj Ajjjj AA jjj Ajjjj ", " gk ggkggdbd AA AAjj AAA jjjj AA jjjj AAAAjjjj ", " .k kggdbndd AAjfffff BBBBffffff BBBBffffff BBBB ffffff ", " ... gcbcddddd nnfjjlljff BBffljjfjff BBBBffljjfjff BBBffljjfjff ", " . cccbcdccdd BBBffffffBBBBB ffffnnflllffnff BBffffffffBBBB ffnnfffljlffnff BBBffffffffBBBBB ffnnfffljlffnff BBBffffffffBBBBBBffnnfffljlffnff ", " kgg cccbbcbbd BBffffffffffffffffffffnnfffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff BBfffffffffffffffffffnnffffffffff ", " ggg cbcccbcb n BBfffffffffffffffffffffnnffjjjffl BBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn n BBffffffffffffffffffffnnfffjjfffffn", " ckgkjj kkkcbccb gg BBfffffffffffffffffffffffnnjjjjjfln n n n ffffffffffffffffffffffnnjjjjffffl n ffffffffffffffffffffffnnjjjjffffl n ffffffffffffffffffffffnnjjjjffffl ", " b b mgoccccjj kgkkkkbiggbggg n ffffffffffffffffffffffjfnn jj BBffffffffffffffffffffffjfnjj ffl BBffffffffffffffffffffffjfnjj ffl BBffffffffffffffffffffffjfnjj ffl ", " c pcpbpg mg##g#gjj kggggkggggbgggnnn n n nn n n n nn n n n BBjfffffjfffffffffffffjjfjjnnn BBjfffffjfffffffffffffjjfjnn BBjfffffjfffffffffffffjjfjnn BBjfffffjfffffffffffffjjfjnn ", " cccppggqgbgm##gg.jjkggggggkkk BBjffffffjjjffffffffffjjjfnnnnnnnnnnnnnnnnjffffffjjjffffffffffjjjfnnnn nnnnnjffffffjjjffffffffffjjjfnnnn nnnnnjffffffjjjffffffffffjjjf ", " oo#coooggqggppq#pqpjjkkgkgkkkgb jj nnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj nnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjj ", " oeoceoogbqggppp#pppjjkkggkkggggb j jnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffjjjjjjjfffffff BBjjffffffjjjjjjjfffffff nnnnnnn BBjjffffffjjjjjjjfffffff nnnnnnn BBjjffffffjjjjjjjfffffff ", " ooocooeggqg ppp#pqpjjkkkggggggggb jjnnnnnnnnnnnnnnnnnnnn BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff BBjjffffff jjjjjjjfffff ", " jeoceoo ppq#pppjjjkkkgggggggb jj BB jjfffff jjjffff BBBjjfffff jjjffff BBjjfffff jjjffff BBjjfffff jjjffff ", "j#ooco#o ppp#qpp jjkkkkkggggggb jj BBBjffff BBB fffj BBBBjffff BBBfffj BBBjffff BBBfffj BBBjffff BBfffj ", "j jj kkkkkkggggb jj BBBfffff BBB ffj BBBfffff BB ffj BBBfffff BB ffj BBBfffff BBBffj ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BBBfffj BB ffj BBBfffj BBffj BBBfffj BB ffj BBBfffj BB ffj ", " llllllllllllllllllllllllllllllllllllljj BBBfffj BB fffn BBBfffj BBBfffn BBBfffj BBB fffn BBBfffj BBBfffn ", " ll llkkkkkkb jj BB ffj BB nnf BB ffj BB nnf BBBffj BB nnf BBBBffj BB nnf ", " ll llbbbbbbnn jj BB ffj BB ffj BBBffj BBBffj ", " j ll ll nnnnnn jjj BB ffjj BB ffjj BBBffjj BBBffjj ", " j ll ll nnn jjj BB ffn BB ffn BB ffn BB ffn ", " jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj BB nn BB nn BB nn BB nn ", }; xsnow-3.3.2/src/Pixmaps/flake0.xpm0000644000175000017500000000173614140766434013736 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow0_xpm[] = { /* columns rows colors chars-per-pixel */ "3 3 2 1 ", " c None", ". c black", /* pixels */ ". .", " . ", ". ." }; xsnow-3.3.2/src/Pixmaps/birdd1.xpm0000644000175000017500000002231314140766434013733 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdd1_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " .. ", " .. .. ", " ... .... ", " ..... ..... ", " ....... ..... ", " ........ ...... ", " ......... ...... ", " ......... ....... ", " .......... ....... ", " ... ... ........ ", " ... .... ........ ", " .... .... .... .... ", " .... ... .... ... ", " ..... ... .... .... ", " ..... ... .... .... ", " ..... ... .... ... ", " .... ... ..... ... ... ", " .... .......... .. .... ", " .... ............. .... ", " .... ............. .... ", " ... ............ .... ", " ... ........... .. ", " .. .......... .. ", " .. ....... ", " .... ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/BigSanta83.xpm0000644000175000017500000002054014140766434014431 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSanta83[] = { /* width height num_colors chars_per_pixel */ " 216 33 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "A c #444444", "B c #555555", /* pixels */ " ", " AA Ai i Ai i Ai i Ai ", " i A Ai iii A ii Aii ii Aii A ii Aii ", " iiAAAiii AA AA iiA iiii AiiA iiii A iiA iiii ", " iii ii AA AA iiii A iiii A AAA iiii ", " gggg Aiii A i AAAii A AA ii A AA A Aii AAAA ", " ggjgggg A A i AAiiii AA i AA i AAAAAi AAA i AAAA i AA i ", " jgjgggggg AAAA ii Aiii A ii A iiii AA ii A iiii AA ii A iiii", " ggjggjgggggb AA ii Ai AAAA ii AAiiii AA ii Aiiii AA ii AAiiii ", " gjjgjjgjgggc AA iiiii AAAAAii Ai AAAii Ai AAA iiA i ", " gj ggjggdbd AA ii AAiiii AA iiii AAAiiii ", " .j jggdbmdd BBBifffff BBffffff BBffffff BBBffffff ", " ... gcbcddddd BBmmfiikkiff BBBffkiififf BBBffkiififf BBBffkiififf ", " . jgg cccbcdccdd m BBffffffBBBBB ffffmmfkkkffmff BBffffffffBBBBB ffmmfffkikffmff BBBffffffffBBBB ffmmfffkikffmff BBBffffffffBBBB ffmmfffkikffmff ", " ggg cccbbcbbd gg Bffffffffffffffffffffmmfffffffff BBfffffffffffffffffffmmffffffffff Bfffffffffffffffffffmmffffffffff BBfffffffffffffffffffmmffffffffff ", " bpo l cjgj cbcccbcbg bggg m m m m m m m m BBfffffffffffffffffffffmmffiiiffk BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm", " bbopppgnccccii jjcbccgggbgggmmm m m BBfffffffffffffffffffffffmmiiiiifkm BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk ", " c ocoggpgbg##g#gii jgjjjbgggg m mffffffffffffffffffffffifmm ii m m m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk ", " cccooggpgggl##ggii jggggjgggg m BBffffffifffffffffffffiifiim BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm ", " nn#cnnngbpggoop#opoiijggggggjj BBfffffffiiifffffffffffif mmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif ", " nencennggpg ooo#oooiijjgjgjjjgb ii mmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff ", " nnncnne ooo#opoiijjggjjggggb i immmmmmmmmmmmmmmmmmmmmmmmBBiifffffffiiiiiiifffffff mmmmmmmmmmmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi ", " nencenn oop#oooiijjjggggggggb iimmmmmmmmmmmmmmmmmmmm BBfffffffffiiiiiifffffff BBfffffffffiiiiiifffffff BBfffffffffiiiiiifffffff BBBfffffffffiiiiiifffffff ", " inncn#n ooo#pooiiijjjgggggggb ii BBBfffffffii BBiiiffff BBBfffffffii Biiiffff BBBfffffffii iiiffff BBBfffffffii BBiiiffff ", "i iijjjjjggggggb ii BBBfffff iiii BBiiiBfff BBBfffffBiiii BiiiBfff BBBfffffBiiii iiiBfff BBBfffff iiii BBBiiiBfff ", "i ii jjjjjjggggb ii BB ffff BB iii BBBii B fff BB ffff BBiii BBiiBB fff BBBffff BB iii ii BBfff BB ffff BBBiii BB ii BBfff ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii BB fff BBiii BBiii BB ff BBfff BBiii Biii BB ff BBBfff BB iii iii BB ff BBfff BBiii BB iii BB ff ", " kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkii BBBff BBiiii B ii BBfff BBff BBiiii BBii BBfff BB ff BB iiii ii BB fff BBff BBiiii BB ii BB fff ", " kk kkjjjjjjbmm ii BBBfff BBB ii BB ii BB ff BBfff BB ii BBii BB ff BBfff BB ii ii BB ff BBfff BB ii BB ii BB ff ", " kk kkbbbbbbmmm ii BBBfff BB im BBii BB ff BBfff BB im BBii BB ff BBBfff BB im ii BB ff BBfff BB im ii BB ff ", " i kk kk mmmmm iii BB ff BB im BBmm BB mm BB ff BB im BBmm BB mm BB ff BB im mm BB mm BBff BB im mm BB mm ", " i kk kk iii BB mm BB mm BB mm BBmm ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ", }; xsnow-3.3.2/src/Pixmaps/birdl6.xpm0000644000175000017500000002231314140766434013750 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl6_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ............. ", " ............ ", " ............ ", " ............ ", " ............ ", " ........... ", " ........... ", " .......... ", " .......... ", " ......... ", " ......... ", " ........ ", " ........ ", " ........ ", " ....... ", " ....... ", " ..... ", " ..... ", " .... ", " .... ", " ... ", " .. ", " .. ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/bird8.xpm0000644000175000017500000002231214140766434013575 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird8_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ....... ....... ", " ........... ........... ", " ............... ............... ", " .................. ................. ", " .................... ... ..................... ", " ....... ............ ..... ......... ........ ", " ....... .......... ....... ....... ........ ", " ....... ....................... ....... ", " ....... .. .............. ....... ", " ........ ....... ..... ", " ....... ..... ..... ", " ...... ... .... ", " ...... . .... ", " .... . ... ", " .... .... ", " ... ... ", " ... .. ", " ... ... ", " .. ... ", " .. .. ", " .. ... ", " .. .. ", " .. .. ", " . .. ", " . ", " . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/star.xbm0000644000175000017500000000201014140766434013511 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #define star_width 9 #define star_height 9 static unsigned char star_bits[] = { 0x01, 0x01, 0x92, 0x00, 0x54, 0x00, 0x38, 0x00, 0xfe, 0x00, 0x38, 0x00, 0x54, 0x00, 0x92, 0x00, 0x01, 0x01}; xsnow-3.3.2/src/Pixmaps/AltSantaRudolf2.xpm0000644000175000017500000002507114140766434015537 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSantaRudolf2[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #161417", ". c #563428", "X c #6C1F1D", "o c #056C02", "O c #027C02", "+ c #34772C", "@ c #0D550C", "# c #754B2B", "$ c #775C57", "% c #666769", "& c #696B50", "* c #5E0941", "= c #AE0505", "- c #951616", "; c #D50709", ": c #CF0E09", "> c #E20404", ", c #FA0101", "< c #E80F15", "1 c #D4383C", "2 c #DF2727", "3 c #DF2C31", "4 c #914D2C", "5 c #A9572D", "6 c #B95C2D", "7 c #AC5433", "8 c #B86235", "9 c #9E7416", "0 c #C44925", "q c #CB6633", "w c #D16834", "e c #C9622D", "r c #B8354A", "t c #EA3B6E", "y c #FD3367", "u c #D93555", "i c #A45E5C", "p c #CE454F", "a c #DC5267", "s c #008100", "d c #3D8431", "f c #4C9235", "g c #58A63D", "h c #6DA137", "j c #5BA251", "k c #75CA76", "l c #BAB713", "z c #B88B32", "x c #B48729", "c c #B2BC26", "v c #94981C", "b c #FFB615", "n c #F4AD13", "m c #FEB523", "M c #DBA31B", "N c #BCC217", "B c #CBCC01", "V c #CFD100", "C c #C0C411", "Z c #A59870", "A c #E59A68", "S c #D7C663", "D c #657796", "F c #0567CB", "G c #2D1189", "H c #FF36A2", "J c #B8609C", "K c #678BB9", "L c #7492BA", "P c #47B6B8", "I c #46ADB5", "U c #57919F", "Y c #729ECE", "T c #6F9ECF", "R c #72A0D1", "E c #76A1CF", "W c #5D9DCC", "Q c #3FABAC", "! c #AAAFB4", "~ c #939CAD", "^ c #DAA9A2", "/ c #E8D4A1", "( c #A0B1C6", ") c #BAECF4", "_ c #B6E7EE", "` c #B0D8DE", "' c #CACACC", "] c #CAFDFE", "[ c #D1FFFF", "{ c #F2E6E2", "} c #B0E194", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||D%%%%%||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||%%%%%%U|||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||%%%%%||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!!!!|||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!!!!!||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||!!||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||iwwwqq8iw||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||0e000010000ei||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||,||||||||||||||||||||||||||||||;,,,,,,,,,,>||||||||'''''||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||ooo|||ooo|||||||||||||||||||||||||||||||||||||||||||||||||||<,riii<,,,,>||||||||'''''||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||o||o|+||o|||||||||||||||||||<<||||||||||||||||||||||||||||||<,~RTW,iir,>|||||||||''(|||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooooo|||||||||||||||||||||>,|||||||||||||||||||||||||||||>,~RRW,TTL,>||||||||||(||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooo|oooo||||||||||||||||||||,||||||||||||||||||||||||||||||>,DRRW,RRT,>|||||||||||||||||||||||||", "||||||||||||||||||||/A|||/|||||||||||||||||||||||||||||||||||||u2<|{{||||||||||||||||||||||||||||||||||||||||||oooo|oooo||||||||||||||||||||,||||||||||||H|||||||||||||||||>,~TRW,RRL,>||||||||| |||||||||||", "|||||||||||||||||||mnnSnmbb||||||||||||||||||||||||||||||||||||/{H:||||||||||||||||||||||||||||||||||||||||||||oooo|oooo|||||||||||||||||||,>,||||||||||H||||||||||||||||||<,DDWW,KKK,>|||||||||x x|||||||||||", "|||||||||||||||||||vmmbbnbVg||||||||^}||||||||||||||||||||||||''q{12|||||||||||||||||||||||||||up||u|||||||||||oooo|oooo||||||||||||||||||>,,>,<||||||||H||||||||||||||||||<,,,,,,,,,,>|||||||||nbbbM|||||||||||", "|||||||||||||||||kjvMMcvNVbg}|||||||8|a||||||||||||||||||||;:|{~^{|||||||||||||||||||||||||||||ppp0||||||||||||oooo|oooo|||||||||||||||>>,,,,,|||||||||||HH,,||||||||||||||>,,,,,,,,,,>|||||||||bbbbM|||||||||||", "|||||||||||||||||Zfbmghggvbgk|||||||||Z|||||||||||||||||||||{^^{{|||||||||||||||||||||||||||||111p11|||||||||||oooo|oooo|||||||||||||||,,,<||||||||||||||H||,||||||||||||||>,,,,,,,,,,>|||||||||bnbbM|||||||||||", "|||||||||||||||||jfnMjjgjvbhh|||||||||H||||||||||||||||||||||;y^i-|||||||||||||||||||||||||||||11|11|||||||||||oooo|oooo|||||||||||||||,,||||||||||||||||H|||||||||||||||||=;;;:;;;;;;=|||||||||MMMM9|||||||||||", "||||||||||yttJ|||f+nMggffvngg|||||||||i||Jttt|||||)))_||||||| vX--XX||||||||||||||)))_|||clNC||11p11||zz|||zz||oooo|oooo|cNlc||||IIIP||,||||||||||||||||HHH||||||IIPI||||@ssssssOsssssssssssssssOOOssOo|||||||||", "||||||||||yyyt|||+fmnfff+hbjg||||||<=-r;|tyyy|||||]]]]|||||||,:-;{XX|||||||||||||_]]])|||cVCB||13p11||z||zz|z||||||||||||NBBB||||PPPP|,||||||||||||||||HHHHHH||||PPPI||||@ssssssOssssssssssssOsssOsssso|||||||||", "||||||j||iyyyJ|||++nMffd+9mfh||||||=:-=;=uyyy|||||[]])|||||||,,=i^*G|||||||||||||`]]])|||cBVB||11|11|||zz|zzz||||||||||||NBBC||||PPPI||||||||||||||H|HHHHHH|H||||PPPP||||@sssssssssssssOsssssssOOssOOso|||||||||", "||||kkf#4|yyyt|||++Mndf+fhmfg|||||||:=X=:tyyy|||||[[]]|||||||,,,,=*X|||||||||||||_]]])|||cBBV|||||||||zzx|xxzx|||||||||||NBBB||||PPPP|||||||||||||||HHHHH||||||||PPPP||||@ssssssssssOssssssssssssssssOo|||||||||", "|||jkkf+&ftyya||||+mn+dd+hnj||||||||-ir-|tyyy|||||]][]||||||{1,,>1-X|||||||||||||_]]]_|||cVVB|||||||||zzx|zzz||||||||||||NVVB||||PPPP|||||||||||||||HH|||||||||||PPPP||||@OsssssssssssOsssOsssOOsssssO@|||||||||", "||||jj|&kjrytttttyytapprpattttytytttttatttytt|||||])]__]_]])[]]][[]]])])_])]_]__))]]]_|||cCNCCCCCCNMCClCNMlllCCCCCCCCNCCCNCNN||||IPPPPPPPPPPPPPPPPPPLLPPPPPPPPPIPPPPI||||KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKi|||||||", "||||||||Ukryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy|||||]]]]]]]]]][[]]]]]]]]]]]]]][]]]]]]]]_|||cVBVBVBVVBBBBVVBBBBVBVBBBVBBBBBVBVBV||||PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP||||EYYRERRRTETRRRYRYYRTTYYEEETETRRp2||||||", "||||||||jj+yt7q7uyyyyyyyyyyyyyyyyyytr7ryyyyyyAmmmS]](7w5`]][][[]][][]]][]]][`iZ`]]][]'bmmNVVl99vVVBBVBBBBBVBBBBBBBBBB99vBBVVCmmmbPPIU&%IPPPPPPPPPPPPPPPPPPPPQ$&UPPPPIbmmZERD$$KREETD$$TYRRT$88$TTEEETERRr,||||||", "||||||||++#u6qqweuyyyyyyyyyyyyyyyyt5wwq7yyyyy|||||['8wqq6`]]]]]]][][][]]]][Zewq8!]]]]]|||cVv6qwq9VVVBBBBBBBBBVBBBBBl5www5BBBB||||PP4qww6UPPPPPPPPPPPPPPPPPPjewwq%PPPI||||EiAAAA!(~Zqeq6DTTiwqwqiTFFFWYY~r,<|||||", "|||||||||$.pqq8qw7yyyyyyyyyyyyyyyy7wwwwqryyyy|||||[4ww8ewi]]]][]]]]]]]]]]]_qeqwqe]]]])|||NV5wqqewvVVBVBBBVBBBBBVBVV9qqqqw9VVB||||PUqqwqq9PPPPPPPPPPPPPPPPPP8qwwwqIPPP||||U8e66e6~~AAAAAA(LzwwwqwDFFFTTULi<<3||||", "|||||||||||8qq 5q5||||||||||||||||ee6 qw4||||||||||6q5 5q5||||||||||||||||$ww.4qe||||||||||qq4.qw4|||||||||||||||||6w8 qq8||||||||#ww.4qq||||||||||||||||||qw4.ww||||||||#wq Xwq||qw .wq||ww#%AA^FFF|5we||||||||", "|||||||||||7qq.eq5||||||||||||||||eqq 8q5||||||||||4q8.qw5|||||||||||||||||eq.#we||||||||||qq..ww4|||||||||||||||||5w8 wq6||||||||4qw iqq||||||||||||||||||wq..wq||||||||#wq#8ww||qw48qe||wq44we|FFF$5 64|||||||", "||||||||||||qqqqw|||||||||||||||||4wwwqq||||||||||||qqwqe||||||||||||||||||eqqwq8||||||||||6qwwqw||||||||||||||||||4wqwqq4|||||||||qwwww8||||||||||||||||||8qwwqe|||||||||qqqqw5||qqwqq8||5wqew5|FFF|q#q||||||||", "|||||||||||||6w8|||||||||||||||||||4www4|||||||||||||6q6||||||||||||||||||||ewq6||||||||||||6qwq||||||||||||||||||||4wqw4||||||||||#eqw5||||||||||||||||||||8www||||||||||#qqw8||||qww6||||4qw4|||||||4#||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/Pixmaps/make.inc0000644000175000017500000000430014140766434013444 00000000000000# -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# EXTRA_DIST = \ make.inc \ AltSanta1.xpm \ AltSanta2.xpm \ AltSanta3.xpm \ AltSanta4.xpm \ AltSantaRudolf1.xpm \ AltSantaRudolf2.xpm \ AltSantaRudolf3.xpm \ AltSantaRudolf4.xpm \ BigSanta1.xpm \ BigSanta2.xpm \ BigSanta3.xpm \ BigSanta4.xpm \ BigSanta81.xpm \ BigSanta82.xpm \ BigSanta83.xpm \ BigSanta84.xpm \ BigSantaRudolf1.xpm \ BigSantaRudolf2.xpm \ BigSantaRudolf3.xpm \ BigSantaRudolf4.xpm \ BigSantaRudolf81.xpm \ BigSantaRudolf82.xpm \ BigSantaRudolf83.xpm \ BigSantaRudolf84.xpm \ bird1.xpm \ bird2.xpm \ bird3.xpm \ bird4.xpm \ bird5.xpm \ bird6.xpm \ bird7.xpm \ bird8.xpm \ birdd1.xpm \ birdd2.xpm \ birdd3.xpm \ birdd4.xpm \ birdd5.xpm \ birdd6.xpm \ birdd7.xpm \ birdd8.xpm \ birdl1.xpm \ birdl2.xpm \ birdl3.xpm \ birdl4.xpm \ birdl5.xpm \ birdl6.xpm \ birdl7.xpm \ birdl8.xpm \ eland.xpm \ flake0.xpm \ flake1.xpm \ flake2.xpm \ flake3.xpm \ flake4.xpm \ flake5.xpm \ flake6.xpm \ huis4.xpm \ MediumSanta1.xpm \ MediumSanta2.xpm \ MediumSanta3.xpm \ MediumSanta4.xpm \ MediumSantaRudolf1.xpm \ MediumSantaRudolf2.xpm \ MediumSantaRudolf3.xpm \ MediumSantaRudolf4.xpm \ moon1.xpm \ polarbear.xpm \ RegularSanta1.xpm \ RegularSanta2.xpm \ RegularSanta3.xpm \ RegularSanta4.xpm \ RegularSantaRudolf1.xpm \ RegularSantaRudolf2.xpm \ RegularSantaRudolf3.xpm \ RegularSantaRudolf4.xpm \ rendier.xpm \ snowtree.xpm \ star.xbm \ tannenbaum.xpm \ tree-1_100px.xpm \ tree.xpm \ xsnow.svg \ xsnow.xpm xsnow-3.3.2/src/Pixmaps/xsnow.xpm0000644000175000017500000041364114140766434013754 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *xsnow_xpm[] = { /* columns rows colors chars-per-pixel */ "256 256 255 2 ", " c #25070A", ". c #31170E", "X c #3E2814", "o c #333333", "O c #372F2B", "+ c #521E00", "@ c #7C0101", "# c #730505", "$ c #6C0606", "% c #562402", "& c #55330C", "* c #7F3100", "= c #7B370C", "- c #723308", "; c #483E37", ": c #453D36", "> c #4F382B", ", c #68352F", "< c #327E00", "1 c #455903", "2 c #734D13", "3 c #526201", "4 c #7E6605", "5 c #6E4D31", "6 c #726E2A", "7 c #524830", "8 c #6C5353", "9 c #735A51", "0 c #6E4F47", "q c #7C7876", "w c #776653", "e c #800000", "r c #800C0C", "t c #8A1B19", "y c #AA0000", "u c #A90806", "i c #B30000", "p c #BC0000", "a c #A91510", "s c #803300", "d c #843A0B", "f c #8D2A13", "g c #B0210B", "h c #A4300F", "j c #B42F2E", "k c #903C33", "l c #C30000", "z c #CB0000", "x c #D20000", "c c #DC0000", "v c #D90F0F", "b c #E40000", "n c #EB0000", "m c #EA0F0F", "M c #F40000", "N c #FF0000", "B c #FC0C0C", "V c #FC1616", "C c #F50E11", "Z c #D63D13", "A c #D42D00", "S c #F33C23", "D c #FB2D2D", "F c #8E4B19", "G c #B44B18", "H c #A4531B", "J c #A24917", "K c #806600", "L c #866C07", "P c #90761A", "I c #975834", "U c #967628", "Y c #A5732C", "T c #AB5B1E", "R c #AE4E4C", "E c #AA7454", "W c #B05764", "Q c #AC5B69", "! c #937873", "~ c #B37169", "^ c #8D684C", "/ c #D35F5F", "( c #C55151", ") c #F55051", "_ c #F35E60", "` c #D06D6D", "' c #FC7171", "] c #D1615D", "[ c #D64D21", "{ c #338000", "} c #3B8206", "| c #36990B", " . c #00AA00", ".. c #0BAC07", "X. c #16AA06", "o. c #18B217", "O. c #38A504", "+. c #2AAB0B", "@. c #30B92A", "#. c #2EB82B", "$. c #4A8412", "%. c #4EAD13", "&. c #6E8B31", "*. c #66A61E", "=. c #11D701", "-. c #0FD700", ";. c #00FF00", ":. c #17F40B", ">. c #0CED00", ",. c #06E322", "<. c #26E515", "1. c #53CD00", "2. c #55D400", "3. c #65D527", "4. c #00B649", "5. c #3F9D4A", "6. c #51C24C", "7. c #65C958", "8. c #79CD56", "9. c #74DA6E", "0. c #5FAD48", "q. c #9F882C", "w. c #9A8629", "e. c #838530", "r. c #958934", "t. c #A0892C", "y. c #A58B2C", "u. c #AB922F", "i. c #A5942D", "p. c #B69B37", "a. c #AD9536", "s. c #95A92F", "d. c #BBA834", "f. c #B6A730", "g. c #8A8800", "h. c #C5A134", "j. c #C7AA36", "k. c #C8AB37", "l. c #CAAC3A", "z. c #C5AA3A", "x. c #C9B139", "c. c #C69F33", "v. c #90924E", "b. c #BDA644", "n. c #B3A65A", "m. c #B6936E", "M. c #A19C5E", "N. c #CEB34D", "B. c #CCB770", "V. c #CA9971", "C. c #C5D646", "Z. c #C8E24C", "A. c #DEFF55", "S. c #DCF856", "D. c #D9EF50", "F. c #E0FF56", "G. c #D8C475", "H. c #E0FE67", "J. c #91DD62", "K. c #636CA2", "L. c #0001FF", "P. c #0309FC", "I. c #0018FF", "U. c #2A2AFF", "Y. c #2726FF", "T. c #2A37FC", "R. c #2C22DC", "E. c #2748ED", "W. c #1B64FF", "Q. c #0069FF", "!. c #2A7FFF", "~. c #277EFF", "^. c #3171ED", "/. c #0047FF", "(. c #4847D7", "). c #5350F3", "_. c #7672EC", "`. c #626ED5", "'. c #3F2FCA", "]. c #956E81", "[. c #90748A", "{. c #2C8CB5", "}. c #309AA2", "|. c #7F8082", " X c #7482B9", ".X c #48A295", "XX c #2884FF", "oX c #3487FD", "OX c #388FED", "+X c #00B5FF", "@X c #0C93FF", "#X c #5D9BF4", "$X c #4E8DF8", "%X c #689BF1", "&X c #29D2DC", "*X c #2AEFD9", "=X c #01CDFF", "-X c #03C5FF", ";X c #00D1FF", ":X c #31CEEC", ">X c #4BD5C8", ",X c #808080", " 2 t.t.t.t.t.t.t.t.H y y y y y y y y y y y p N N N N N N N N N N N N N N N N N N N M c p i y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXp y y y y y y y y y y p IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . . .#.tXKXtX#. . .rXJXJXJX6.#.mXBXDXDXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . ...{.!.!.!.!.!.!.XXW.L.L.L.L.L.L.L.I./.I.%XCXzXlXlX).L.L.L.L.P.4.;.;.;.;.;.O.s s s s s F bXvXxXvX3Xs s s s * F * = 9 M.|.,X,X,X,XK.M.K.^ F U y.q.t.t.t.t.t.Y u y y y y y y y y y y p N N N N N N N N N N N N N N N N N N N N N N M n c x z p i y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXp y y y y y y y y y y i a IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . .o.rXHXHXHXCX9.#.rXJXJXJX#.@.MXJXHXJXFXNXMXNXNX7. . . . . . . . . . . . . . . . . . . . . ...{.!.!.!.!.!.!.oXW.P.P./.Q.Q.Q.Q.+X+X+X+X:XfXlXlX).L.L.L.P.P.4.;.;.;.;.;.O.s s s s s F uXzXvXvX8X* * * * * * * = k K.! ,X,X,X,XM.K.[.~ ^ U y.y.t.t.t.t.t.Y u u y y y y y y y y y l N N N N N N N N N N N N N N N N N N N N N N N N N N N M M n c p y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXdXFXFXFXFX3Xu y y y y y y y y y y y u , ; : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . ...6.rXJXHXHXHXrXKXHXJXFXtXrXHXJXJXJXJXBXNXNXNX7. . . . . . . . . . . . . . . . . . . . . . .{.!.!.!.!.!.!.XXW.I./.+X;X;X=X=X=X-X+X-X=X:XCXzX).L.L.L.L.P.4.;.;.;.;.;.1.I R I I I E kXvXvXvX8XI I Y I I I I I ^ ,X,X,X,X|.|.K.! ~ ! q U i.t.t.t.t.q.q.w.h y y y y y y y y y y l N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M c l y y y y y y y y y y y y y y y y IXIXIXIXIXIXsXFXHXHXHXZXW y y y y y y y y y y y y u t , ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . . . ...6.nXHXHXHXHXHXHXJXJXHXHXJXFXDXNXMXNXNXNX7. . . . . . . . . . . . . . . . . . . . . ...{.!.!.!.!.!.!.XXW.Q.+X+X+X=X=X=X=X@X/.@X=X:XCXzX).L.L.L.L.P.4.;.;.;.;.;.9.xXkXbXxXxXxXxXvXxXvXvXvXxXxXcXzXxXxXxXdXM.,X,X,X|.|.M.~ ! [.q v.w.t.q.t.t.t.q.w.J u y y y y y y y y y l N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M x p i y y y y y y y y y y y y IXIXIXIXIXIXsXHXHXHXHXHX9Xa y y y y y y y y y y y y y u , ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . . . . . .o.9.nXHXHXHXHXHXHXHXJXDXNXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . . .{.~.~.!.!.!.!.!.W.I.I.I.I.Y.W.-X=X-X+X;X;XPXCXlX).P.L.L.L.P.4.;.;.;.;.;.9.vXvXvXxXvXxXxXxXxXxXvXxXZXFXSXSXxXxXvXjX! q |.K.M.[.Q ! ,X,X,X! r.r.t.t.t.t.t.t.T u y y y y y y y y y l N N N N N N N N N M n N N N N N N N N N N N N N N N N N N N N N N N N N M M b c x z p p i y y y y y y IXIXIXIXIXsXFXGXHXHXHXSXj y y y y y y y y y y y y y i IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . . . . . . ...5.nXHXHXHXHXHXJXDXMXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . ...{.!.~.!.!.!.!.XXW.L.P.L.L.L.W.=X=X=X=X;XPXnXCXlX).L.L.L.L.P.4.;.;.;.;.;.9.vXvXvXvXvXvXxXxXvXxXxXvXGXHXJXSXxXvXvX9X9 ,X|.|.! Q ! [.,X,X,Xv.r.t.t.t.t.t.t.t.Y u y y y y y y y y y l N N N N N N N N N b i b N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M M b c x z p p p IXIXIXN 7XFXHXJXHXHXHX].y y y y y y y y y y y y y i IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXX. . . . . . . . . . .....6.rXHXHXHXHXHXHXJXGXDXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . . . .{.!.!.@XXX~.XX!.W.P.L.L.L.P.W.=X=X=X=X;XPXlXCXcX).L.L.L.L.P.4.;.;.;.;.;.3.~ ~ E ~ E m.~ uXAX3X~ m.zXHXHX9XE ~ 8X8X& q [.! ~ ]. ; IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIX+. . . . . . ...7.nXJXHXHXHXtX6.nXHXJXKX#.6.KXHXHXHXHXJXBXMXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.%.s s s s s s d E AXHXHXJXJXHXHXzXFXHXHXAX! & > q K.M.,X,X,X,X|.|.w w.t.t.t.t.t.t.w.w.a y y y y y y y y y l M N N N N N N N N N N N N M z i l n N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M eXHXJXHXHXzXa y y i i p p p l l t , ; ; ; ; IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXk.k.k.k.k.s.O... . . . .o.rXHXHXHXrX6...o.nXHXHXKX#.@.mXBXDXHXHXDXNXMXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].;X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.O.s s s s s s = * I uXHXHXHXHXHXHXHXHXjXI + + + 5 q K.,X[.,X,X,X,X5 L t.t.t.t.t.t.q.q.h y y y y y y y y y y c N N N N N N N N N N N N N N n l i b M M M M M N N N N N N N N M M N N N N N N N N N N N N N N N N N N N N N N M eXHXHXHXHXAXj p l IXIXIXIXIXIXIXIX; ; ; ; ; ; IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXk.k.k.k.k.k.l.d.+. . . . . .o.9.nX9.o... .o.nXHXHXKX#.o.mXNXNXDXBXBXMXMXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N [.=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.| s s s s s s * s s F 8XZXHXHXHXHXGX8XF - + % % + 5 q |.,X,X,X,Xq & 2 t.t.t.t.t.t.r.i.T y y y y y y y y y y i M N N N N N N N N N N N N N N M x i p p p p l z x x c M N N M x l n N N N N N N N N N N N N N N N N N N N N N M ) CXHXHXFXZXIXIXIXIXIXIXIXIXIXIXIXIX; ; ; ; ; ; IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXk.k.k.k.k.k.k.k.x.s... . . . . ...o. . . . .o.nXHXHXZX#.@.mXNXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.$.s s s s s s s s s * F uXHXHXJXJXzXI * - + + + + + 7 w |.|.|.K.5 + 2 w.q.q.q.q.q.t.t.U a y y y y y y y y y y z N N N N N N N N N N N N N N N N M n n b n x z z z p p z x i p x n N N N N N N N N N N N N N N N N N N N N N N M ) lXCXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX; ; ; ; ; ; IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXk.k.k.k.k.k.k.k.k.k.+. . . . . . . . . . . ...tXrXtXtXo.@.mXMXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X=X=X=X=XQ N N N N N N N N N N Z :.;.;.;.O.s s * s s * s * * I uXJXHXHXJXJXJXbXI K w.w.e.w.w.U 6 w M.M.n.w.w.e.i.q.q.q.q.q.t.t.y.h y y y y y y y y y y i b N N N N N N N N N N N N N N N N N N N N N N N N M c z l c M N N N N N N N N N N N N N N N N N N N N N N N N M M IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX; ; : : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXIXk.k.k.k.k.k.k.k.k.k.%. . . . . . . . . . . . . . . . . .@.mXNXMXMXMXNXMXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.O.s s s s s s * s E zXHXHXHXHXJXHXHXHXAXyXF.F.F.A.A.Z.& &.F.A.A.A.A.d.i.q.q.q.t.t.t.t.T y y y y y y y y y y y i b N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M x IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX: : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXIXk.k.k.k.k.k.k.k.k.k.%. . . . . . . . . . . . . . . . . .@.mXNXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.O.s s s s s * F m.ZXHXHXGXFXHXFXuXAXHXHXFXpXH.A.A.A.Z.X e.F.A.A.A.A.C.q.q.y.q.t.t.t.t.U a y y y y y y y y y y y i b N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M z y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX; : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXk.k.k.k.k.k.k.k.k.k.j.O. . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X=X=X=X=XW N M N M M N n M M N Z :.;.;.;.O.s s s s s I 9XHXHXHXzXm.zXHXJXE I jXHXHXHXMXH.A.A.Z.X P F.A.A.A.A.Z.y.q.q.t.t.t.t.t.t.h y y y y y y y y y y y y y x N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M b p y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXk.k.k.k.k.k.k.k.k.k.j.+. . . . . . . . . . . . . . . . . .@.mXMXMXMXNXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].;X=X=X=X=XQ D ) ) ) ) ) ) D N N Z :.;.;.;.O.s s s * s m.HXHXHXuXI d zXHXJXE = F 8XFXJXpXS.A.A.Z.X e.F.A.A.A.A.Z.P q.q.t.t.t.t.t.t.P u y y y y y y y y y y y y y z M N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M x p y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", "IXIXIXk.k.k.k.k.k.k.k.k.l.f.X. . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XQ _ 4X4X4X' 4X4X_ N N Z :.;.;.;.O.s s s * s F 8XFX8XF * F vXHXFXE * * F V.pXA.A.A.A.Z.X &.F.A.A.A.A.C.2 U t.t.t.t.t.t.t.w.g y y y y y y y y y y y y y y p n N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M z y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXr.r.r.Y r.U U 7 IXIXIXIX; ; ; ; ; ", "IXIXIXk.k.k.k.k.k.k.k.k.x.s... . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXNXNXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X-X=X=X;XQ _ 4X4X4X4X4X4X_ N N Z :.;.;.;.O.s s s * * * F I s s s F CXHXFXE * * * w.A.A.A.A.A.Z.X &.A.A.A.A.A.C.- P t.t.t.t.t.t.t.t.H y y y y y y y y y y y y y y y y x M N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N n l y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.l.k.l.x.N.z.IXIXIXIXIXIXIXIXIXIX", "IXIXIXk.k.k.k.k.k.k.k.k.x.s... . . . . . . . . . . . . . . . . .@.nXNXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].;X=X=X=X=XQ _ 4X4X4X' 4X4X_ M N Z :.;.;.;.O.* = f - = d = = 2 2 = F lXFXFXQ - - - r.F.A.A.A.A.Z.X &.F.A.A.A.A.C.& F i.t.t.t.t.t.t.t.U a y y y y y y y y y y y y y y y y i x n N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N c y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXIXk.k.k.k.k.k.k.k.k.x.*. . . . . . . . . . . . . . . . . . .@.mXNXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XQ _ 4X4X4X4X4X4X) N N Z :.;.;.;.>.=.'.'.'.'.}.>X}.}.>X>X{.).).).(.'.'.'.|.F.A.A.A.A.Z.X U F.A.A.A.A.C.& - w.t.t.t.t.t.t.t.q.h y y y y y y y y y y y y y y y y y y i l c M N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N M n c i y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXIXk.k.k.k.k.k.k.k.k.k.*. . . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].;X=X=X=X=XQ _ 4X4X4X' 4X4X_ M N Z :.;.;.;.;.,.E.U.U.U.^.&X*X*X*X*X^.Y.Y.Y.Y.Y.Y.Y. XS.S.A.A.A.Z.& &.F.A.A.A.F.C.% % P t.t.t.t.t.t.q.q.P u y y y y y y y y y y y y y y y y y y y y i z n M N N N N N N N N N N N N N N N N N N N N N M b b c x z p i y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXIXk.k.k.k.k.k.k.k.k.k.%. . . . . . . . . . . . . . . . . . .@.mXNXMXMXMXMXMXNXBX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XQ _ 4X4X4X4X4X4X_ M N Z :.;.;.;.;.,.E.U.U.U.U.T.T.E.*X*XT.Y.Y.U.U.U.Y.Y. XA.S.A.A.A.Z.X e.F.A.A.A.F.C.& + 2 t.t.t.t.t.t.w.i.q.h y y y y y y y y y y y y y y y y y y y y y y i l z x b M M N N N N N N N N N N N M b x z z i y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.j.+. . . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXMXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XQ _ 4X4X4X' 4X4X) N N Z :.;.;.;.;.,.R.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y.`.F.S.A.A.A.Z.X &.F.F.F.H.F.C.& + % U q.t.t.t.t.t.t.q.Y y y y y y y y y y y y y y y y y y y y y y y y y y y y i p l l z z x x x z z z p i y y y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.f.+. . . . . . . . . . . . . . . . . . .@.mXBXMXMXMXMXMXMXNX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X-X=X=X-XQ _ 4X4X4X5X4X5X_ M N Z :.;.;.;.;.,.E.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y.K.P 6 6 6 6 6 . 7 6 6 6 6 6 6 % + + 2 q.t.t.t.t.t.t.y.w.h y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.f... . . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXNXNXNX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].;X=X=X=X=XQ ) _ _ _ _ _ _ ) N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.W.*X&XE.U.U.U.U.U.U.U.K.. . - I k 2 U y.t.t.t.t.t.t.y.Y u y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y i y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.N.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.s... . . . . . . . . . . . . . . . . . .@.mXBXMXMXMXMXMXNXBX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ! =X=X=X=X=XW N M N M N M M M N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.U.K.s.v.s.s.s.r.. 5 s.s.s.a.s.R ] / / / E y.t.t.t.t.t.t.t.w.J y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y R 3X` ( u y y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.z.z.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.s..... . . . . . . . . . . . . . . . . .@.mXMXMXMXMXMXMXMXBX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.E.R.U.U.U.U.U.E.*X&XE.U.U.U.U.U.U.U. XF.F.A.A.A.Z.X e.F.F.F.F.N./ / / / ] ] Y q.t.t.t.t.t.t.t.Y g y y y y y y y y y y y y y y y y y y y y y y y y y y y y y y i y y y 7XHXHX9Xu y y i u y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.j.l.j.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXk.k.k.k.k.k.k.k.k.k.f.s.s.*.%.O.+.X... . . . . . . . . . . .@.mXMXMXMXMXMXMXMXMX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.T.U.U.U.U.U.U.E.*X:XT.U.U.U.U.U.U.U. XF.F.A.A.A.Z.X e.F.F.F.F.V./ / / ] / / E r.t.t.t.t.t.t.t.q.H u y y y y y y y y y y y y y y y y y y y y y y y y y y y y j 3Xj y y 3XHXHXeXy y u j a y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.x.j.f.f.s.s.*.%.+.+.X. . . . . .@.nXMXMXMXMXBXBXMXMX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].;X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.>.E.U.U.U.U.U.U.E.*X&XE.U.U.U.U.U.U.Y. XF.F.A.A.A.Z.X e.F.F.F.A.N./ / / / / / F U t.t.t.t.t.t.t.t.w.h u y y y y y y y y y y y y y y y y y y y y y y y y y y j jXHXxXR y 3XHXHX9Xy a 3XAX` a y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.x.k.l.l.k.k.x.f.f.s.s.*.%.+.@.pXMXMXMXBXBXBXMXMX7. . . . . . . . . . . . . . . . . . . . . .G N N N N N N N N N N N N N N ].=X-X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.W.*X&XT.U.U.U.U.U.U.Y. XF.F.A.A.A.Z.X e.F.A.F.A.D.V./ / / ] R % 2 y.t.t.t.t.q.t.t.q.U g y y y y y y y y y y y y y y y y y y y y y y y y y y ] FXHXHXSX3XeXHXHXeXj wXJXHXGX/ y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.x.k.k.k.k.l.k.j.x.C.B.G.yXaXpXpXmXMX7. . . . . . . . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].;X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.R.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y. XA.A.A.A.A.Z.X e.A.A.A.A.A.C.I R R 0 : O O U w.t.t.t.t.t.t.t.t.P u y y y y y y y y y y y y y y y y y y y y y y y y y u / vXHXHXJXSXHXHXzXxXHXGXHXeXj y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.k.h.k.k.l.x.N.G.s.*.%.+.X..... . . . . . . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y. XA.A.A.A.A.Z.X e.A.A.A.A.A.C.% O O o o O o 7 r.t.q.t.t.t.t.t.t.t.H u y y y y y y y y y y y y y y y y y y y y y y y y y y j wXHXHXHXHXHXHXHXHXSX3Xa y y y y y y y y y y y y y i y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.j.k.k.j.f.s.s.*.%.+... . . . . . . . . . . .G N N N N N N N N N N N N N N ].;X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y. XA.A.A.A.A.Z.X e.F.A.A.A.A.C.> o o o o o o o 6 y.q.t.t.t.t.t.t.t.q.J y y y y y i y y y y y y y y y y y y y y y y y y y y y a 3XZXHXHXHXHXHXxX( u y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.j.k.k.IXIXIXIXIXIXIXIXIX", "IXk.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.l.h.l.x.x.x.s.X. . . . . . . . . ...G N N N N N N N N N N N N N N ].=X=X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.E.U.U.U.U.U.U.E.*X&XT.U.U.U.U.U.U.Y. XA.A.A.A.A.Z.X e.A.A.A.A.A.C.o o o o o o o o o U q.t.q.t.t.t.t.t.t.q.d u y y y y y y y y y y y y y y y y y y y y y y y y y y u 7XHXHXHXHXSX( y y y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.s... . . . . . . . ...G N N N N N N N N N N N N N N ].=X-X=X=X=XW N N N N N N N N N N Z :.;.;.;.;.,.R.U.U.Y.Y.Y.U.T.*X&XT.U.U.U.U.Y.U.Y. XA.A.A.A.F.Z.X e.A.A.A.A.A.C.> o o o o o o o O & w.t.t.t.t.t.t.t.t.t.w.h u y y y y y y y y y y y y y y y y y y y y y y y y a ` SXHXHXHXJXJXbXR i y y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.l.IXIXIXIXIXIXIXIXIX", "IXu.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.x.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.O. . . . . . . . . .G N N N N N N N N N N N N N N ].=X-X=X=X=XW N N N N N N N N N M Z :.;.;.;.;.,.E.U.U.Y.Y.Y.Y.E.*X&XT.U.Y.U.Y.Y.Y.Y. XA.A.A.A.A.Z.X e.A.A.A.A.A.C.& O o o o o o O & % 2 q.t.t.t.t.t.t.t.t.t.q.J y y y y y y y y y y y y y y y y y y y y y y u a 7XGXHXHXGXHXHXJXHXSX` u y y y y y y y y y y y y y y y y y y y y y y y y IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.j.IXIXIXIXIXIXIXIXIX", "IXy.p.k.k.k.k.k.k.k.k.k.k.k.k.k.j.d.d.d.j.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.j.k.*.+.+.+.+.+.+.+.+.+.Y S S S S S S S S S S S S S S m.&X&X&X&X&X~ S S S S S S S S S S [ <.:.:.<.:.<.(.(.(.(.(.(.(.`.>X>X(.(.'.(.(.(.(.(. + e.S.D.D.D.D.C.2 - 7 7 7 7 7 & = - 2 U u.y.y.y.y.u.y.u.y.i.y.H g g g g g g g g g g g g g g g g g g g g g ( wXHXHXHXGXHXHXvXNXHXHXJXeXj g g g g g g g g g g g g g g g g g g g g g g g g IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.j.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXy.y.a.j.k.k.k.k.k.k.k.k.k.k.k.k.k.x.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.k.d.d.f.d.d.d.f.d.d.z.l.l.l.N.l.l.z.l.l.N.k.z.z.N.b.b.b.d.b.b.z.l.l.l.l.k.N.l.x.l.x.x.x.x.d.f.j.f.N.l.b.b.b.b.b.b.z.b.b.b.N.b.b.b.p.n.b.x.x.x.x.l.l.c.f.z.x.x.x.x.x.k.d.d.h.f.p.d.h.h.d.h.d.h.j.j.j.z.j.j.j.j.j.z.z.j.h.c.c.h.h.h.c.c.h.h.c.c.h.c.c.h.c.c.h.z.G.AXJXHXGXiXMXHXHXiXB.mXHXHXHXxXN.c.c.h.h.h.h.c.c.h.h.h.c.c.h.c.c.c.h.h.c.c.h.c.j.k.k.k.k.k.k.k.k.j.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXt.t.t.i.f.j.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.x.k.x.x.l.l.l.l.k.k.k.k.k.k.k.k.j.k.k.k.z.j.j.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.x.x.x.k.k.k.k.k.k.k.k.k.h.j.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.j.k.k.k.k.l.j.j.k.k.k.k.k.k.k.k.k.x.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.l.k.k.l.k.k.k.k.k.k.k.k.B.DXHXHXDXyXx.iXHXHXiXj.N.iXGXHXMXN.k.k.l.l.k.k.k.k.k.k.l.k.k.k.k.k.l.k.l.k.k.k.l.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXt.t.t.q.q.a.h.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.j.x.x.yXVXxXaXl.j.k.k.k.k.k.k.k.k.k.k.k.k.j.j.k.k.k.k.k.k.k.k.k.k.z.k.k.k.k.k.k.k.x.x.k.k.k.k.k.k.k.k.k.k.l.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.l.k.k.k.k.k.k.k.k.k.k.x.z.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.N.iXJXMXB.k.l.pXHXHXaXk.h.N.yXmXB.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXt.t.t.q.q.q.y.u.h.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.j.k.k.k.k.k.j.j.k.k.k.k.j.j.k.k.k.k.N.j.k.k.aXHXHXmXz.x.k.l.k.k.k.k.k.k.k.k.l.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.j.k.k.k.k.k.l.j.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.l.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.yXN.k.k.l.pXHXHXiXj.j.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXt.t.y.q.q.q.q.y.u.f.h.j.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.z.j.j.j.l.z.l.z.x.x.l.k.k.j.j.j.j.j.k.j.z.j.j.j.G.MXG.k.j.iXHXHXpXx.x.N.yXN.k.j.k.j.k.j.k.k.j.k.j.k.j.k.j.k.k.j.k.j.k.j.k.k.k.j.k.j.k.k.k.k.k.j.k.k.k.k.k.j.j.j.k.j.j.j.k.k.k.k.k.j.j.j.j.j.j.j.l.j.k.k.k.j.k.j.k.k.j.k.j.k.j.k.k.j.k.j.k.j.k.k.j.j.j.k.j.j.j.j.j.j.j.j.j.j.j.j.j.j.j.k.k.k.k.j.j.k.k.k.k.k.k.k.k.k.k.l.h.l.mXHXHXaXj.j.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.j.k.k.j.k.j.k.j.k.j.j.l.j.k.j.k.j.j.k.j.l.j.j.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIX", "IXIXt.t.t.t.t.t.t.q.q.q.t.y.u.p.p.d.h.j.j.j.j.j.j.j.d.a.i.i.i.i.u.a.a.a.p.a.a.a.a.a.a.i.i.i.i.i.i.i.i.i.B.KXHXFXaXa.uXHXHXuXi.n.mXHXmXb.i.u.u.u.a.y.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y.u.u.u.u.u.y.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y.u.u.u.u.u.u.u.u.u.u.u.u.u.u.y.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.n.B.B.M.a.u.u.u.u.i.a.u.a.u.u.u.u.u.a.u.a.u.u.u.u.u.u.u.u.u.u.u.u.u.u.i.a.u.u.u.u.u.u.u.u.u.u.u.u.u.a.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIX", "IXIXIXt.t.t.t.t.t.t.t.t.t.t.t.t.t.t.y.y.i.u.u.u.u.u.t.q.t.w.w.y.t.t.t.t.t.t.t.t.t.t.t.t.q.q.q.q.t.q.q.q.n.VXHXJXGXmXuXHXHXmXB.ZXHXHXJX8Xw.q.q.q.q.q.q.q.q.q.q.q.q.q.q.t.q.q.q.q.q.t.q.q.q.q.q.t.t.w.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.w.t.t.t.t.t.t.t.w.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.q.q.q.t.q.q.q.q.q.q.q.q.t.t.t.t.q.q.t.w.t.t.t.w.t.t.t.t.t.t.q.q.t.q.q.q.q.q.t.q.t.t.q.w.w.t.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.t.q.q.t.t.t.t.t.q.q.q.q.q.q.q.q.t.t.q.q.q.q.q.t.q.q.q.q.q.u.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIX", "IXIXIXt.t.t.t.t.t.t.t.t.t.t.t.t.q.q.q.q.q.q.q.q.q.q.q.t.t.t.t.t.t.t.t.w.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.w.n.uXHXHXHXHXHXHXKXFXHXHXFX8Xt.q.t.q.q.y.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.q.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.y.q.q.q.q.y.t.q.q.q.q.y.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.q.q.q.q.q.u.l.k.k.k.k.k.k.j.a.IXIXIXIXIXIXIXIXIX", "IXIXIXIXt.t.t.t.t.t.t.t.t.t.t.t.y.q.q.q.t.t.t.t.q.q.t.t.t.t.t.t.t.t.t.y.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.w.q.r.yXFXHXHXHXJXHXHXHXVXn.i.q.t.t.t.q.q.t.t.q.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.w.y.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.q.q.q.q.t.t.q.q.q.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.y.q.y.f.l.k.k.k.k.k.k.h.u.IXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXt.t.t.t.t.t.t.t.t.t.q.q.q.q.y.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.n.VXHXHXHXHXHXuXp.w.q.q.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.q.t.t.t.t.t.q.q.t.t.t.q.t.t.q.y.q.q.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.i.q.q.q.t.h.k.k.k.k.k.k.k.f.t.IXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXt.t.t.t.t.t.t.t.t.q.q.q.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.t.t.t.t.t.t.t.t.i.uXHXHXJXHXFXB.t.q.q.y.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.y.y.t.t.t.t.q.q.q.t.q.q.t.t.q.q.q.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.q.q.a.j.k.k.k.k.k.k.k.p.IXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXt.t.t.t.t.t.q.y.q.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.y.t.t.y.y.w.a.uXHXHXHXHXHXHXFXyXv.w.y.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.q.t.t.t.t.t.t.t.t.t.t.t.w.y.t.t.y.t.t.y.y.i.t.t.t.t.i.q.t.t.w.t.i.q.q.q.i.q.q.t.q.q.t.t.q.y.t.r.t.t.t.t.q.y.t.t.t.r.t.i.t.t.t.t.t.t.q.q.q.q.a.k.k.k.k.k.k.k.j.p.IXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXt.q.q.q.q.q.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.U P w.P P P P n.VXHXHXHXHXJXHXHXHXHXuXn.q.q.t.t.q.t.t.t.t.t.t.y.y.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.t.t.t.t.t.t.q.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.q.q.y.w.w.w.P P P P P P H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H U t.t.t.t.q.q.q.y.h.k.k.k.k.k.k.k.j.IXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK 4 K K 4 4 m.KXHXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K u y y y y y y y y y y y y y y u y y y y y y y y y u y y y y y y y u u a a j k IXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K 4 P yXFXHXHXHXIXHXHXHXHXIXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K f j j R W 3X3X~ R j j k j j j W R R R R j a a a a a a a a a a a a R 9XlXgXAXZXJXCXdXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K 4 t.VXHXHXHXIXIXHXHXHXHXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K 4 L 8XCXZXJXFXHXHXHXFXAXlXAXAXAXFXHXHXJXJXZXCXjXjXjXjXjXjXjXbXjXjXjXCXFXHXHXHXHXHXHXHXZXIXIXIXIXIXk.k.k.l.j.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K 4 M.VXuXIXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K 4 L mXHXHXHXJXJXHXHXGXHXHXJXHXHXHXHXHXHXHXHXJXHXHXHXHXHXHXJXHXHXHXHXHXHXHXHXHXHXHXHXHXZXIXIXIXIXIXk.k.k.j.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K U L IXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K P mXJXJXJXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXZXhXhXhXsXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K 4 K IXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K 4 L zXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXHXFXZXZXhXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K 4 L uXFXFXFXFXHXHXHXHXHXHXdX1X].3XdXhXlXZXHXHXHXHXHXJXHXHXFXFXZXCXhXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXdXCXZXZXZXdXQ r @ @ # # t t k 3XdXZXHXHXHXHXZXdXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIXIXIXIXIX$ @ e e e e e @ e e @ r k ~ ].~ ~ , IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.j.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIXIXIXIX$ @ @ e e e e e e e e e e e # @ @ r e # # IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIXIXIXIX# e e e e e e e e e e e e e e e e e e e e e e # # IXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIXIX$ $ e e e e e e e e e e e e e e e e e e e e e e e e e $ IXIXIXIXIXIXIXIXk.k.k.k.j.l.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIX# e e e e e e e e e e e e e e e e e e e e e e e e e e e # IXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIXIX@ e e e e e e e e e e e e e e e e e e e e e e e e e @ @ $ IXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K IXIXIXIX$ # e e e e e e e e e e e r e e @ # # # # # @ @ @ @ $ IXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXJXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K L 5 8 8 8 8 , # # # # r e e @ e e e # # $ , , 8 0 0 0 , , IXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K 5 9 8 8 8 8 0 0 0 0 , , , , , , 0 , 8 8 8 8 8 8 8 8 8 8 IXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXIXIXIXHXHXHXIXIXIXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 0 IXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXHXHXHXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K 4 0 9 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 IXIXIXk.k.k.k.k.k.k.k.k.j.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.j.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 w ^ p.k.k.k.k.k.k.k.k.k.k.k.l.j.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K K IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXK K K K K K K 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 0 8 8 9 9 9 9 ^ ^ ^ a.a.h.k.k.k.k.l.j.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXL L L L K L L L IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXBXJXHXHXHXHXHXHXDXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXL L K L L L K 9 9 9 9 8 8 9 8 9 9 9 9 9 9 9 E a.a.p.b.d.h.z.z.l.l.l.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.l.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.k.k.j.c.c.p.c.f.f.c.f.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.z.k.k.k.k.G.GXHXHXHXHXpXN.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.h.f.d.c.p.d.p.c.d.p.p.h.p.p.p.p.p.p.p.p.p.p.p.l.l.l.l.l.k.k.j.j.l.z.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.j.j.j.k.k.j.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.N.aXJXHXHXHXHXNXB.k.j.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.k.k.k.k.x.k.l.l.l.l.l.l.x.k.k.x.l.j.l.l.l.c.k.j.l.x.l.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.N.mXHXHXHXHXHXHXHXDXyXN.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.k.k.k.k.k.k.k.k.k.k.j.l.k.k.k.k.k.k.j.l.k.k.k.k.k.k.j.l.k.k.k.k.k.k.j.l.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.j.k.G.DXHXHXHXHXHXJXSXHXHXHXpXN.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.j.j.j.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.j.k.k.k.k.l.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.z.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.N.aXGXHXHXDXpXJXHXDXG.mXGXHXHXVXB.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.x.aXiXiXG.j.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.j.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.N.iXJXHXHXNXG.G.JXHXSXN.N.aXGXHXHXiXl.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.k.k.N.BXHXHXyXj.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.l.yXDXJXpXN.l.B.JXHXDXN.k.x.G.NXiXN.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.k.l.yXaXN.k.N.BXHXHXG.j.k.N.G.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXk.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.l.mXBXN.k.x.yXHXHXGXN.k.k.l.G.N.k.k.k.k.k.k.k.k.l.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.aXGXHXmXG.N.DXHXHXyXc.G.MXDXyXl.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXHXHXHXIXIXHXJXJXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXJXJXJXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXJXJXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXJXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXHXIXIXIXHXHXHXHXIXIXIXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXIXJXHXHXHXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXJXHXHXHXHXHXJXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXJXHXHXHXHXIXHXHXHXIXIXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXIXHXHXHXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXHXHXHXIXIXIXIXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXJXHXHXJXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXJXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXIXIXIXHXHXJXIXIXIXIXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXHXHXHXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXJXHXHXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXHXHXHXJXJXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXHXJXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXHXHXHXHXIXIXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXHXHXHXHXIXIXHXHXHXHXIXIXIXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXHXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXJXJXHXHXJXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXJXHXHXHXHXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXHXJXHXJXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXHXIXHXHXHXIXIXHXHXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXHXIXIXHXHXHXIXIXIXIXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXIXIXIXIXHXJXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXHXHXHXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX", "IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX" }; xsnow-3.3.2/src/Pixmaps/birdl8.xpm0000644000175000017500000002231314140766434013752 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *birdl8_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " .............. .... ", " ..................... ", " ....................... ", " ............................ ", " .............................. ", " ........................... ", " ......................... ", " ........................ ", " ................... ", " ............. ", " ............ ", " ............ ", " ............ ", " ............ ", " ........... ", " ........... ", " .......... ", " .......... ", " ........ ", " ....... ", " ...... ", " ..... ", " .. ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/moon1.xpm0000644000175000017500000041070114140766434013621 00000000000000/* XPM */ /* Thanks to Pedro Lasta on Unsplash https://unsplash.com/photos/wCujVcf0JDw */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *moon1_xpm[] = { /* columns rows colors chars-per-pixel */ "255 256 188 2 ", " c #63583D", ". c #665D43", "X c #695D45", "o c #6C6345", "O c #666448", "+ c #6D654A", "@ c #6E6A4D", "# c #666247", "$ c #72674C", "% c #736B4E", "& c #786C4F", "* c #6C6F53", "= c #756D51", "- c #7B6E53", "; c #6F7257", ": c #767454", "> c #7C7254", ", c #7E7559", "< c #7D7B5C", "1 c #747659", "2 c #7C7E61", "3 c #817456", "4 c #847659", "5 c #857A5C", "6 c #8B7C5D", "7 c #88775B", "8 c #857D63", "9 c #8D7E61", "0 c #907F61", "q c #7D8365", "w c #7E987D", "e c #89805F", "r c #858263", "t c #8D8163", "y c #848469", "u c #8C8B6C", "i c #938465", "p c #998666", "a c #948867", "s c #998867", "d c #968669", "f c #98876C", "g c #96896A", "h c #9B8C6D", "j c #84916F", "k c #9D906F", "l c #8F8F71", "z c #9D8E71", "x c #908971", "c c #8C9272", "v c #949475", "b c #9F9071", "n c #95967A", "m c #989678", "M c #94997B", "N c #9B9C7C", "B c #A18E6E", "V c #A0906F", "C c #A08F72", "Z c #A49374", "A c #A99676", "S c #A69877", "D c #AA9877", "F c #A69678", "G c #A99778", "H c #A79879", "J c #AC9B7B", "K c #B19E7D", "L c #B09B77", "P c #9CA07D", "I c #AEA07F", "U c #B3A07F", "Y c #919B81", "T c #9A9C80", "R c #A19E80", "E c #AE9E80", "W c #B19F81", "Q c #8AA589", "! c #96A185", "~ c #9CA283", "^ c #94A489", "/ c #9CA58A", "( c #92AB8F", ") c #9EAA8D", "_ c #9DAE93", "` c #94AD90", "' c #9EB195", "] c #9EB298", "[ c #A5A383", "{ c #AFA182", "} c #AAA789", "| c #A4AB8D", " . c #ACAB8A", ".. c #AAA987", "X. c #B4A383", "o. c #B9A585", "O. c #B4A887", "+. c #BBA887", "@. c #B6A688", "#. c #B9A789", "$. c #B6A98B", "%. c #BCAA8C", "&. c #BFB08F", "*. c #AAA790", "=. c #A4AC92", "-. c #ACAF91", ";. c #B5AE90", ":. c #BEAE91", ">. c #A5B295", ",. c #ABB294", "<. c #A4B69B", "1. c #ABB59A", "2. c #A3B99D", "3. c #ACBA9E", "4. c #B5B395", "5. c #BEB193", "6. c #B3B69B", "7. c #BDB69A", "8. c #B3BA9D", "9. c #BCBA9B", "0. c #ABBDA2", "q. c #A6BCA0", "w. c #B4BDA2", "e. c #BCBDA3", "r. c #B4B5A1", "t. c #C1AD8E", "y. c #C1B08F", "u. c #C1AF91", "i. c #C4B294", "p. c #C9B596", "a. c #C9B897", "s. c #C6B699", "d. c #C9B799", "f. c #C6B99B", "g. c #CBBA9D", "h. c #D0BC9E", "j. c #C2BEA3", "k. c #CEBEA1", "l. c #D0BFA2", "z. c #ACC1A3", "x. c #ADC3AA", "c. c #B3C2A5", "v. c #BCC1A5", "b. c #B4C4AA", "n. c #BDC5AA", "m. c #BBC9AD", "M. c #BDCCB2", "N. c #C5C1A4", "B. c #CFC0A3", "V. c #C3C5AB", "C. c #CCC6AA", "Z. c #C4C9AE", "A. c #CBC9AE", "S. c #D2C2A5", "D. c #D8C4A7", "F. c #D5C5AA", "G. c #D8C7AC", "H. c #D7C8AC", "J. c #D9C9AE", "K. c #C3CBB2", "L. c #CCCCB3", "P. c #D4CDB2", "I. c #DCCCB2", "U. c #DECFB8", "Y. c #CED1B6", "T. c #C9D4BB", "R. c #D4D0B6", "E. c #DED0B6", "W. c #D5D3B9", "Q. c #DED2B9", "!. c #DAD8BF", "~. c #E0CFB5", "^. c #E0D1B7", "/. c #E2D4BB", "(. c #E5D8BF", "). c #DCD9C2", "_. c #E5D7C0", "`. c #E5DAC2", "'. c #E9DCC5", "]. c #E6DDC8", "[. c #E9DEC9", "{. c #E7E0C9", "}. c #ECE2CC", "|. c #EEE5D2", " X c #F0E6D2", ".X c #F3EDDB", "XX c #F1E9D6", "oX c None", /* pixels */ "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX' ] b.3.z.' >.b.b.b.0.>.>.>.z.<.m.x.] ( 2.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX3.>.c.n.Z.Z.R.R.R.E.P.H.H.H.H.F.H.P.E.P.J.P.J.F.H.R.R.R.R.R.Y.Y.m.m.b.z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb.1.c.Z.A.L.H.H.J.I.J.H.H.H.F.D.J.F.F.F.H.H.I.I.I.J.F.F.G.H.H.H.I.J.E./.^.E.P.H.P.P.P.L.L.m.3.( w oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX<.w.n.Z.P.I.E.J.H.J.H.J.I.F.H.F.F.F.S.S.S.S.S.D.H.P.I.I.H.F.F.H.H.F.H.J.H.H.H.D.J.D.F.H.E.I.J.H.F.F.H.P.Q.Y.L.K.T.z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXw.m.A.H.H.H.I.J.I.I.G.G.F.S.D.S.g.B.S.D.B.k.B.B.B.S.H.F.H.E.J.I.J.F.J.J.J.J.J.H.S.B.S.D.S.F.J.F.S.J.I.J.J.J.H.I.I.I.I.Q.R.R.K.0.] oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX) w.Z.P.l.g.h.h.d.k.B.F.I.I.F.S.l.l.g.g.S.H.S.B.S.J.H.F.D.S.H.S.S.H.H.I.Q.Q.I.E.E.J.F.D.S.B.B.l.l.S.H.S.S.S.H.J.J.J.H.G.P.H.H.S.J.I.I.Q.).T.M.z.Q oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX<.w.V.J.D.a.u.t.+.o.t.a.S.S.S.F.l.l.l.k.g.g.g.g.S.S.F.F.F.F.J.F.J.H.B.S.H.J.J.I.E.I.E.J.F.F.B.g.g.g.h.k.S.S.B.S.S.S.D.F.H.G.G.G.G.P.J.J.J.E.Q.Q./.(.!.W.T.K.z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX<.Z.L.A.S.g.i.t.#.W W X.y.a.g.g.s.g.g.g.g.g.k.k.k.S.D.S.S.F.S.S.D.D.S.S.D.F.J.E.H.H.D.S.B.S.S.S.F.S.g.h.h.B.h.k.S.S.S.S.F.F.J.F.k.F.G.G.I.I.H.J.I.Q.E.E.E./.Q.Q.Q.P.Y.m.] oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX^ c.K.P.G.G.k.j.i.:.:.:.:.j.B.k.k.g.B.B.g.B.S.S.k.S.k.g.k.S.S.F.F.H.H.S.S.g.h.S.D.S.S.S.F.S.S.B.S.S.B.S.B.k.a.a.l.h.S.B.B.B.S.F.J.J.S.S.F.H.G.I./.^.G.I.I.I.J.J.I.E.^.E.I.I.I.Y.Z.b.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXc.n.A.I.U.U.G.l.l.l.l.l.l.k.F.l.S.k.S.H.J.J.J.J.J.J.F.F.F.F.S.H.D.l.S.S.S.k.a.o.t.i.d.g.l.S.S.S.S.B.g.g.B.h.h.a.a.a.g.h.B.B.B.h.S.F.I.I.I.I.I.I.G.I.I.I.G.G.I.G.I.H.J.I.I.^.(./.E.I.J.R.W.M.x.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX] b.A.P.E.Q.Q.U.l.l.I.G.P.G.l.k.k.k.l.B.S.I.G.F.S.F.J.J.J.J.I.F.S.H.H.I.J.I.I.J.S.k.&.X.o.a.a.g.l.S.k.k.S.S.S.B.S.S.S.h.S.l.g.h.S.H.H.H.D.G.G.G.G.H.I.I.G.G.G.G.G.G.G.H.H.S.H.J.I.I.I./.E.J.J.J.E.R.Z.x.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX>.Z.W.W.J.I.E.I.J.l.l.U.I.l.l.l.l.k.k.k.l.F.S.S.S.S.S.g.B.S.l.S.D.S.S.l.S.S.S.D.J.D.D.H.S.S.l.l.l.g.g.B.D.F.S.S.l.B.S.S.F.B.S.B.B.B.S.D.B.l.S.S.F.l.G.G.G.I.H.F.F.G.F.F.I.I.J.S.D.J.J.J.I.I.I.E.E.J.H.F.H.R.A.b.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX' v.A.I.U.Q.I.I.I.G.G.G.F.l.l.l.k.k.k.l.l.G.P.G.F.F.F.F.S.S.g.a.a.g.h.h.l.l.l.S.h.h.h.h.h.h.l.g.S.D.H.D.S.D.H.J.F.S.S.g.k.B.S.H.S.S.h.S.B.h.g.g.h.h.h.d.l.F.F.G.F.F.G.I.G.F.l.J.I.I.I.I.H.D.H.H.H.J.I.H.J.I.I.H.S.f.f.m.z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX,.V.H.J.I.I.Q.I.I.I.H.G.F.P.k.k.k.l.l.G.J.U.G.G.l.G.I.I.P.S.F.H.k.a.g.S.S.S.g.S.l.h.p.t.t.p.h.g.a.p.p.h.S.S.g.S.D.H.F.D.D.S.S.S.B.B.S.B.B.D.S.B.h.g.a.g.a.g.l.S.F.I.H.l.l.G.G.P.l.a.H.I.J.D.H.S.S.H.H.F.H.H.J.J.I.J.D.S.5.4.f.V.2.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX8.v.A.R.I.Q.Q.Q.U.I.I.H.G.F.F.l.k.k.l.U.J.l.l.l.G.G.l.D.S.H.I.J.J.J.H.D.D.D.h.S.h.a.i.t.t.+.t.y.p.p.i.a.a.h.h.g.g.g.k.S.I.E.^.E.H.H.F.S.F.F.F.H.B.B.k.g.g.g.S.S.S.S.F.l.F.F.I.G.I.I.l.B.S.H.H.h.B.S.D.H.D.D.H.F.H.J.H.F.S.F.F.l.p.i.7.1.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX| 8.C.F.E./.Q.Q.E.I.I.U.I.S.S.F.G.l.G.J.I.P.l.J.J.I.l.k.s.p.i.l.I.I.J.D.D.D.g.p.p.y.p.p.g.p.p.a.g.g.g.S.k.D.D.S.S.S.S.D.S.D.J.I././.E.E.H.D.J.I.I.H.D.D.B.S.h.g.h.g.k.S.F.S.F.I.U.I.I.U.l.S.D.J.P.h.h.B.B.S.h.S.S.D.F.J.J.G.D.B.B.S.F.S.g.5.;.-.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX=.6.N.C.I.U.U.U.U.U.U.G.I.U.I.G.I.F.F.F.H.I.F.l.S.G.G.l.i.i.+.%.i.D.J.D.g.g.S.d.i.i.y.i.p.a.g.l.h.a.d.l.D.S.B.G.J.I.H.F.S.D.S.H.H.H.H.~.I.^.^.I.^.^.J.H.F.S.S.S.S.S.g.k.g.H.J.F.F.D.S.S.k.F.k.h.d.d.S.S.p.p.S.h.p.g.S.h.h.S.D.I.J.H.S.S.B.S.F.B.5.O.-./ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXe.C.F.Q.Q.U.Q.Q.U.U.Q.I.I.I.G.G.I.G.G.I.I.I.I.H.H.~.I.I.P.B.k.k.S.F.J.J.B.S.S.S.k.a.i.y.a.a.g.a.i.p.g.h.l.h.S.J.I.J.I.D.F.F.F.F.B.D.D.H.D.I.^.(.(.(.(.I.J.J.F.S.S.D.S.S.S.F.J.I.I.J.J.S.k.k.S.S.h.I.(.l.a.t.o.+.t.t.a.D.S.g.g.h.S.H.E.J.F.S.a.B.g.a.i.i.;.} ! oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX| 7.l.P.U.U.I.I.)./.Q./.Q.U.I.I.U.Q.U.G.G.G.I.I.I.G.I.G.J.I.~././.E.I.J.J.S.F.S.l.l.S.S.g.a.h.g.h.h.a.d.k.S.S.S.k.D.D.l.D.S.S.S.G.G.H.D.D.D.D.H.E.^.(././.E.I.J.D.F.D.J.H.D.H.D.D.F.I.I.^.J.S.g.g.g.h.D.~.I.S.a.i.i.y.i.p.g.g.h.g.h.D.S.D.J.J.J.g.p.a.i.g.B.g.5. .,.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX! 9.f.B.I.P.G.I.I.Q.I.I.Q._._.U./.I.U.I.I.G.I./.I.F.G.G.G.I.I.I.I.G.F.H.F.h.g.h.S.g.k.S.S.S.S.C.S.l.B.g.d.g.g.l.S.S.h.h.p.a.h.S.l.l.D.I.H.H.H.D.B.D.D.H.~.J.I.J.I.^.I.I.I.F.F.k.S.S.H.H.J.E.E.J.l.h.S.S.p.p.p.h.S.h.i.t.a.S.p.t.t.+.t.S.F.k.S.H.E.E.J.F.B.f.g.f.y.B.B.i.j.3.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX-.j.f.B.S.l.U.P.I.U.I.G.I.U.`._.Q.U.G.H.F.H.I.I.I.I.I.I.Q.^.^.U.I.S.a.B.F.J.g.g.k.S.S.G.D.D.I.{.E.J.I.F.l.S.g.g.a.a.g.g.a.p.p.S.S.B.l.D.F.D.C.H.H.H.S.S.S.h.D.J.H.J.^.I.~.E.E.J.D.G.J.D.H.F.J.J.S.S.S.S.g.t.t.t.t.h.p.t.t.K t.W K G W +.X.t.h.l.D.D.J.I.J.J.J.H.S.g.B.H.C.a.B.j.<.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX~ e.j.k.B.B.F.P.G.l.U.F.F.G.G.G./._./.U._.I.I.Q._._._._./.I.I.I.I.U.I.J.H.F.F.J.F.F.F.D.F.I.D.H.I.^.E.I.E.J.S.B.S.S.B.l.k.g.p.g.a.h.h.B.B.S.H.H.D.D.H.P.D.S.S.D.J.I.~.J.J.J.J.J.I.I.H.S.S.D.D.D.F.l.h.D.S.S.g.p.p.t.t.t.t.K o.K L K D A A J U D L t.a.D.h.D.I.I.E.I.H.F.J.E.E.H.B.g.f.8.=.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX~ j.F.l.l.F.H.J.G.G.G.I.G.l.F.F.H.G.^./._./././.(././.Q.~.I.~./.~.G.G.H.H.J.H.S.S.S.S.D.S.S.F.F.D.S.S.F.H.J.^.D.S.S.S.S.F.S.S.S.l.a.h.l.S.S.S.S.h.S.D.D.S.D.D.S.H.H.J.J.J.J.D.J.J.I./.~.S.l.g.g.B.D.l.a.S.k.a.a.t.p.o.t.K K K K K K L A A A A A G G A L t.t.h.H.I.J.J.J.J.F.S.F.E.H.C.S.B.9.1.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX~ } f.S.F.k.G.F.H.H.l.G.G.F.U.I.F.S.k.l.I._.U.U.^./.I.I./.I./.I.G.G.I.F.F.F.S.F.F.F.S.H.S.D.S.S.H.J.H.H.S.B.g.D.J.H.S.S.D.H.H.F.D.G.H.F.S.S.l.l.H.S.B.S.h.a.B.D.D.D.D.H.D.H.I.I.J.D.J.I./.(.~.S.l.S.a.h.l.l.g.g.S.a.o.W K K K t.L t.o.L A A A A A S G L L K K t.p.h.S.H.J.E.J.F.g.S.F.H.H.F.g.B.N.8.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXT j.j.B.k.k.F.F.G.G.G.F.F.G.J.~.F.S.l.k.G.(././.I.I.I.I.I.J.I.~.I.I.F.S.h.h.S.S.S.F.S.H.S.B.B.S.H.S.S.S.F.I.D.h.S.D.D.S.S.S.D.J.D.D.J.H.h.a.h.D.S.J.J.D.S.h.h.B.D.D.D.F.J.D.F.J.J.J.H.H.J.H.H.H.B.g.p.a.a.B.B.D.h.h.B.p.o.o.W t.W W W X.K G A D A D D L K U U X.U t.g.d.S.D.J.J.F.S.S.H.H.H.H.F.S.F.F.v.' oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXj T :.g.l.k.C.F.l.F.G.F.G.F.H.G.G.G.F.S.C.G.~./.I.I.J.I.I.I.I.I.I.F.D.F.F.H.J.D.J.F.H.F.S.D.F.S.H.H.J.D.D.F.g.F.D.S.S.S.h.h.g.S.F.I.J.S.H.D.B.B.B.S.S.D.H.A.D.D.S.B.H.D.H.F.D.F.F.D.J.J.H.D.D.H.H.J.D.h.d.a.S.F.S.F.B.B.a.+.o.o.+.t.t.W K X.K J J L D D A C Z D J U %.p.l.g.g.g.i.h.D.G.H.J.F.D.H.F.D.F.I.H.A.w.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXl .s.j.l.l.S.S.S.F.l.G.l.G.F.F.F.S.F.G.S.F.I.~.I.I.I.G.S.I.I.I.D.D.F.S.k.k.S.S.F.F.S.F.H.F.F.B.S.H.D.S.B.B.S.S.g.k.S.h.h.h.h.h.S.D.H.D.S.D.B.h.h.h.h.S.B.H.H.H.H.H.H.D.A.B.H.H.S.S.F.H.I.J.S.S.D.H.H.H.D.H.S.D.S.S.H.H.F.B.#.o.K o.t.t.W t.W K J K K D A V A Z A Z A o.h.S.S.F.l.l.i.k.J.S.B.h.H.J.D.J.S.I.I.J.A.c.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXT 7.j.l.l.l.l.l.S.F.F.A.G.G.l.l.S.k.D.S.l.S.G.G.I.G.G.I.H.D.D.l.h.l.p.p.l.g.i.a.l.S.S.S.D.H.H.F.S.D.S.B.B.S.D.S.h.g.g.h.h.a.d.h.g.g.g.h.B.B.S.C.B.h.B.h.B.D.D.D.B.H.E.H.H.D.S.J.J.F.S.B.J.J.~.J.H.D.H.H.H.J.~.F.S.l.D.H.H.H.H.u.o.o.X.o.t.t.W X.U D G K K J D A Z Z D G L t.p.S.G.D.I.F.S.D.I.h.a.a.h.l.J.I.D.I.I.E.A.v.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXM 5.f.B.l.l.l.l.l.G.G.l.l.G.l.l.S.h.g.S.S.k.S.F.G.G.F.l.D.D.h.d.a.p.p.p.u.i.d.p.a.a.S.S.g.F.S.S.S.B.S.H.H.H.S.k.h.h.h.p.p.h.h.g.g.l.h.B.D.B.D.S.S.h.a.a.B.I.I.J.D.H.H.I.H.H.H.^.~.I.J.H.D.J.^.^.^.J.F.E.J.H.D.J.J.h.g.h.S.F.J.J.g.%.+.X.o.%.+.X.K U J J J U K J S S A D G D A K t.h.I./.I.S.D.J.F.S.g.S.a.S.l.D.D.I./.I.H.e.^ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXn v 5.f.k.B.U.l.l._.P.G.l.G.l.l.l.l.l.S.g.k.B.k.F.F.F.F.S.l.h.h.p.p.h.h.h.h.p.t.t.p.k.a.a.S.F.S.F.D.F.F.H.h.D.J.H.a.g.g.h.a.t.p.p.p.l.D.S.D.D.h.h.h.B.h.a.a.B.(.(.I.J.J.H.S.E.E.^.^./.(.'.I.D.J.I././.E.D.D.H.D.H.J.D.l.H.a.a.B.l.a.i.%.t.o.X.o.+.U K K I J J J J D A F A D D A A A L t.h.D.I.F.S.J.D.y.y.H.S.h.d.d.S.S.J.J.J.H.V.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXn T 7.j.k.k.S.l.l.P.l.l.l.G.l.l.l.l.l.g.g.g.g.k.F.G.F.F.S.l.g.h.p.p.p.p.p.p.t.o.o.+.u.a.g.a.h.S.S.S.g.B.H.D.a.J.H.k.a.g.p.h.p.h.p.p.d.S.H.D.D.h.a.B.H.J.D.h.h.B.J.J.J.H.H.H.D.D.H.^.I.^.^././.I.I.E.(.(./.H.B.S.H.H.H.S.J.J.a.p.J.H.l.%.o.+.+.o.X.+.U I I X.I J J J J D D G D G A A A A X.p.h.S.S.l.S.D.i.+.y.p.t.t.p.S.D.F.D.F.H.H.N.1.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXT [ s.k.k.k.l.S.P.l.l.l.k.G.l.l.l.k.k.j.l.g.g.k.F.I.H.D.S.l.k.g.p.p.h.t.t.t.U U U X.o.t.a.g.g.S.S.B.g.g.h.B.S.B.S.D.B.a.p.a.p.g.h.p.h.h.S.F.H.B.B.B.S.D.H.B.B.H.D.J.H.J.I.J.H.D.B.D.I.J.J.J.I./.^.I.I./.[.`.I.H.D.S.S.S.l.g.l.l.a.a.S.S.g.%.O.+.X.o.X.I U X.X.U U J J G J K J K L G G L K L o.g.h.S.S.F.S.a.a.+.+.p.%.o.p.I.J.S.H.H.B.S.C.,.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX[ .s.j.k.k.k.k.l.F.l.k.k.k.k.l.F.C.k.k.g.k.l.k.S.J.G.F.D.l.k.l.g.p.p.t.o.o.L o.L +.o.+.o.t.a.p.h.S.S.S.g.h.h.a.S.g.h.h.g.g.h.a.h.h.h.p.h.D.h.h.D.D.D.h.D.F.l.D.~.I.~.D.~.^.^.I.D.D.D.H.H.H.H.I.I.I.~.~.I.}.(.I.D.H.D.k.d.p.k.k.F.J.g.a.S.a.%.O.+.O.+.O.E E X.X.K U I G J J D J D K K D D X.D K g.S.g.D.D.D.g.g.%.K o.i.p.t.h.J.H.H.J.F.S.J.N.8.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX/ ;.s.k.k.k.k.F.F.l.l.l.j.k.k.l.l.G.F.F.k.k.S.k.S.l.D.J.D.S.S.l.g.p.t.t.o.L L o.L o.o.+.o.o.o.o.t.p.h.h.F.D.l.g.p.g.g.a.a.p.y.p.a.h.a.p.p.p.p.p.p.h.D.D.D.~.F.D.l.l.S.D.D.J.H.I.^.H.D.H.D.H.(.^.I.H.H.I.I.H.J.J.J.S.S.D.S.g.a.k.g.g.D.F.S.S.S.a.%.X.$.+.%.+.X.K X.X.{ J D J J U K D D D J J U K K a.S.a.g.h.S.S.J.H.X.K X.t.i.h.J.J.S.g.S.S.S.S.B.1.^ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXT r.j.j.l.l.F.F.l.l.l.C.k.k.l.l.l.l.I.G.F.S.l.g.g.k.S.F.S.S.S.l.p.d.p.o.L L o.o.o.o.L o.L o.+.t.t.t.t.a.g.h.F.S.a.a.a.a.i.i.t.p.p.h.h.h.p.p.p.h.t.o.t.a.h.D.D.F.k.d.p.p.p.p.h.B.D.D.I.^.H.H.H./.^.(.^.H.E.H.D.D.F.H.k.a.g.S.l.k.k.g.l.S.H.H.S.S.S.a.+.+.+.%.O.E K o.o.U U J D J U K U K D J J U J K p.k.S.g.k.l.S.S.J.p.J X.%.t.y.g.J.D.h.g.p.S.S.D.f.;.! oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXT :.s.j.S.l.C.G.F.G.C.l.k.k.l.l.k.l.F.l.k.k.S.k.g.g.S.S.k.l.l.S.h.p.h.t.o.o.o.U L o.o.o.o.o.+.p.p.t.t.t.p.a.l.F.S.g.i.p.t.p.a.a.h.h.a.h.p.p.h.h.h.t.U t.t.p.h.h.l.d.i.p.t.t.i.h.D.H.H.H.J.I.I.I.J.^.~.I.H.H.D.D.S.H.J.J.D.S.S.S.S.l.k.l.S.D.H.H.E.J.J.f.i.i.a.+.X.X.#.X.I J J U J D J U K K J J J U X.%.S.H.S.g.a.p.t.S.g.X.I a.h.p.a.S.D.H.g.i.g.g.g.S.f.4.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXN :.s.k.l.l.l.I.l.l.F.l.G.C.l.C.l.l.S.l.l.l.l.l.S.k.S.S.h.h.D.h.p.p.t.t.U o.o.U o.L +.o.o.o.t.t.p.p.t.t.a.t.p.a.D.h.k.g.a.p.g.g.h.g.h.g.a.t.p.p.t.t.+.o.o.o.+.t.t.t.t.t.t.t.t.a.S.H.H.I.H.J.J.H.I.~.^.I.D.H.H.H.D.F.F.H.H.S.i.p.h.l.F.S.B.g.k.S.H.J.J.D.D.H.B.k.i.%.%.:.X.X.I U +.O.S J U U D J I J X.y.g.D.F.S.B.i.%.X.O.S.g.p.+.p.h.g.a.g.g.g.y.i.k.a.B.B.B.7.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX[ 7.j.l.l.l.).l.l.l.F.F.G.l.l.P.F.l.k.S.l.l.k.k.k.g.a.S.g.g.h.h.p.p.t.+.o.U o.L U o.+.+.L o.o.+.p.h.a.t.t.y.t.t.p.p.g.h.a.a.a.a.h.h.g.d.a.p.p.p.t.o.U U o.U o.o.+.+.t.t.p.d.i.i.l.D.D.D.D.H.I.J.D.I.D.H.I.I.I.I.D.B.S.D.D.F.g.a.y.S.S.k.F.H.D.S.B.H.H.J.J.H.J.S.S.k.k.S.f.&.X.X.X.I J J I J I I J J J K t.g.B.D.F.B.g.a.F.g.S.B.g.g.%.W u.g.g.l.S.S.g.k.B.g.S.S.B.7.| oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXq 4.f.l.l.l._.l.l.l.I.l.l.l.l.U.G.k.k.k.S.l.l.g.l.f.f.g.h.g.g.S.h.y.t.t.o.o.t.U o.o.o.L L o.+.+.+.p.h.h.t.t.t.t.t.t.p.a.h.S.g.a.a.g.p.p.a.d.g.p.p.t.o.U o.o.U U U U t.t.t.h.g.S.l.F.S.H.D.H.J.H.J.J.J.H.H.H.I.I.I.H.D.g.S.S.S.g.d.y.a.l.S.D.S.S.S.S.S.H.H.J.^.^.I.J.J.J.I.I.g.y.O.X.X.U U U I I I I J J X.+.h.g.S.D.J.S.k.H.E.F.D.k.S.k.s.l.l.g.l.F.F.S.B.S.g.S.S.S.B.9.' oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXv $.f.k.l.).l.l.l._.J.J.G.F.G.P.I.l.l.l.l.l.k.k.f.l.g.g.g.g.h.g.g.a.y.t.t.+.o.U o.o.o.o.+.t.+.+.t.p.p.p.h.p.p.p.t.t.t.t.a.g.S.S.S.D.h.g.h.g.h.h.h.t.t.p.t.+.o.U o.U L U t.y.h.t.a.S.F.D.H.H.H.I.~.H.I.J.J.H.H.H.D.H.I.I.J.J.J.G.S.S.g.i.d.S.H.D.S.D.D.F.H.E.J.^.^./.(.(.E.J.I.J.g.&.+.O.O.+.O.+.U U { X.U o.a.l.S.F.S.S.S.S.H.J.J.F.J.H.S.g.p.p.g.d.l.G.S.S.S.S.S.B.S.F.g.7.,.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXq c ;.k.k.G.P.F.G.F.l.I.G.I.S.S.H.J.F.F.S.B.S.l.k.k.f.f.g.p.h.h.S.h.g.p.p.t.o.t.t.U U o.o.t.+.+.+.+.+.+.y.p.a.h.y.y.t.t.p.p.p.y.a.g.h.a.h.g.h.p.p.p.p.p.p.p.h.t.o.o.o.o.L o.o.o.t.y.h.~.H.D.H.I.H.E.I.H.I.J.H.J.J.H.D.J.I.E.I.J.F.D.H.S.f.t.y.a.D.J.I.J.H.J.J.~./.~.~.(.'.'./.J.g.k.a.a.f.i.&.&.y.a.a.f.+.f.g.a.S.S.S.F.F.l.F.J.F.H.F.F.J.F.H.F.g.t.i.h.u.p.k.g.g.S.S.g.S.J.S.g.j.,.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXu { s.j.G.P.G.G.G.G.P.F.l.l.S.S.H.F.S.B.F.S.l.l.k.k.k.k.g.g.p.h.h.l.a.i.t.U o.t.o.t.t.o.t.t.t.+.+.o.y.a.a.a.a.h.p.y.t.h.l.l.a.p.i.D.S.l.S.S.p.p.p.p.h.h.p.h.p.o.o.+.+.t.+.L t.U U p.D.D.S.S.H.H.S.D.I.J.H.H.J.J.E.H.D.H.J.E.I.J.F.H.E.S.g.a.g.a.h.F.F.J.J.J.J.~.(.^.~.(.'.'.[.(.E.D.J.F.F.D.B.g.a.g.k.F.g.H.J.D.h.l.S.S.l.S.S.H.F.I.J.S.B.D.l.F.k.u.o.%.p.h.S.g.a.g.S.l.l.F.H.F.B.9.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXy { f.7.l.l.G.U.l.l.U.I.G.F.F.F.F.F.S.B.F.F.B.S.l.l.k.k.h.d.d.p.p.p.p.t.t.U t.p.o.t.U o.t.u.p.t.t.p.t.a.a.a.h.h.a.p.y.p.h.l.h.p.t.p.S.D.D.D.a.t.p.p.h.h.h.p.p.t.o.o.+.+.o.+.o.t.o.t.d.h.h.p.g.H.D.D.D.J.I.H.J.J.J.J.J.H.J.E.J.J.F.G.H.H.J.H.B.S.F.S.S.D.F.D.I.~.^./.'.'.(. X X`.'./.^.^.^.Q.E.J.E.D.S.F.F.S.H.J.S.S.S.S.S.S.S.J.J.H.F.D.D.p.S.S.k.F.I.;.K X.u.S.i.g.g.a.l.S.l.S.F.D.C.9.| oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXv [ 5.7.k.F.F.J.U.l.I.P.I.G.F.G.J.F.S.B.F.F.S.D.F.l.G.S.g.d.g.h.h.p.p.p.t.U t.t.+.o.o.o.t.o.i.u.t.t.t.p.a.a.h.h.a.p.y.y.p.p.p.t.t.t.p.p.g.D.p.p.t.t.t.p.h.p.t.+.o.t.+.t.t.t.t.t.t.t.t.p.p.i.a.h.H.H.J.J.I.J.D.D.^.^.^.J.J.J.E.J.J.G.F.l.F.J.D.B.k.k.k.h.H.J.H.I.~./.(.'.'.'.}. X`.(.(./.^.^.(.(.(.^.^.D.D.J.J.I.D.H.H.D.F.D.k.D.H.D.J.H.S.H.F.S.S.i.i.D.F.@.K X.a.a.t.g.g.S.S.k.B.S.S.H.S.9.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXy H i.5.k.l.G.F.P.P.J.I.I.G.G.G.G.H.F.S.D.S.S.D.F.I.I.G.F.k.g.g.k.p.p.p.t.o.o.+.o.+.t.+.t.t.u.u.u.t.t.t.t.p.p.a.h.h.p.y.y.t.p.p.t.t.a.h.p.a.h.a.y.t.t.o.t.p.t.p.p.y.y.a.h.p.+.t.p.p.u.u.p.t.l.l.l.D.H.H.E.~.J.J.~.~.~.^.~.E.J.E.H.J.~.I.G.D.J.J.G.F.k.k.F.G.I.I.^.^.(.(.(./.~.~.J.^./.(.'.(.(./././././.I.I.J.I.J.F.J.I.H.J.J.F.F.J.F.F.I.I.J.F.S.g.g.i.t.k.g.X.O.o.t.p.h.S.F.F.k.S.F.J.D.S.B.V.>.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXq R 4.f.k.l.G.P.U.G.I.U.U.I.I.U.I.G.F.S.B.g.g.g.g.B.J.G.S.l.l.p.l.l.p.t.p.p.+.+.+.o.o.t.t.o.+.s.f.p.p.p.p.t.a.h.a.h.a.y.y.i.p.t.t.t.t.p.p.p.p.h.a.p.t.t.t.t.p.t.+.p.y.t.p.a.p.+.+.p.g.f.p.d.h.h.p.l.S.H.H.H.J.~.E.E.~.~.(.(.^.~.~.I.I.I.G.G.H.H.I.(.{.J.D.H.I.I.^.^.^.^.G.D.F.D.S.D.D.D.D.^.'.'./.^.I.J.I.J.J.I.J.F.I.J.H.H.J.I.I.J.J.J.F.J.J.F.H.B.l.g.g.i.i.p.O.+.i.%.g.S.a.S.F.k.S.S.F.S.B.S.F.C._ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXR ;.s.k.k.k.P.I.U.U.U.U.U.U.I.I.G.F.J.B.k.k.k.l.F.D.S.l.h.h.h.p.d.d.t.p.p.t.t.t.o.t.t.t.t.t.t.u.d.j.p.p.p.p.h.h.h.h.h.a.y.y.t.p.t.t.p.t.p.p.y.t.p.p.t.t.t.t.t.+.o.o.t.t.y.a.h.h.h.D.F.D.l.k.l.l.k.l.D.B.D.D.I.~.~.~.^./.'.(./.I.H.D.G.G.G.k.l.S.D././.^.E.S.l.F.D.l.S.l.l.l.S.S.S.h.h.S.S.D.J.^.^.^.^.^.^.I.^.^.I.J.~.J.J.H.J.G.D.D.I.J.S.S.S.S.B.g.a.i.%.d.%.+.s.g.p.s.h.F.F.S.l.S.l.S.S.S.S.k.S.H.L.1.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXN :.7.f.k.k.k.F.P.U._._._./.U.I.P.F.H.J.F.S.k.g.l.k.S.g.a.p.p.p.p.p.u.p.t.p.t.p.t.o.t.t.t.t.p.s.k.k.k.p.p.t.p.h.h.h.h.a.h.h.a.p.t.p.h.p.t.t.o.t.o.t.t.+.t.t.t.t.+.o.o.t.t.+.p.h.a.D.D.l.D.~.~.l.l.l.k.a.h.B.D.H.~.^.~.~.~.(.(./.J.H.D.l.l.l.g.p.d.g.S.H.J.(.F.p.i.i.f.l.l.l.D.S.S.S.l.g.S.S.l.D.J.D.D.D.D.J.^.^.^.~.J.H.J.H.H.F.F.G.~.H.F.D.S.H.H.S.i.X.K X.%.i.5.%.p.p.+.t.i.S.S.g.l.S.k.g.k.S.S.S.F.J.A.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXl ;.7.s.j.j.l.F.G.I.U./.U._././.U.l.l.I.H.S.S.B.k.S.k.k.g.d.a.p.p.p.p.t.t.t.o.o.t.t.o.o.t.t.p.h.l.G.G.l.d.g.g.a.g.g.S.g.g.k.l.a.p.a.D.h.p.t.t.t.t.o.t.t.t.t.t.t.p.t.o.K o.X.+.t.t.p.h.l.l.l.G.~.l.k.k.l.N.h.h.h.H.H.I.^.G.~.l.~./.~.I.l.l.d.p.i.t.t.u.d.S.S.l.i.u.X.t.k.l.l.l.l.l.l.l.l.l.F.k.k.k.F.l.l.l.l.D.~.~.~.~.~.l.~.l.l.G.D.l.G.F.S.S.a.l.F.l.u.E J W #.%.i.t.u.h.i.u.k.F.S.k.g.k.g.g.l.S.S.B.S.S.J.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXy ;.s.i.s.k.l.l.l.U.U./././._._./.U.U.I.I.S.B.B.S.H.G.S.k.d.d.p.u.p.u.t.U o.t.t.t.t.t.t.o.t.t.h.h.l.l.l.k.a.g.g.a.h.S.l.S.S.S.k.g.g.g.h.p.p.t.t.o.o.o.t.t.t.U t.t.t.t.L K X.L K W t.p.p.l.l.l.l.G.D.h.l.d.a.h.B.B.D.H.H.H.~.G.~.l.G.l.l.l.l.d.p.W W t.t.p.h.h.u.%.#.X.+.g.l.l.l.l.l.l.G.l.l.F.k.k.k.l.l.k.h.h.l.G.~.D.~.~.l.l.l.l.l.l.h.l.S.l.S.g.p.d.i.u.E A W %.%.i.p.+.p.d.k.l.F.I.l.k.f.g.g.d.g.S.B.S.S.F.P.0.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXy T s.s.s.k.k.G.F.I./._._._._._._.U.I.I.U.l.S.S.S.S.S.H.k.g.g.p.p.p.t.t.t.o.t.t.t.t.t.o.t.o.o.p.l.l.G.l.k.k.s.f.g.g.S.F.^.F.S.S.g.g.k.g.d.p.p.t.t.o.t.t.o.t.K t.t.p.p.o.L K o.U U t.t.t.t.h.l.l.D.l.p.p.p.t.a.a.h.h.h.D.D.D.~.~._.l.l.l.l.l.l.d.s.u.#.t.o.t.a.t.%.#.@.X.X.d.g.l.l.h.g.l.l.l.l.l.l.k.k.l.l.p.p.i.p.l.l.l.p.p.u.i.h.i.h.p.u.W U +.t.t.X.J A J X.A J J K X.i.t.o.u.i.g.g.F.l.l.p.f.l.g.g.S.B.S.S.l.F.P.<.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXv ;.j.k.k.l.G.l.G.U._././._./._.U.G.I.G.l.J.F.S.k.k.k.g.d.p.p.t.p.d.a.p.p.y.t.t.t.t.t.t.t.t.t.p.l.l.l.I.l.d.d.k.g.g.S.S.S.S.B.k.S.g.g.g.t.t.t.t.o.o.o.o.o.o.o.K o.o.t.W L K K L o.%.L o.p.p.h.h.p.h.t.t.t.t.a.a.a.h.h.h.a.B.l.D.~.l.k.l.l.k.k.k.d.p.u.t.W t.%.%.+.X.X.X.X.d.h.d.h.d.p.f.s.k.l.l.l.g.p.g.g.@.t.i.t.p.l.t.t.t.t.t.t.t.t.#.W J A A A A Z F J F C Z F A K X.X.o.X.o.i.i.p.g.k.k.g.p.g.k.S.S.F.D.F.H.S.J.A.^ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXu 4.i.f.S.C.S.G.G.U._._./._._.Q.Q.U.U.^.I.G.J.B.k.k.k.k.g.d.p.i.p.p.p.u.p.g.g.t.p.p.t.t.t.t.t.t.p.l.l.l.~.k.p.s.d.a.d.g.S.S.S.k.k.k.g.g.g.t.X.t.t.+.+.p.t.+.X.K X.t.t.X.X.D K D K K J K L K t.t.t.#.W W W W o.t.t.U U +.p.y.h.k.p.p.l.k.k.k.k.d.k.k.k.d.d.u.t.o.o.U D A A D U W W t.p.d.p.g.g.l.l.h.%.X.#.W A o.g.p.i.p.t.W t.+.t.t.t.u.%.X.I D A A S Z F S H Z C C F D X.o.W @.X.#.#.t.p.d.l.k.f.S.l.l.l.S.D.F./.J.H.J.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX2 } 7.g.k.B.k.S.A.U.U.)./././././.U././.^.I.l.l.k.k.k.S.B.g.l.S.d.d.a.y.t.p.a.p.t.t.t.t.t.t.t.t.t.p.p.k.k.k.d.d.p.p.p.d.g.g.l.l.g.S.S.S.l.g.g.i.p.p.t.p.p.+.o.o.t.i.g.h.u.o.X.K K K J J D D A D L K L Z A K A A L L D S U y.a.a.d.p.p.d.d.k.k.l.l.k.k.d.k.d.i.u.t.+.X.J A A A Z L L A W h.h.p.p.d.h.u.A Z A F F +.f.s.p.t.t.W K %.t.+.o.%.+.X.I L A A A S Z z b F F F F A J W X.@.#.#.o.t.p.u.h.l.g.g.l.S.l.g.S.S.F.J.D.J.W.b.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX} 5.f.k.k.k.C.H.I.G._.)./._.(./.E.^.^.(./.I.G.G.F.B.B.k.l.f.g.g.i.i.p.p.p.p.p.y.t.t.t.i.p.t.t.t.p.t.p.p.p.d.d.p.p.i.g.F.J.H.J.S.k.l.S.l.l.S.S.l.h.p.p.h.h.d.u.i.a.d.h.p.p.t.%.X.U U I J D G Z A G A A A A A B Z B Z V L U y.a.p.p.p.p.p.d.d.k.l.l.k.d.k.d.u.t.t.t.t.u.X.K G A A A L A C W u.u.p.%.@.A z C C Z X.t.u.i.i.t.o.t.W %.s.g.+.o.X.U J K A Z C z Z Z Z Z Z F F A J W @.@.%.t.+.+.t.t.p.g.d.d.l.F.S.g.l.S.S.S.S.H.I.P.0.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXv 7.i.f.k.S.l.G.U.I./._.I.Q././.I.^.E.~.I.I.P.l.l.k.k.g.i.d.s.g.S.p.t.t.t.t.t.t.p.t.o.t.t.i.i.u.t.p.p.t.p.p.d.d.p.p.a.l.~.J.F.J.G.k.g.l.g.l.g.k.l.h.h.h.D.g.g.d.a.p.g.p.p.o.X.o.+.t.X.J G J J D V A B B A A B B B B B A D U U t.t.t.p.u.k.k.i.d.k.d.k.p.p.u.W W W X.o.%.X.K K D D G A C B B C A J Z Z J F C C A %.p.t.u.o.t.t.t.t.a.g.l.B.i.#.X.I K A A S Z Z H F Z Z Z J J J W @.%.%.+.t.t.o.t.p.p.d.d.l.F.G.S.S.F.S.S.S.S.S.H.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXq 4.:.e.k.l.F.I.G.G.F.G.I.I.Q././.J.I.I.I.I.G.G.l.G.l.h.p.p.p.p.p.p.%.t.t.t.t.t.t.t.t.t.t.i.l.l.u.u.y.i.i.a.f.p.i.i.p.g.F.^.J.G.J.J.l.l.l.l.l.d.g.l.k.l.k.k.h.h.p.p.p.p.p.p.o.K +.o.o.L L A A D S S A V B A V B B Z h h Z A A o.+.t.t.t.t.h.G.k.k.k.k.k.k.p.p.t.o.W X.o.o.W I J J Z A G C z h h h h z z Z Z F Z E d.l.l.d.%.u.i.t.t.y.i.i.k.g.u.@.X.W D A S S S J J Z b Z F G E W X.+.%.%.i.%.o.o.t.a.a.h.S.S.F.D.B.S.S.F.H.S.S.S.H.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXv H 4.5.l.F.P.F.I.G.F.F.G.I.I.I.I.H.I.G.G.G.F.G.l.l.k.p.p.y.p.p.t.t.t.+.t.t.t.t.t.p.t.t.t.t.t.l.l.g.p.t.t.p.g.a.a.i.p.i.l.S.I.^.J.~.H.h.l.l.S.S.l.l.S.l.l.l.k.k.p.p.t.t.y.p.t.L K o.K t.K X.G D J X.U A A V V B B h h B B V Z Z Z A X.X.t.t.t.l.p.u.d.k.k.k.d.i.p.t.W X.+.+.X.X.U J S L G C f h h g f f z Z { H Z Z D u.l.l.d.t.t.%.t.a.l.g.k.g.&.X.X.K D J K A H X.W H F Z F J J J W o.+.%.%.%.o.+.+.a.B.S.J.S.S.H.F.S.S.S.H.S.g.C.F.L.( oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX} { s.k.C.G.F.F.F.I.G.I.I.I.U.I.F.G.G.I.F.F.S.k.k.F.s.t.t.t.t.t.t.o.+.t.t.+.t.t.t.t.t.t.t.t.a.g.i.a.p.t.t.i.d.g.k.g.S.l.S.S.F.J.D.S.h.l.l.l.F.S.D.S.S.l.l.k.l.l.h.t.t.%.t.y.+.W W L K K t.X.K J U I J D J Z V V A Z h B V Z B Z Z S Z G K W o.W p.p.s.k.k.s.s.p.i.p.l.%.o.o.X.X.G S S J J Z C h Z z f f z b E { Z Z H K p.a.%.u.t.t.t.d.g.g.l.f.5.+.J D D D W G D K K E F b Z G J D J U X.%.%.o.X.X.t.h.J.I.^.H.S.D.E.J.S.B.F.S.B.B.D.F.Z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX* H f.N.l.k.k.G.I.P.I.G.U.U.Q.I.G.F.H.H.l.F.F.S.k.k.k.s.t.t.t.t.t.t.o.o.+.t.o.o.t.t.t.p.t.t.t.t.p.t.t.t.t.p.p.g.S.F.S.H.D.l.S.S.D.S.S.S.l.l.F.D.D.F.S.l.k.k.k.h.i.t.t.t.t.+.t.L K L L K K t.U X.K J J J D J D Z Z A D S A A A A Z z Z Z G W p.u.W J d.l.k.l.l.d.p.t.i.i.+.o.o.X.J G S Z S A A A Z Z C f f z z F F Z F { X.t.d.W X.o.o.t.p.u.i.i.%.%.+.I G X.K J D K W K H J F Z D D K K X.o.+.i.%.+.X.+.h.~.E.(.(.H.B.J.J.H.S.F.S.S.g.S.F.F.m.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXY j.l.l.l.l.l.U.G.G.I.G.I.U.U.I.I.F.F.F.S.l.S.k.h.h.p.t.t.t.U t.t.t.o.o.U t.t.U t.t.t.p.i.i.+.+.t.t.t.t.t.p.p.p.g.l.k.F.B.B.S.F.D.D.S.S.h.l.D.D.l.l.D.l.l.l.k.t.t.o.o.o.L t.t.K K L L L W o.o.+.U I J J D J S Z A A D U D A J J Z k b Z C Z G C C C @.p.t.u.d.d.d.u.u.u.u.t.+.+.X.J J F Z Z A F z z h h z z b F m Z Z H o.u.i.X.J W o.t.d.i.i.+.X.O.+.O.U I J D A D D D G J D A K K K J U X.+.t.y.t.t.U h.~./.^.(.^.F.S.F.S.F.S.D.S.B.S.F.D.A.2.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXY :.j.l.j.j.l.I.J.F.F.P.G.I.U.G.G.F.l.l.k.k.l.B.k.g.y.t.o.+.W K o.t.t.t.t.t.t.t.t.t.t.h.p.i.d.d.g.p.a.p.i.p.p.p.p.d.a.g.g.a.k.D.D.J.D.S.D.l.l.l.h.l.~.l.D.l.p.t.W K K W K K o.K W K L A A L K K +.+.U I J J D Z D Z A D U J D J D J Z Z Z C Z F F f J +.%.t.u.i.p.g.u.#.W t.u.X.@.X.{ J J Z C C z z f z z b z Z %.W S F H E %.%.@.J J U +.t.i.i.%.X.X.+.&.+.X.X.J A S D A G A G G G K L A K U o.o.t.t.t.t.h.J./.(./.(.J.S.S.S.S.S.C.S.S.k.F.S.F.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX*.:.l.l.l.l.U.l.l.k.G.U.G.G.I.G.I.F.l.k.l.f.k.l.k.d.p.t.K o.U o.t.t.t.t.t.t.t.t.t.X.o.p.h.k.k.l.k.g.d.g.a.p.u.p.p.i.l.S.g.d.S.F.H.l.S.F.l.h.p.p.p.l.G.l.l.t.K K K K K K o.o.K K K L A L G A L L U o.X.U U U J D S S A D J U I J J J D D D G F G F C A A E t.t.W #.u.t.W E W E K W J F F A C z z z z z z z z b h Z F F S Z Z A u.#.J { K X.X.%.%.y.y.+.O.X.+.X.X.X.J D Z A A Z A A G L J J X.X.U U U o.t.t.y.h.D.^.^.^./.F.S.S.k.B.B.B.S.g.S.F.F.P.M.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXn $.r.l.l.I.l.l._.l.F.I.U.G.I.I.I.I.l.k.k.k.d.s.g.g.d.t.L L L L U U t.t.t.y.t.t.i.+.X.%.i.g.k.l.k.l.g.g.g.d.d.d.g.g.k.S.l.g.a.F.I.J.h.S.J.D.p.i.p.D.l.l.o.o.W K A L L L K K K L W W A G L L L D K X.U X.U U O.X.I D D D J D J J J J D I I J D A A G C G X.@.u.:.W G W W W W E J F A F Z b z z h h z z f f z z z b Z Z Z F Z C Z X.#.G J J J K t.y.i.p.i.X.J I X.I X.I U K A A A Z A K K A G K L o.o.L U t.y.a.h.D.J.I.I./.H.B.S.H.F.S.k.B.S.S.F.H.J.R.x.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXS $.g.l.l.l.U.l.l.l.).l._.l.J.J.F.F.S.g.g.k.d.s.g.k.p.o.L L L U U U o.+.p.a.g.a.a.+.%.a.h.S.S.l.g.B.g.F.B.C.k.k.l.F.l.l.k.k.k.l.l.F.H.F.J.J.l.h.F.S.B.y.U U A L L A A L L K K L K K L A L A A L L L K K L K O.X.D J S S D D A L D L K J J J E W E C C F E E W W #.W E C E E F G F F F C C C f z z x z z z z h b b b Z b b Z h Z A K X.J D J W +.t.u.p.g.5.E Z J U U W X.K D D A Z D K K D D L W K K J o.W t.p.p.l.~.~.~.~.l.l.l.~.I.l.l.l.F.S.F.F.F.J.K.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXm { 5.j.l.l.U.l._.l.U.l.U._.l.J.J.B.g.S.k.g.S.k.s.i.a.t.o.L L U U U U t.p.h.h.S.S.S.B.g.g.S.S.S.S.S.S.S.F.S.l.k.k.F.l.l.l.l.l.l.k.s.l.H.D.J.^.I.F.H.D.l.&.U D A A L L G L K K K K K L A A Z A A A A L K K K L J U I D D Z V A A A A A D J J J G W 0 R C C C C E G E 0 z z z C C C C C x C C C z z z z z z z z b b h h Z b h z Z Z A G K K J J W o.+.u.s.k.:.X.Z S D J K D K X.o.A S A D X.K D G W L J X.%.t.t.t.p.h.D.~.~.~.l.l.l.l.l.G.l.k.k.g.l.J.S.J.P.] oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXM R ;.s.l.l.l.l._._.k.l.l.U.l.U.F.F.g.a.g.s.i.p.p.u.%.t.+.o.U U U U U t.p.g.a.h.J.J.E.J.H.F.I.F.S.S.J.H.H.S.S.S.l.k.l.k.l.F.l.F.k.k.k.F.J.S.S.I.J.S.H.B.y.+.U A Z A L K K K K K K K L L A A A D L A A A L K W K J I U J K D Z V V A A A D J K D G G C C C F C F 0 W C T C R C C C C F C C C C f z z z z z z z b m h h h b Z h h Z Z G A A J X.+.o.W +.+.i.a.u.+.J S X.I A D G +.o.U H D A W D A A D J K %.t.t.o.t.p.p.h.D.D.G.G.l.l.l.k.l.l.k.k.d.g.S.D.F.I.Z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXN { k.s.l.U.l.l.l.l.l.l.l.U.l.l.S.S.g.i.s.i.%.+.u.t.o.+.o.+.+.U L t.p.h.a.g.a.h.H.J.^.J.F.I.^.J.B.g.S.H.H.S.S.H.S.F.I.l.l.F.l.l.F.F.F.G.F.F.D./.I.F.F.S.&.U o.L L L L K K K W W J L L K D L D D L L A A A W o.K J J J U U J D A A A Z Z Z D J G G E E E C C C F E E C E E 0 C C F F F C G G C f C z z z z z z Z Z z z z b Z Z z Z D J D D D X.X.X.K o.%.t.+.t.%.I J J U K W D W J I U G G J K L A A J W U +.+.+.t.t.p.p.h.D.l.l.l.l.h.k.l.l.k.k.g.d.k.D.F.J.W.' oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX< J 5.f.f.k.H.k.k.k.l.l.l.U.l.l.k.l.S.a.y.p.t.+.+.t.+.o.o.U o.U U t.i.d.d.h.k.g.g.H.H.J.H.S.I.J.D.F.k.k.g.S.l.S.F.I.F.l.F.F.G.G.D.I.H.F.l.G.G.I.I.F.F.J.F.a.+.U J L K U K U U K D L J G J D D D D L K L A A K o.K U U K X.U I J Z V V V A A A A A A G G E F C F C E C E E C E C C C F C x C *.W C C z z C z F z z z h b b Z Z Z S D J J I J J J J J K X.W :.i.@.E S G J W W W W E G J W K L K W L A A A L K K K t.t.t.i.p.p.p.p.p.g.l.j.k.l.l.l.l.k.g.f.g.F.F.U.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXN { 7.i.k.S.k.k.d.j.l.l.U.I.l.k.k.S.h.g.t.t.t.+.+.t.X.o.o.L o.t.p.d.l.g.g.a.a.a.g.S.D.D.S.F.H.J.F.B.F.D.S.l.S.S.^.I.l.l.l.l.l.F.G.I.F.l.f.S.J.I.S.k.l.H.D.S.&.K A A U t.U K D D A G G G J J H D D K L L D A L J W U o.K U U J I S A Z V Z A A A S W W G G C C F *.@.E F E G T C C F C F E G G G C z z z z Z z z z z z h b z Z Z H X.X.U J G S S S A X.E J +.s.:.i.J G J X.W W X.E E E J K W K G G K G A K K W W o.t.p.t.u.t.i.i.t.p.l.k.k.l.k.k.G.S.g.d.d.l.S.G.W.<.oXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX;.{ f.s.B.l.k.j.j.k.l.P.l.l.l.k.k.h.h.h.p.t.t.t.o.o.U U o.+.t.p.a.S.l.g.g.a.p.a.a.g.g.l.S.J.J.D.G.g.B.S.k.k.k.k.H.F.F.l.D.G.g.k.l.l.g.g.p.g.~.^.S.S.S.l.S.p.%.L A A X.o.U L D L V A D D G S Z A D K L K U K G J K U U U I I J J J A Z Z A Z A Z G W W W G C E E E *.E E E E f F F F F F E G G G C z f z z b b z b C Z S h h h [ J J X.I J G S Z b Z F W +.@.%.5.g.%.J J J W X.W J W W W W W K G K W G G L A G W o.t.t.t.t.t.t.p.t.u.l.l.k.d.d.k.k.k.g.d.s.l.H.F.I.K.oXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoX..O.O.k.f.S.l.l.k.k.l.l.l.l.P.k.k.k.h.D.h.t.+.+.t.+.o.t.t.U +.t.p.a.k.g.a.a.p.p.a.h.S.g.g.h.a.g.l.l.J.H.g.a.g.k.g.g.l.l.k.l.F.l.h.g.p.u.p.d.d.F.I.G.F.D.S.l.a.X.L A L U D A A A Z V Z K J G Z S A J G K X.o.J G D D U U U I J J S J S V S V Z G A A A G G F C C E E G C E F C x F E C C C F *.G G C z f z C Z Z b Z b z S Z z h S J H J G X.{ G S Z F F J %.i.+.a.g.i.X.E G A X.W K E E W W W W K G J K G C A G J o.t.t.t.t.t.t.p.p.u.d.l.k.k.d.s.f.l.l.f.s.k.l.F.G.W.2.oXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoX9.H i.k.k.l.l.l.k.l.l.k.l.l.P.l.l.l.h.h.p.t.U t.t.t.y.U o.U +.a.g.a.a.g.d.p.p.p.h.h.h.h.i.d.l.h.l.G.I.S.a.g.p.p.p.a.h.k.a.a.s.g.l.l.l.k.d.k.d.k.F.G.F.S.S.k.g.i.+.K A A A S V A B s S U D S Z D Z A D K K W J S J D U U O.U K J G J A S S A S J A D G G G G C C F F C C C F C C C F G F C F *.C E f f z 0 E E E 0 E b b b Z b z b H { J J J E J S G S S A A J K o.k.k.:.J H D K X.K K W J J G W W W W J A Z G J J o.t.t.t.W t.o.t.p.p.d.S.S.g.s.i.i.g.k.a.g.k.k.l.G.P.K.oXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoX .&.J k.k.j.j.l.k.l.l.k.l.l.l.l.G.l.l.p.t.t.o.o.o.o.t.t.o.t.o.%.g.k.k.g.g.g.d.h.p.p.h.h.i.i.S.~.l.l.D.a.g.k.l.h.t.p.p.h.D.f.p.g.g.F.J.G.l.s.d.s.s.l.I.S.B.F.J.J.F.g.X.J J A V Z Z B B V D D S D Z A A D L K X.J I J J J J o.o.X.J J J D D J S A A D D G G G 0 C C C f C C F C C f C C C G C C C E *.C T z E 0 0 E E 0 z b Z b b b Z F @.{ #.E E J S S Z G X.W X.:.i.S.B.s.{ J J J D I W W W A J J W W X.X.A Z A J K o.L W t.t.t.t.t.t.p.i.k.S.k.:.:.:.i.g.g.l.l.l.l.G.J.P.2.oXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXf.$.5.j.d.k.k.l.j.S.C.k.j.l.l.l.l.l.A.p.t.o.o.t.o.o.o.t.U %.o.p.k.k.g.d.d.p.t.t.h.p.i.i.i.g.S.D.l.G.t.+.i.a.l.D.h.D.h.B.J.B.s.g.g.l.G.l.k.u.d.s.s.d.l.B.S.I.E.H.F.k.@.J J J Z A B B V Z A D J S Z S C A A D K J D J J S J U %.o.X.{ J I J S A A A D D G G G C C C C C F C C C C C x C x C C C G E E C 0 E 0 E C C 0 G b b b Z b H H S J X.X.X.K Z S S S G E i.a.k.s.g.F.k.%.@.+.J J J E W W K E J G G D X.J F J K K K W o.t.t.t.t.t.t.t.i.g.S.g.u.+.u.i.d.g.l.k.l.l.F.H.H.n.oXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXv $.5.f.k.d.l.l.l.l.S.k.k.k.k.k.l.k.k.l.p.t.+.+.t.o.o.L U +.%.%.k.S.g.p.S.p.L A D p.p.t.i.k.l.i.t.p.t.o.U t.y.h.h.h.h.D.F.J.p.i.a.d.d.p.p.p.u.s.f.k.k.d.g.S.J.H.F.H.S.%.U I J D Z A Z B A A J J A Z Z A Z A A G D S D G J J I o.%.X.X.X.U J A A A A A A C G C C f C F @.:.*.F f f C x C C C E E E C G G R 0 T 0 C C C C b b F Z Z H J S H J X.J J S A A A O.X.i.S.S.g.g.B.B.i.;.s.%.X.X.%.%.E W #.A W E S G W W W W W W K W t.t.t.W W t.t.t.i.h.g.i.:.:.i.a.k.l.k.k.l.l.D.F.H.' oXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXS :.f.k.k.k.s.F.k.k.k.B.g.k.g.k.j.d.d.p.+.o.o.+.+.o.U U U o.t.t.l.g.g.a.h.U Z B A p.a.d.g.d.p.o.t.t.t.o.U U o.+.o.L o.t.a.a.t.u.i.p.p.u.u.i.p.p.l.F.l.d.f.g.F.l.k.S.S.i.i.+.I G D D A Z D A J J J A S A Z B Z A L D D S Z D D U t.+.X.E I I G D D A A A G C C C f C *.s.k.:.F C C C C C C G *.W E E E E Z b b b C z Z F Z b H b F H J F Z Z W J J J W W J i.p.s.S.k.d.g.g.k.p.%.f.k.g.g.g.g.@.J E E E E S S A J X.o.K W W o.t.t.s.%.o.%.+.+.t.p.h.p.:.u.i.d.k.k.S.k.g.l.S.D.F.m.oXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXq S :.s.k.k.k.k.l.C.l.l.k.k.k.f.f.d.d.u.#.U U L +.+.o.+.t.o.o.t.t.l.g.p.h.t.L A C A p.h.h.p.t.W o.t.o.o.o.t.U U o.o.+.o.o.t.+.t.t.u.u.i.u.u.u.u.p.f.p.u.p.d.u.a.g.u.i.d.g.a.i.I J U D U A D A J J L G A G A A A Z A D S Z Z Z A U o.y.@.{ U U I U D D A D G C 0 W C C E :.:.E C C C C C C C G G W :.W G G Z Z z b C F Z E F H H b F E J J Z S J G J %.d.:.X.s.k.k.l.k.g.f.s.f.g.a.g.S.B.S.s.i.i.W J X.X.W I X.G J K X.t.t.W o.o.p.p.s.%.o.o.t.t.p.l.l.d.p.g.g.k.g.k.g.k.l.S.H.D.A.oXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoX; r X.%.k.P.I.k.S.k.l.l.k.k.f.k.k.s.i.p.t.W o.o.o.+.+.o.t.U U o.+.p.F.k.d.h.p.L L A U p.a.y.+.K W t.W o.W o.t.o.o.o.o.+.t.+.t.t.t.t.i.i.p.t.t.o.p.p.i.u.t.u.:.%.%.i.i.i.s.s.%.t.U D U +.U I D D I U W G L A A A A A A A G S Z Z V S J O.+.X.J I K X.J K L G G C f W E F E F C C C x C C C z C C G E *.W *.f b F z z z z F F H J F b b F F H E W X.J X.s.F.g.+.g.k.k.k.l.S.S.g.g.k.g.s.k.B.g.%.%.:.@.E %.i.X.X.%.X.D L W W t.t.W t.t.u.f.i.#.W t.t.t.k.l.l.l.k.g.a.f.k.l.l.F.S.S.S.F.w.oXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoX: J O.5.I.H.l.F.F.C.F.l.k.d.s.d.g.p.u.i.t.t.o.+.U U o.o.o.o.o.o.o.a.G.G.d.g.l.X.X.+.p.y.o.U L K K o.W o.o.o.U U o.U L o.+.t.+.t.t.t.t.t.p.p.t.t.o.t.u.u.+.%.:.%.o.%.u.i.k.S.+.I U I I U U U I I I O.K A A A A A A A Z A D D Z V S Z D J X.+.U J J W D D G A G G F :.r.G F x C C C C x C x C f C G E G C C C z z Z z z z Z z b F F F H H H F X.X.+.5.i.k.S.S.k.S.S.S.S.F.H.G.k.B.S.S.g.s.k.:.X.+.%.:.X.X.%.+.&.:.%.X.X.X.K K t.t.p.i.u.l.k.:.t.o.t.t.u.h.g.l.k.g.f.g.f.l.l.l.S.S.H.B.A.oXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXu X.%.C.I.k.k.S.F.k.l.k.k.s.s.d.a.i.u.a.+.U o.t.U o.U t.y.U o.i.a.F.U.G.k.l.D.h.p.p.t.U o.K L L o.L o.o.U t.U o.o.o.o.o.t.t.d.u.t.t.u.u.u.d.t.o.W o.:.u.@.%.:.#.t.o.u.u.l.l.X.X.%.O.J J K U X.X.U U L A G A D A A Z Z A L A A V V Z S J J X.I J J U K A A J E A @.s.:.E z f x C x f G G C f f C F F C C C C f z z z h h h z m Z Z S F E J E E E :.S.F.S.H.I.G.G.I.G.F.k.H.G.B.k.B.B.S.g.s.i.O.o.t.%.X.+.X.%.S.S.k.i.i.+.X.X.X.t.a.g.g.S.S.s.t.t.t.t.W t.p.l.l.k.k.s.k.l.l.k.k.S.H.S.J.z.oXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXH H i.F.F.k.k.k.C.k.k.k.s.i.s.d.a.t.%.t.o.o.+.o.U U U p.p.o.y.g.J./.^.l.k.g.p.p.p.t.t.t.t.o.L o.U o.L U L L L L o.W o.o.o.t.p.t.t.p.i.i.i.5.u.%.W K :.%.X.%.%.X.o.o.u.u.u.l.f.X.X.X.J I I L U U K D L A A A Z Z Z V Z A A A A Z A Z S D D J U D D D K L A J u.W i.i.5.:.Z x C f f x f f x C f f x C C f x C f b h h h h h h z Z S A Z J J X.J H X.g.D.S.H.F.G.F.F.H.H.k.S.H.S.k.k.k.S.g.s.s.i.&.i.a.s.:.X.i.S.i.+.a.f.%.+.i.g.u.i.S.S.k.H.k.p.t.W t.i.t.p.l.U.I.l.k.s.l.C.l.g.S.D.S.F.K.oXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoX< X.E k.k.l.H.F.k.k.k.k.k.g.i.i.s.s.t.o.t.o.t.+.%.o.K t.p.y.a.S.F.F.J.G.l.h.i.p.t.t.K o.t.U K o.o.o.L o.L L L L U L t.t.o.o.K t.p.i.p.i.u.:.%.:.%.#.W @.@.W %.@.W +.t.t.u.+.i.g.+.X.U J S S S D D D G A A A A B B s B B Z Z B A Z A Z Z A A A K K D D A G S G W %.u.:.%.%.E x C x f x C x f C f x f C f C C x h Z z g h s h h h Z H m m Z J E J J J X.a.F.G.I.J.l.l.F.S.k.l.S.k.k.S.g.k.f.s.f.g.S.S.B.p.%.g.g.a.i.p.g.+.O.i.g.H.k.a.S.J.H.I.H.u.t.u.i.h.t.t.~.I.G.G.l.k.k.l.l.g.D.B.B.S.P.2.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoX1 u @.%.C.k.k.J.S.k.f.k.k.k.d.i.i.i.i.%.t.o.t.U t.a.t.+.t.t.o.h.H.S.k.f.d.d.t.u.t.o.o.L t.t.o.L +.p.o.U U o.o.U L o.o.o.o.t.o.t.t.t.p.a.d.i.:.%.@.%.:.#.@.%.%.$.W W @.u.:.+.o.t.+.X.I I J J J S D Z A A A B A B B p s B B Z Z Z Z A A Z Z Z L A G D K D Z C Z G @.u.%.%.W E F z C f x C E F C x f f x C f C *.C S m b z b h h s h Z Z Z Z H X.@.K G J E +.F.'.`.I.k.g.g.g.k.l.S.k.g.k.k.k.k.f.k.S.S.J.f.5.i.F.F.f.a.g.i.U U 5.B.F.H.S.S.k.I.G.l.u.t.t.i.h.h.h.G.G.I.l.l.k.k.l.k.B.S.S.g.B.J.K.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXu a O.p.B.F.C.G.F.k.s.k.k.s.u.%.i.p.t.t.t.U +.t.t.p.t.t.u.:.#.k.k.f.p.t.t.X.o.+.U U t.t.o.U K o.t.D.U L L K K U U o.o.o.t.t.W t.t.t.p.p.s.:.%.%.#.:.j.f.d.s.i.%.W o.@.:.:.+.o.o.+.X.J X.@.@.W J G Z Z A B V Z B p B s B s B A V A A Z B Z Z A A A G L A Z Z J :.u.:.%.%.%.R F z f f C C E E C z f f f C G E E E G Z b b F Z Z h z C b Z Z F X.+.E F G J t.l._._.G.F.k.k.k.k.S.S.l.k.k.k.l.k.k.k.S.S.J.k.i.d.G.G.k.%.O.%.+.O.%.a.S.J.S.s.s.I.S.k.p.t.+.t.t.l.~.(.U.G.I.F.l.k.k.k.k.S.F.g.k.F.Y.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoX5 H $.i.B.k.F.G.S.k.k.f.d.k.d.%.p.y.t.p.t.t.t.t.t.t.t.u.d.i.%.d.f.i.p.t.A L L t.t.U t.p.t.t.o.o.o.o.L L L K L K L U U L K W t.o.t.t.p.d.u.:.%.@.%.u.k.F.l.k.k.5.+.@.#.:.u.%.t.o.%.%.X.+.X.X.X.X.K D Z Z B Z B B B V B B h B B A A A A B B Z B C A Z A K #.i.s.p.s.i.%.u.:.E F F C x f C C F x z x C f C C C G E J Z b b Z Z Z Z Z Z m b Z Z J E H Z J G W +.F.I.G.F.k.k.S.S.S.k.f.f.k.l.S.F.l.l.S.H.I.I.f.g.G.I.I.F.s.i.a.J.B.i.k.k.F.S.k.S.k.a.p.f.u.t.i.i.D.(.I.G.G.G.F.l.k.l.B.F.I.B.S.k.J.b.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoX2 t O.%.i.g.k.B.J.S.k.k.s.d.f.s.i.y.+.t.a.y.t.+.t.u.u.t.p.k.d.W i.g.i.i.W A A L +.h.o.t.D.t.t.o.U L U o.U U t.L L L L L L K o.o.+.t.t.p.t.:.%.%.#.#.%.g.k.k.s.k.:.u.u.i.s.u.t.#.o.+.y.%.%.@.i.i.%.X.X.A Z B B B B V V B s B h B A A A V B B Z B Z A A A X.S.I.F.B.k.s.s.u.s.:.W R x f f C x C f z f C C C C *.C G J E b b b m S G G H Z b Z b F Z Z F E J J %.l.S.F.G.k.j.S.S.B.k.l.g.l.F.H.~.^.G.G.G.I.'./.H.I.~.Q.Q.J.i.i.F.J.k.k.k.S.I.k.k.u.i.p.d.u.t.t.t.d.I.U.G.I.U.P.F.F.F.F.S.J.J.S.F.S.m.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoXr S %.+.5.k.k.k.F.S.k.k.s.s.k.d.p.y.t.t.y.a.p.y.y.u.u.:.d.k.t.#.s.k.d.t.G A A A K t.L t.t.t.o.t.o.K L L L t.U L L L o.U L W t.t.t.t.t.i.u.:.%.%.u.%.@.s.l.s.s.s.i.u.i.s.s.s.s.:.o.X.t.a.i.%.g.u.+.X.X.S Z Z B L A B B V V V V V Z V V h B k h Z S Z C K i.I.'.I.B.k.s.5.@.%.W E E C C f x C C x z f f x C C C C G H H b h g h Z Z A S Z b F F F J F S F Z K u.a.g.S.G.F.k.J.B.J.S.F.F.J.I.H.I././.I.D.G./._.^.G.I.Q.E.F.D.S.F.F.S.k.p.k.S.S.k.u.i.t.t.u.W +.t.p.l.U.G.I.I.U.F.G.F.H.S.H.I.S.g.B.A.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoXa J @.+.a.k.S.g.k.k.k.s.s.i.d.s.t.y.p.t.t.g.d.i.i.u.u.u.s.g.u.i.g.d.p.o.L W L G G A L K W o.t.U K L L L L L L L L L o.K o.o.o.t.o.%.%.i.i.+.%.%.u.:.:.i.s.s.s.s.f.s.s.d.f.s.s.u.:.%.%.k.a.i.a.u.%.+.X.W D B B A B B B B B B B C L Z C h h h Z J I W %.g.D.J.I.F.k.s.i.i.%.@.Z Z F F C x C C C z f x z 0 E z Z F F F F R z h h z m Z Z Z z Z Z F F E H H F J @.d.l.l.F.G.l.F.l.l.l.l.S.D.J.J.^.(.'.^.J.J.I.~.I.J.J.E.E.H.S.g.F.J.H.g.%.d.F.F.B.s.s.p.+.t.+.W t.i.p.I.J.I.I.H.k.F.I.J.S.J.J.H.l.g.C.b.oXoXoXoXoXoX", "oXoXoXoXoXoXoXr X.X.i.B.i.S.k.B.B.k.g.s.p.d.d.t.i.a.i.i.a.d.i.p.u.s.i.g.k.s.i.g.p.p.o.K L W L L L A L K K K K U o.U t.o.K L L K L L K o.o.o.o.W O.+.X.+.O.&.;.:.:.i.i.:.u.:.u.u.s.f.k.f.d.d.f.i.+.X.l.S.k.p.:.%.i.i.u.W B B B B B B B p B B B K W :.F F E %.&.+.W +.t.p.h.l.k.i.W W :.s.$.F z F F z f C f x f f 0 0 z 0 T Z Z F F E C z z Z Z b Z b m F Z Z H Z H { E Z J X.%.S.G.F.l.k.l.l.l.k.k.l.S.H.J.I.^.(./.I.H.H.I.J.I.~.E.I.I.H.g.g.S.k.I.f.g.F.F.k.f.u.u.o.+.t.o.o.t.p.l.S.F.H.H.F.G.I.J.F.H.J.J.H.S.F.L.oXoXoXoXoXoX", "oXoXoXoXoXoX, h J O.S.d.%.B.k.B.k.k.g.p.i.s.d.t.t.a.p.t.u.f.a.g.s.s.s.k.s.u.s.d.p.p.o.W W d.W L A K X.o.o.L L L U t.o.o.K L K U L K L L t.K o.o.@.X.@.X.@.%.%.%.%.%.%.%.:.%.u.s.k.d.s.u.s.s.f.p.t.u.h.l.H.a.u.%.p.S.d.+.W B f B p B p p p p B B D X.X.%.5.5.%.K W W o.W W t.u.#.W W i.k.s.E F F E 0 f f C f f x C C 0 R C F F F E C Z b Z Z b Z F H F b Z H H H F H X.G J J J i.F.k.k.F.F.l.G.l.k.l.F.H.I.J.I.I.I.F.D.S.S.J.G.G.I.^.E.H.g.g.J.J.J.k.g.J.H.k.f.p.p.W o.t.t.W o.p.k.k.F.l.S.H.I.G.I.I.J.J.J.J.S.k.A.oXoXoXoXoXoX", "oXoXoXoXoXoXe H X.i.F.s.:.B.B.B.k.B.k.g.s.k.p.u.y.t.t.+.+.g.S.k.s.s.s.s.s.u.i.i.p.o.W W u.t.L L L A L X.K K K K L o.K U L L K L L L L K L t.W t.O.X.X.X.X.X.%.%.:.$.@.@.%.u.s.p.d.k.k.s.s.s.p.k.p.a.d.D.S.a.i.:.i.i.u.+.X.A B h p p B p i i p B A K X.X.+.+.X.D +.@.W K C K %.X.%.:.l.k.X.F F F E F C C C x 9 C C C z C E W E F F Z F F z z H H G J S F H H H Z F F E J H F J X.s.s.l.A.l.l.U.J.k.l.l.l.G.F.J.J.J.S.B.D.S.S.J.G.I.I.D.S.S.S.F.J.H.S.S.H.F.F.s.a.u.@.W o.W +.o.p.k.S.F.H.H.S.I.I.I.J.J.I.J.J.k.g.N.<.oXoXoXoXoX", "oXoXoXoXoXO t I X.g.S.g.u.l.l.k.g.k.f.s.g.l.u.t.+.o.o.X.+.g.J.B.s.s.g.k.d.k.p.d.t.o.o.t.t.W L L L L L L K L K L L K o.L L A L K L L K W K W W W +.%.:.@.I U X.O.%.@.%.@.#.u.u.p.s.d.u.g.k.d.k.l.d.p.u.p.s.s.i.i.i.i.+.@.%.W Z A Z B f A K s B Z S G X.W X.+.J Z J A W J Z J %.%.5.%.g.5.:.W E E G E E E G f x x C C C F E W W G F E Z Z b z b F E E J G H F F Z b F H [ E G G A W u.f.S.l.G.l.l.l.l.k.k.l.l.F.D.E.J.k.l.l.S.S.S.D.J.I.J.J.I.F.I.I.g.h.F.F.S.g.a.g.5.i.u.o.+.u.h.k.l.F.S.F.S.I.~.~.I.I.J.J.I.S.k.S.w.oXoXoXoXoX", "oXoXoXoXoX@ k X.o.k.g.i.u.l.k.k.f.g.k.s.d.i.t.o.#.G K #.i.g.k.k.k.k.k.k.k.l.d.p.t.W t.t.K K K K K L K L U L L L L K U K L L L K L L K W K K K o.X.X.@.:.X.J I X.X.%.@.X.t.u.i.i.s.p.u.f.d.k.k.d.t.p.t.W i.d.s.a.f.g.s.%.+.W W D L A Z K p.G J L K o.#.J X.o.F F J W W W K X.t.i.a.i.k.k.k.j.s.s.:.*.W G G F C x x C C C C E E R F F R z h b b b H { { R H S H H F F F H E E E E %.u.u.k.l.l.l.l.l.S.F.k.k.l.S.J.^.I.h.i.k.F.l.i.t.l.J.I.I.I.E.I.S.i.t.l.k.k.g.D.S.g.k.d.p.+.u.g.k.l.F.l.H.S.G.I.I.~.I.I.J.I.F.S.S.V.oXoXoXoXoX", "oXoXoXoXoX, N U %.k.p.u.k.k.d.k.f.l.f.d.p.t.o.X.X.J G X.f.k.B.g.s.g.g.g.d.k.l.p.o.K W K G W K L K K o.t.K L L W o.K U U K K K K L J K K K K K o.X.W W p.5.X.{ X.X.X.X.X.@.t.s.s.p.s.u.d.k.p.t.%.X.K K X.i.a.a.S.F.F.k.s.t.+.W t.L Z L D K K K G J X.U J X.X.J %.t.@.W F S X.%.%.u.s.d.k.k.g.s.s.s.:.@.W E F F F C C x F F F F F Z Z C C b b b F H G J E E H Z E @.H H E E E E W %.d.k.s.k.k.k.l.l.l.F.S.k.F.S.S.S.l.h.p.g.h.h.%.i.g.S.S.J.J.I.J.B.i.o.u.g.F.g.g.S.F.g.g.a.%.u.d.k.l.l.F.H.F.J.I.J.I.I.G.J./.H.F.F.Y.oXoXoXoXoX", "oXoXoXoXoXl J O.u.k.u.u.l.k.d.k.d.k.f.d.u.o.o.J K W X.+.g.k.g.k.g.k.g.s.d.k.l.t.o.K K L L L G L K K K W K K K K U K K o.o.K U K K K L K K K G L J J J %.i.%.J J I +.O.+.t.u.i.p.u.u.u.g.p.u.+.W W L A L +.g.g.g.H.J.g.s.t.t.t.W W W X.X.C A W W X.X.X.X.#.#.@.i.:.E C f F X.u.u.i.p.s.k.S.C.k.5.d.d.:.@.*.F F C C F x F F F F R C F C F F b b H Z Z F F F J H G @.@.E J J H E W %.%.u.u.u.k.k.l.k.k.F.G.F.S.S.k.g.a.i.t.t.t.t.o.t.t.g.D.D.F.H.F.k.O.+.t.g.S.g.d.l.l.g.S.k.i.g.d.l.C.l.l.F.S.J.I.I./.I.G.H./.I.J.F.W.q.oXoXoXoX", "oXoXoXoXoXk I &.&.s.i.k.k.k.f.f.i.p.p.p.+.W X.J X.+.%.f.k.k.k.f.k.k.d.s.s.B.S.p.X.K L K G A L G L K K K K L L J K J L W t.o.U K K K K K K G A A G A L D K L A G D o.+.y.i.p.p.i.t.t.u.t.+.o.o.G A A K J o.D.S.k.g.g.g.a.a.%.+.X.W o.X.W C K +.X.G J Z S A W %.%.%.G z Z Z H @.%.u.%.W %.k.k.s.@.i.u.u.:.$.W *.E R F R C R E E E E 0 E E E C C R 0 E 0 E E R W W E W E E E E E %.:.u.:.:.:.u.k.k.k.l.g.F.G.S.S.g.p.t.t.t.t.t.%.o.t.t.h.^.J.S.J.D.B.k.%.o.d.l.d.%.i.p.i.a.S.g.I.k.k.l.l.S.F.S.I.I.^.^.I.G.H./.I.H.G.I.e.oXoXoXoX", "oXoXoXoX< Z X.+.+.%.s.l.l.k.g.g.p.u.p.u.W G J U O.+.i.g.k.k.g.f.k.d.p.s.p.g.k.u.U U L A A Z A L G A L K K L K K L K K K X.X.t.L W W W K K J K A Z Z V A A C G A D X.i.t.+.t.p.t.o.t.t.W +.o.@.K D A K %.y.g.g.g.g.g.s.s.s.i.t.t.%.#.G C S X.+.Z h V G G J @.i.s.s.@.E @.X.E X.+.W :.u.%.p.l.X.G @.5.:.:.5.:.u.#.W W E C C E R E 0 T C 0 0 R C E W W E E #.@.#.s.@.#.u.%.%.@.E E %.i.:.%.%.%.u.j.k.l.g.k.S.l.s.%.t.W K t.o.+.%.t.t.p.p.l.S.~.J.J.J.I.g.t.t.g.%.+.t.y.y.p.S.D.J.S.l.F.S.S.S.F.I././.I.U.I.G.^.I.F.H.H.V.oXoXoXoX", "oXoXoXoX: V +.%.5.t.d.g.k.d.g.g.p.t.t.t.W K K X.X.X.5.g.k.g.k.s.s.s.s.p.d.%.t.p.o.L Z Z h B A Z B Z L A W L K L L K K K K K o.X.K t.W K L K G C Z Z Z Z A A G A G t.%.+.+.t.t.t.W t.t.t.X.#.+.#.+.W X.t.i.a.g.a.g.k.g.s.p.t.y.%.X.X.X.K A +.%.J Z A X.@.%.i.k.l.k.s.s.u.%.{ { X.#.W u.p.k.k.%.@.u.s.s.s.i.i.5.%.%.$.@.E E E C E C C C C E 0 E 0 G W E T E *.j.l.s.@.@.@.@.@.#.W @.@.X.@.@.%.:.s.f.d.i.d.g.g.u.u.X.K o.W X.t.+.%.t.t.t.p.h.~.~.~.I.I.F.S.i.d.p.u.i.t.u.g.S.S.S.H.J.G.S.S.H.H.I.Q.I.~./.G.G./.I.P.H.G.Z.oXoXoXoX", "oXoXoXoXr J O.%.i.u.a.k.l.s.d.g.p.t.+.X.K K X.X.O.u.a.D.k.k.k.g.u.p.u.p.a.i.d.h.o.A Z B B h B C B C B A A A G K K L L W L K K W K K o.W G K A F A C B A A A G D I i.+.X.t.t.o.t.t.W o.W X.%.%.#.+.o.X.t.i.D.S.S.B.g.a.s.i.t.i.t.u.u.u.G A X.:.J S A J X.i.l.I.G.k.s.s.5.O.X.X.J %.#.:.u.p.k.k.s.s.s.k.j.5.u.:.%.%.$.E *.E E E E E E R E W E E R G E W W s.g.k.l.l.k.s.s.#.@.@.@.X.%.%.%.%.%.i.i.d.f.i.a.a.i.t.%.K o.o.o.X.K t.%.+.y.u.t.a.D.G.~.J.S.k.l.g.l.G.J.l.u.i.g.B.S.k.S.I./.P.F.G.I.I.I.H.I./.I.H.Q./.I.G.F.F.q.oXoXoX", "oXoXoXoXa H O.%.i.i.d.d.s.f.k.p.d.t.t.o.J X.O.+.%.d.S.J.S.l.k.f.p.s.p.p.p.h.d.d.+.A B h z h h C B B Z Z Z B A L L G L W W W L X.X.U U K K K A J J S Z D A S A A X.i.+.O.+.+.5.i.t.o.X.#.%.:.%.W o.W K o.d.S.S.J.l.l.g.d.a.p.p.p.i.%.E W +.O.X.X.X.X.X.#.i.I.I.F.k.i.%.%.@.J F E W i.i.u.s.d.k.k.k.k.k.k.s.s.s.:.:.:.u.s.E E @.:.%.*.@.@.:.W E R E E @.:.g.l.l.l.I.l.P.l.u.W @.E X.u.:.%.@.%.i.i.i.g.p.s.u.t.%.+.t.t.o.X.U X.O.+.%.y.y.%.o.t.l.~.H.F.k.g.g.k.l.D.G.s.a.l.F.H.F.B.J././.I.I.U.~./.I.G.Q.E.F.P._.I.H.F.P.e.oXoXoX", "oXoXoX@ k H O.%.k.d.k.k.u.d.d.s.p.t.+.X.X.+.%.:.5.p.g.F.S.S.B.a.p.p.p.p.p.d.t.p.K Z B h h h h C Z A A A A A C A G L W L W W X.W o.U K K K K J K J J J D A A S G J t.p.%.%.+.y.%.u.u.:.u.u.s.u.#.u.a.i.u.l.^.F.D.D.S.l.h.p.p.t.t.#.J Z o.p.+.X.X.X.X.X.#.i.S.I.D.k.%.X.%.@.G H @.u.s.d.k.k.s.k.k.S.S.H.k.s.s.s.s.s.u.s.g.E W *.@.:.:.%.@.#.@.E E @.#.u.s.g.l.l.l.I.J.l.k.s.@.@.@.:.u.i.%.%.O.+.:.u.s.i.u.:.:.+.u.h.u.X.U X.X.X.+.%.%.y.+.o.o.t.l.S.F.l.k.f.h.h.d.F.d.a.S.H.H.I.F.S.I././.E./././.U.I.Q.Q.H.I.I.J.F.S.H.N.oXoXoX", "oXoXoX: S b O.&.d.l.j.k.p.d.d.i.i.+.o.X.+.%.:.u.i.a.S.S.F.S.k.a.d.d.u.o.W o.K W A A B h k b h C B V B A Z A V B B C L A J K W W L K W K o.L K L A J D S D J D J J #.i.i.u.+.%.%.u.u.s.s.i.s.s.:.u.s.i.i.f.G.I.H.I.I.G.l.i.u.t.o.J J J @.%.+.o.o.U I X.X.t.u.u.t.W W %.@.E Z F J %.i.d.k.k.k.s.s.k.k.F.k.k.k.j.s.s.s.u.r.@.:.i.#.@.;.:.;.@.@.W u.k.l.l.l.k.l.)._.J.I.k.:.@.#.@.W %.:.u.u.%.@.+.5.:.u.u.k.l.g.a.S.g.i.O.X.U J X.+.+.+.%.X.W K K t.d.h.g.f.d.g.d.d.F.l.s.S.G.J.I.I.I.H.I././.Q./././.I././.I.I.I.I.G.H.I.Z.oXoXoX", "oXoXoXr J S +.i.k.l.k.k.d.d.j.s.y.o.X.o.&.f.u.u.+.f.S.S.S.F.S.g.g.p.+.L K L L L A A Z Z h h h h s B Z Z V A A Z Z Z C G A A G K K L K o.K L L K S S J Z S J X.X.X.J o.t.%.%.%.p.u.u.s.u.i.s.:.%.i.g.g.g.k.l.J.G.J.D.l.l.h.h.a.a.:.u.u.O.+.X.K L U D A J K J G G J W %.W G F Z G W Z W k.l.k.k.k.s.k.S.P.k.k.g.f.s.s.u.u.s.U.].j.:.%.u.s.E @.%.j.l.l.l.l.l.l.l.l.I.U.k.s.u.@.W W @.%.u.t.;.%.%.%.:.:.:.S.P.F.B.g.f.i.X.X.J E X.+.O.X.X.U K K L K t.d.p.p.p.g.l.l.F.D.g.l.F.G.I.J.I.I.I.I.(./.(./.Q.Q._._.I.I.Q.I.G.H.G.Y.^ oXoX", "oXoXoXa S X.O.i.k.k.k.k.s.s.s.s.t.K +.o.p.g.u.u.i.f.k.k.B.S.S.D.h.t.t.K K A A L A Z B h h h Z h h Z Z A G A Z Z G A C A A D D D K W K A G G J J D S J Z J S J I J U X.%.i.i.i.f.g.d.s.s.g.s.i.i.p.g.g.k.l.l.l.G.S.l.k.l.k.g.p.d.i.i.i.i.+.K A A A Z Z D A Z Z Z G J W #.W J J W W W %.l.l.l.l.k.j.l.l.l.l.k.k.k.s.r.:.:.:.l.U.k.k.i.i.i.E $.k.k.S.k.S.S.H.H.I.I.I.^.l.d.:.%.W @.%.:.:.:.i.%.%.i.u.:.u.l./.S.k.s.i.i.#.X.{ X.+.X.X.U O.U D J U D K t.u.t.u.p.d.D.B.B.B.l.l.I.~.G.I.I.~.I.~.(.(.(.Q.E.`.`.U.I././.H.H.F.L.<.oXoX", "oXoXoX5 k U %.i.k.i.k.s.s.s.u.#.o.U t.X.h.h.s.u.g.g.k.g.B.J.H.D.p.o.K U K L L L D Z V h b V Z b h Z L G A Z V Z J A A Z A J D J K J A Z D J G J I A J A S S Z A J X.+.B.i.p.i.p.d.k.a.g.g.i.i.i.s.g.p.k.G.l.I.l.S.l.g.k.p.i.u.%.%.i.i.t.+.D A Z A A A D A F J F J J G W W K J E W #.i.s.k.l.k.k.l.l.k.s.l.k.k.j.k.l.i.s.:.r.s.s.k.k.s.:.$.%.j.G.F.S.F.H.G.I.G.I.l.U.l.:.u.s.:.:.u.:.u.u.s.g.f.d.u.u.u.f.I.S.k.s.i.:.+.@.X.X.O.U U X.O.U I U L Z L o.t.t.t.u.p.l.S.S.S.k.F.P./.I.I.I.^.~./.(._._.(.(.]._.Q.I.U.I.F.F.F.H.w.oXoX", "oXoXoX5 S X.&.i.i.s.k.p.p.i.u.W U o.o.X.i.d.p.u.D.B.B.k.g.H.D.h.K K o.K K W K L L G C h h b b b C C G D Z h Z z A J A S A G J D K G F S Z H J U I J S V D S Z D J X.u.s.i.i.p.f.i.p.a.g.p.i.u.i.f.d.p.l.G.k.l.l.S.g.g.d.t.@.X.o.o.%.t.W X.D A A A A G D F Z F Z C C A A Z G D W W o.+.+.%.u.s.g.l.^.P.j.l.l.l.k.g.g.s.s.i.g.g.s.s.s.k.l.j.k.k.l.F.F.I././.I.I.I.I.I.l.j.k.f.f.s.u.u.:.f.g.g.h.l.k.s.:.i.l.B.k.k.s.5.%.%.X.I U X.U U X.U U U D A K +.u.s.u.u.u.d.S.H.F.B.k.G.G.I.I.I.I./././.(._./.(.`.[./.Q.I.I.F.S.S.F.w.oXoX", "oXoXl 4 S X.+.i.s.i.s.s.i.p.i.W L U K o.+.u.p.g.S.B.B.S.g.g.S.y.o.K K o.W K K K L L Z C Z Z Z S A Z Z Z Z B h Z G W A A D D K D G L J Z Z S J J D U I J D S Z D G X.u.u.&.a.p.i.i.i.i.g.s.i.i.s.f.d.d.l.d.s.l.k.l.g.f.d.p.t.+.W X.X.K G A A G A A A Z Z Z C s d f 0 f C C Z J W W X.#.#.%.u.u.f.l.l.G.k.l.G.l.l.s.s.g.s.s.s.g.s.s.j.s.l.l.l.l.l.F.S.I.[._._.E.I.U.U.l.l.l.f.f.i.s.u.u.f.S.g.S.H.F.l.s.g.S.k.k.k.f.i.:.X.X.{ O.X.X.o.+.O.U U U o.X.#.i.k.k.t.t.p.k.B.J.J.F.G.I.F.G.I.I./.I./.'.`./.(.].].]./.P.G.l.F.H.F.e.oXoX", "oXoXg 4 H O.+.%.p.f.k.p.i.t.t.W K K K X.+.5.i.S.B.S.F.C.k.S.g.o.L L L L W X.U K L A S h Z Z Z G S Z h h Z z z Z A W A G A G K G A A F Z D D D U I J J J D Z S D D o.%.:.i.p.i.i.i.p.i.a.a.i.d.u.+.d.g.g.s.k.k.k.k.k.k.k.d.p.u.%.+.K D A Z D D A Z A V V B h h h f 0 9 d s C A W @.W W @.%.u.s.k.l.l.l.l.l.l.U.k.j.l.l.l.k.j.g.j.k.j.k.k.k.G.G.G.G.G.I.U././././.I.l.F.k.k.k.k.s.s.i.p.g.S.S.D.F.S.k.C.k.H.S.l.k.s.5.:.X.@.+.+.+.O.X.%.i.U U K t.a.g.D.S.p.%.+.a.g.F.F.G.J.I.I.G.I.Q./.`././.`.`.E.(.`.[.[._.H.F.S.S.J.F.N.oXoX", "oXoXt , J U U O.u.p.g.d.i.t.t.t.X.D D X.O.+.+.a.S.S.S.S.B.D.y.U K L L L K +.t.L J S Z b b Z Z S C Z h C Z C Z C F W G F A A A J G A C C D K D K I I D D I S D A D @.%.:.i.i.p.i.i.p.d.d.g.d.u.K W u.a.i.d.l.d.d.d.s.k.k.k.f.u.u.t.o.K G D D D J V Z A V C B h k h f i d s B H J @.W X.:.i.s.d.k.l.G.G.G.l.l.l.l.l.l.l.l.l.k.l.l.J.J.l.k.k.l.G.G.F.G.I.U.Q.E././.I.U.G.G.k.j.k.k.s.s.f.k.F.J.J.H.H.F.S.S.H.H.k.k.:.%.%.@.+.#.+.+.U X.X.I U K K o.d.S.I.S.k.s.+.d.D.J.I.G.F.J.I.I././.(.`././.].[.(./.(.].|.).F.G.I.F.I.F.C.M oX", "oXoXh 4 J J J X.:.s.p.h.t.t.W t.K D J U X.+.$.i.g.S.B.S.S.S.+.K L A G L L D K L D Z Z h b k h k b b h Z J Z C Z Z Z G G A J D J K A Z G K D D D D I D D D I U D U i.:.i.s.s.s.p.p.i.i.p.h.a.+.K o.+.o.%.d.k.k.k.k.s.k.s.f.p.u.u.W W K A D D D X.D Z A V Z B h p i i 0 i h A J E W %.:.u.s.f.l.l.l.l.P.l.l.U._.l.l.l.l.l.l.U.l.U.J.l.G.l.l.G.F.F.F.F.I.Q./.I.Q._.U.G.I.G.k.k.d.k.k.g.g.S.J././.^.'.I.F.F.F.F.k.k.s.i.:.%.+.@.+.O.U X.X.U D K U o.p.F.G.S.k.k.i.g.J.I.J.J.S.F.I.I.I.I././._._.[.}._.Q./.].|.).H.I.H.H.I.H.C.>.oX", "oXoXm g G S G X.i.d.p.p.i.W K L D S S J X.O.+.a.k.B.S.F.D.S.t.U L L K G D A A A A C h h h Z h h z h z C C z C G F F F G A K G K o.K D J D D L D D I I I J I U I X.%.%.%.5.p.p.f.%.t.i.i.t.o.U A D A K X.d.k.s.i.d.k.k.i.d.u.u.u.W K D L G D J U D A A A Z C B f f p a s Z S J X.o.u.i.i.s.f.k.l.G.U.U.I.l.U.l.l.U.U.U.U.l.l.l.l.l.U.P.l.l.G.F.G.F.F.I.U./.I.Q./.U./.U.I.l.k.k.k.S.B.S.S.F././.^.(.I.F.F.F.G.F.l.k.s.i.:.:.%.%.o.O.O.X.U +.t.%.X.s.H.I.H.l.k.f.g.H.I.I.F.F.G.G.I.I.~.^./././.[.|.{.(./.[.[._.H.I.H.F.I.G.S.w.oX", "oXoXa Z S Z S W i.d.a.u.t.W Z Z A A V K U U +.a.l.S.S.F.H.D.p.U G G A B A A A B Z h h z Z b h h h h h z h z Z Z Z Z Z Z E F A D K G G G L D G D K G L W W X.W W E K o.#.o.t.t.t.t.o.X.t.X.A Z D A D K K :.S.g.i.i.k.k.s.u.@.#.+.K G G K W J J K A A Z Z A Z Z B B h b S A E W @.#.u.i.d.j.l.l.k.l.U.I.^.I.I.U.I.I.G.G.F.F.F.I.F.G._.G.l.G.l.G.U.l.G.U.U.(.`.[./.E.E.J.J.F.k.B.H.J.D.S.F.J.I.I.J.I.I.G.G.F.G.H.H.l.k.s.u.:.u.i.%.+.%.:.%.f.a.k.g.g.B.I.E.F.F.g.s.k.F.I.H.G.H.I.J.G.I.I.^./.^.[.XX}.(./.`.{.Q.J.F.F.F.G.G.F.6.oX", "oXoXg S S h S J a.t.i.+.o.K B C V V S D U U O.B.S.l.g.k.S.F.g.+.W G A A A B B B z h h h h h h h h h h h k h h b b Z b b Z Z F G J A G A A A A K G D J W W #.%.@.W W W W W W W +.K A J X.D V Z A A A A L +.s.d.i.p.f.l.k.f.u.:.W A A A A K W W G A A Z B B B Z A A S D J W W @.%.s.s.W #.d.l.l.l.I.U.U.^.I.U./.I.I.I.G.F.F.S.G.l.l.l.F.F.U.U.l.G.U.J.I._._.[.[.[.Q.E.E.J.J.F.D.J.J.H.J.I.I.I.^.~.~.^.I.I.I.I.I.I.G.l.j.s.u.s.s.u.%.s.g.p.i.f.g.D.F.S.J.I.S.S.k.a.g.S.S.G.I.H.S.B.F.F.J.I.I./.[. X].Q./.(._.Q.F.C.F.H.G.F.P.w.oX", "oXoXa J Z h Z G p.u.t.+.o.L B h V Z Z J U O.y.H.S.l.g.p.g.D.D.i.W K L L L B B B h s h h h s h h h b h k b h b b b b b b Z h Z Z G A D A A A A G G J J W #.:.:.%.@.X.J A J L A A Z A D L A Z Z A Z A A D %.p.d.s.f.l.F.S.f.s.u.:.G G J C G W W L A V Z h s s S D A A E X.%.%.#.%.#.t.W u.l.l.J.I.G.U././.^.U./.^.I.~.I.F.F.k.S.F.I.I.P.G.P.J.l.G.I.G.G.I./.`.[.[.`./.Q.E.E.E./././.I.~.^.^.I.~.I.I.~.I.I.~.~.^.I.G.l.l.k.s.i.:.:.%.s.k.u.%.%.u.l.D.F.B.S.S.S.g.s.s.d.k.F.F.l.B.S.S.S.J.J.J.(.(.[.`.Q.Q./.(.E.S.B.H.H.H.F.F.e.oX", "oXoXh { Z s h J +.t.t.t.W A h B V V Z J U %.i.S.S.g.l.a.g.S.H.S.t.K L G A A B B h s Z h h B z Z b b b b h k b b b F F b z z Z b Z A J A A A A A G A J W :.s.:.:.#.X.J G J L A B A A A D D A Z A Z A D J %.s.a.s.d.g.k.g.p.p.u.%.W #.K J W J L Z Z A V h s B B C Z Z X.#.:.:.X.#.t.t.W d.l.l.l.I.G.I.~.^.^./._.^./.^.I.l.k.k.S.F.F.G.l.F.l.l.l.G.G.G.G.G.^.[.}._.`./.^.E.E././././.I.~.I.~.~.I.J.I.I.G.~.~./.'./.P.G.G.G.F.s.i.g.i.k.k.u.%.+.t.g.B.S.g.B.S.g.k.s.g.l.k.l.F.S.F.S.F.H.J.D.J././.`.`.E.^./.Q.E.J.S.F.G.F.F.S.N.oX", "oXoXH I S d h D X.U X.o.K V V Z V Z H G X.i.a.k.l.a.l.g.p.h.D.D.p.W L L A L C B h h z Z V B Z B z Z Z Z b b Z b Z Z b F Z z b Z S G J D A A A A G K K %.f.s.d.:.X.X.X.J W K G Z V A A A A S A A A A X.J :.a.g.s.p.d.s.i.s.s.i.@.@.W W J W K J G A A Z Z Z G J J J J X.+.u.u.%.%.o.t.:.u.l.l.G.I.G.G.U.^././.^./.U.U.G.F.C.l.F.F.l.F.l.F.G.F.l.F.l.I.l.I.^._._./.(.E.I.E.I./././.I.J.J.J.~././.^./.I.I./.I.(.[.'.Q.I.I.G.C.k.k.k.k.P.k.:.+.i.a.g.S.S.g.D.S.k.F.k.g.F.l.k.k.G.J.F.J.G.I.F.F.I.~./.(.Q./.(.^.E.H.H.F.H.S.B.B.N.oX", "oXoXk I Z a k D K K L K U D Z G Z Z J X.+.S.a.k.g.a.d.p.p.p.h.l.l.o.G L L A C B h h Z Z A Z C h S Z S Z Z Z Z b Z Z Z Z Z C Z F S G X.X.G G A A D D J :.f.s.u.%.U U I J K G A Z B A A A J D B A A J %.K %.g.f.i.i.u.u.i.i.i.s.%.@.W W W L G A A D D A J @.%.O.+.#.X.X.%.u.s.:.u.s.u.u.d.l.l.I.l.G.G.G.I././.~.^.I.U.F.G.F.G.G.F.G.U.F.l.F.G.G.l.G.J.U.J.I._.^.U.E.J.J.I.I././.(.E.I.I.G.I./.'.'.`./././.~./.[.[._./.Q.I.l.S.H.S.S.Q.P.u.i.p.p.g.S.F.B.B.H.H.J.B.g.S.B.k.S.H.I.F.H.I.J.S.G.J.I././.Q.(.(.Q.E.E.I.H.S.S.k.g.N.oX", "oXoXb S S s k D X.K U K o.X.D L Z S :.p.p.g.a.B.l.S.h.a.p.p.d.l.l.h.t.t.t.K C B Z B A G Z B V C C Z S A Z Z b Z b S S Z b Z F H S S H X.+.K K D G K J @.d.s.t.W J J J J K K A A V Z A G U J V A A A D D %.k.g.s.i.:.%.u.u.:.5.%.%.%.u.o.J Z B A G D X.%.%.%.%.%.%.O.+.%.p.u.:.s.k.k.d.l.d.k.l.l.F.I.G.U.I.I.I.^./.I.I.G.G.G.F.F.G.l.l.G.F.P.G.^.U.U.I.G.I._.U.I.J.I.I.J.I.~.(.[.`.~.I.J.~./.'.[.[._././.I./.`._.]._.Q.I.G.G.G.I.S.I.J.k.f.i.a.g.H.H.S.B.g.D.S.B.S.F.F.H.S.J.J.B.S.^.J.F.F.J.I./././.(./.E.E.E.Q.H.S.S.k.g.N.oX", "oX< Z B F h V J X.K U J o.o.U L Z S %.a.f.a.a.k.h.l.D.h.p.p.p.h.l.h.t.t.o.W A A A A K L A B V h C Z S A S Z Z b z z Z Z Z F H Z Z V Z X.%.X.X.K G A J W W W W J J I J D J K A A Z D J G X.U Z B A D W X.:.k.s.u.i.u.:.u.%.#.X.X.@.W W W K L W A G X.+.i.%.%.%.+.%.%.i.a.f.d.d.k.l.l.l.l.k.k.k.k.l.F.G.G.I.G.J.^.I.I.U.G.F.C.l.l.G.l.J.P.l.l.F.H.l.l.l.G.I.U.G.I.J.I.J.F.G.I./.[.(.I.I.I.~.^._.|.|.`._.Q./.(.'._.|._.Q.I.I.G.I.I.I.I.I.H.B.s.a.k.F.H.H.S.B.H.S.B.S.S.S.S.S.S.I.J.F.I.F.S.F.I.I./.(.^.^.^.Q.I.^.^.H.F.D.S.C.B.) ", "oX8 h V J z Z G X.U X.U U o.U U A Z U a.k.g.g.g.g.g.g.g.p.t.p.h.p.h.t.W K K A A A L L G Z k V Z Z J A S S J G Z z Z b Z F F F Z b z Z S E W W K G A G D G G W G G X.U G I I D D D D X.U K +.A B Z J +.g.l.l.f.u.s.k.s.u.i.o.{ J J A A K K J o.X.X.+.i.i.i.i.%.5.p.p.s.a.f.g.D.S.H.H.S.k.s.f.k.k.l.l.l.I.G.G.G.G.I.G.U.I.F.F.l.l.F.G.G.S.S.H.H.H.F.S.k.F.G.G.I.G.I.H.S.F.I.I.I.U.I.G.I./.U.I.^.[.]._._.I.I._._._.[.`./.~.I.I.G.I.I.I.I.I.S.k.l.h.l.H.G.G.S.H.S.S.B.B.B.g.S.F.F.J.G.H.l.C.G.I.I./.^.Q.^./.Q.J.E.E.H.F.S.S.S.a.^ ", "oXg a Z X.C S G X.U L t.U U o.U U D X.a.a.f.g.k.s.g.a.g.p.p.p.h.h.p.p.K A Z B L A L G J S V Z S S D S Z Z S S z Z k b Z F J F b S A A Z G G J W K J L G L A L A D K X.J J J U D J K U U J #.A C G X.%.g.g.f.p.s.s.p.u.s.%.X.X.J C C C G W W X.X.+.f.i.a.i.g.g.i.s.f.f.i.s.g.S.J.I.G.l.k.k.l.F.l.G.G.l.G.G.G.G.F.F.F.l.F.l.l.F.F.G.G.P.l.S.k.k.k.S.S.k.F.F.F.G.H.J.I.H.P.I.I./.U.I.I.G.G.I.^.~./._._._._.~.~._._.(.(./.(.I.H.G.I.G.I.I.J.S.k.S.S.l.F.G.G.S.H.H.D.B.B.D.S.S.F.J.G.F.S.S.S.G.I.U.^.^./.^.(.E.F.J.S.S.k.B.S.F.N.,.", "< t i Z W A D D K U K o.U L U U %.+.X.5.i.i.i.k.p.p.p.p.p.t.t.h.p.t.o.o.Z Z A A K G A A Z A S J G A Z Z Z S H Z b b b Z F J G C G G A F Z C Z W X.J G D A Z A A J J J S S J X.I J I D I X.O.D S A E E %.k.f.i.5.%.:.:.%.J G G Z h f f A o.K X.X.%.5.5.a.d.g.S.S.g.s.a.p.p.g.S.H.I.G.l.k.k.l.k.l.F.U.I.l.I.G.G.F.F.F.l.l.k.F.l.F.G.G.P.F.H.S.k.S.I.F.F.S.k.F.F.F.F.I.I.I.I.I./.U.I.G.G.I.I.~.I.U.~.^.~.~.I.^.^.U././.I.I.I.F.I.I.G.I.I.S.S.S.g.g.l.F.G.I.G.H.H.B.S.l.J.J.S.D.J.J.S.l.l.l.G.I.^.I.J.E.E.(.I.F.H.S.B.a.S.S.D.N.c.", "oXi i Z Z S D D L U K K U K K O.:.+.J J +.i.i.s.p.p.y.t.p.t.t.h.h.p.o.L B C A A L A C A S D A D D A Z Z Z H J Z Z b Z Z A E G A A A Z C C C Z G W o.K G A A A A D J I J J J X.U I G D I %.%.U G J G J %.g.s.:.%.:.:.u.:.K D C d i 0 0 B G A K X.%.i.i.i.s.g.k.F.S.a.a.s.f.g.B.J.I.G.l.k.k.l.l.l.F.U.U.G.I.I.F.G.G.F.G.l.l.S.l.S.F.l.l.l.S.J.S.H.G.H.G.F.C.l.H.I.H.G.I._.].I.I.G.G.H.H.G.I.I.G.I.I.I.I.^.U.^.~.I.I.I.J.I.G.H.F.H.I.I.U.S.S.S.S.g.l.F.I./.F.H.D.S.l.S.D.J.F.F.H.G.H.S.G.H.F.G.I.G.D.I.^.!.H.F.S.F.S.F.S.H.D.B.v.", "oXi f Z F Z G G L K K K U K U X.t.i.J F K :.i.i.i.t.p.p.p.i.u.u.p.p.o.K Z B A A L G Z A D X.J S A S Z Z b F F b h Z Z D D X.W J L G C B Z Z Z G K +.o.J A A A A Z A D U J J I I X.J I X.:.%.X.U J E { :.:.:.X.X.@.t.t.u.W B p i 0 i f s B A J #.5.s.s.i.i.g.f.S.g.s.s.%.i.i.s.D.G.F.l.l.k.k.k.S.S.H.I.G.G.P.G.G.G.F.l.k.k.k.l.G.G.l.l.l.F.l.G.P.F.I.H.F.S.F.G.U.^./.Q.U./.I.I.I.F.F.l.H.J.J.l.I.I.J.I.~._.I.~.I.I.I.l.I.G.G.G.G.G././.H.H.S.l.S.F.F.G.I.F.H.F.S.S.B.F.J.J.J.S.F.H.G.I.G.J.J.I.H.F.I././.J.S.S.S.B.F.B.D.F.F.8.", "oX8 z J f h G L A K L K U K I U X.X.Z Z A E X.:.i.i.p.t.i.a.u.+.t.t.W K A A Z A Z A Z A J I J J D F Z b Z b h b b b S G S G J J J A Z Z C Z G C S J @.X.J J A A A D J K J J I I I J X.X.:.%.X.{ E X.%.s.s.#.X.D L W L G A C h d 0 0 i p B D o.+.i.S.s.:.i.i.g.S.k.k.s.@.O.i.s.s.k.k.k.l.k.k.F.F.l.F.G.l.F.G.H.F.F.F.F.l.l.l.l.U.P.P.G.l.l.I.J.G.S.I.G.F.S.S.F.F./. X X[.I.J.G.H.G.C.F.F.l.G.U.U.I.J.J.J.l.I.I.I.l.J.J.I.G.G.G.I.I.(.`.I.F.S.S.S.G.I.I.I.F.F.F.S.F.B.S.J.E.J.J.J.G.I.G.I.J.J.H.F.S.J././.E.S.S.B.S.F.S.F.H.C./ ", "oX8 z J p h A D A L L L J I J U X.W Z Z F S A %.%.p.a.i.p.p.i.t.t.d.t.K A G Z A A A A G J J J S G S Z Z Z b z h b Z H S S A Z G W G L J Z C C C z Z D X.W J J J D D D J J D U U I J U I X.%.%.@.@.@.i.i.:.W J G J K A G D G A Z f 9 0 B A W t.t.:.s.i.i.:.i.s.g.s.k.s.%.%.s.s.s.p.k.f.k.k.l.S.S.F.G.G.F.S.F.F.F.G.G.F.S.l.l.S.G.G.l.l.G.F.G.F.G.I.I.G.G.l.F.l.F.I.`.}.[.U.F.H.G.G.F.F.G.I.G.J.U.J.I.J.l.l.I.l.I.l.U.I.l.I.l.I.I.I.[.].I.H.F.S.F.I.I.U.I.H.H.S.S.S.S.F.I.`.Q.J.J.G.G.F.H.J.H.S.B.D.J./.^.J.S.C.B.F.J.H.S.H.F./ ", "oXoXH S a h A A A L L L K U U J D A Z z Z b X.i.u.u.g.a.p.u.g.g.p.l.p.t.A A A Z C A A K U U J J D S z Z F b b b Z H G S S Z A A J J A G G G A C h Z D X.@.W G J J D D D J I U X.U J I J { X.%.%.X.:.g.i.X.J G J W W K G D D A Z h i s A J X.o.t.%.i.:.u.s.s.i.s.s.k.k.s.s.s.s.f.k.f.k.k.l.S.S.F.G.F.G.G.l.F.F.G.U.I.G.F.l.k.l.H.l.l.G.I.l.G.F.l.G.I.F.G.S.l.l.G.I.U._./.U.H.G.I.F.F.l.l.l.G.J.J.l.G.G.G.J.l.I._._.l.J.l.G.I.I.I.I././.I.F.F.F.H.H.G.I.I.H.H.S.k.S.H.J.I./.I.F.J.H.H.H.J.F.F.B.k.H.H.^.^.J.S.S.S.S.F.H.H.J.C.8.", "@ @ F F i B B A A A L A L U K U F b Z b Z b G y.s.i.u.i.p.p.d.p.p.l.p.t.L A B A A V A J U U K K A A m Z Z m H H F G E K J W D D G G C G G J J C C V G J K X.W J W L J J G W E W @.W W W W W @.#.#.s.s.W E E E W W W W G A A A A C i f A o.@.u.s.s.u.u.k.k.d.s.u.u.u.p.l.l.G.k.s.p.p.k.l.S.l.S.F.S.k.l.F.S.S.H.H.I./.H.l.l.l.k.l.l.H.H.F.G.G.F.F.G.G.S.G.G.H.G.I.I.I.^._.U.G.F.J.F.C.l.k.k.I.G.G.F.H.F.S.F.F.H.I.I.I.F.F.G.G.I.I.I.(./.^.F.H.G.I.I.G.G.I.I.H.S.k.S.H.J.J.E.H.D.H.G.F.F.G.H.S.l.k.F.H.I.^.I.k.k.S.B.S.H.J.J.C.6.", "oXa h J p B B L Z A L A A U U K F b b Z Z Z G %.d.d.p.d.p.u.p.t.t.p.t.t.K A A A A Z A U X.J K U A Z Z Z Z Z J J G G W W K W K D L L A W W W W G S S G A J X.#.#.W W G L W E E E W W W W @.#.@.#.s.s.@.E W E W W W W L A A A A G Z h B G W X.i.s.s.s.k.l.k.g.d.s.t.t.p.g.l.F.d.u.t.u.p.p.k.k.k.F.F.S.S.B.F.S.S.H.I.`.H.F.G.S.k.F.F.G.H.F.G.I.H.F.G.l.l.P.I.J.G.F.I.I.U._.U.G.F.I.F.F.S.k.k.H.H.G.G.F.S.I.B.S.F.I.G.H.F.F.F.G.G.I.I././.I.F.J.H.J.I.I.I./.J.S.H.S.k.S.S.F.J.H.D.H.G.F.F.G.H.F.S.l.J.G.I.U.I.S.S.S.k.S.S.S.H.B.j.", "oX5 s D s s B B B A A A A D U U Z Z Z F F b F W t.i.p.d.i.t.t.t.t.t.+.W o.G A B Z Z S J K I U D A A Z F F G J F G F G J D W U J W G A L J W %.W J E J K W X.W X.@.o.W A W W E W #.W @.@.@.:.@.#.u.#.E E E W @.@.W W W G L E L G A V h C A W :.u.u.k.l.U.l.l.f.d.s.i.i.p.s.s.:.#.t.t.t.t.s.p.s.l.D.F.F.k.S.l.l.H.J.J.S.F.G.S.S.F.F.G.I.I.U.G.I.G.S.k.k.S.I.J.H.F.G.G.I.U.U.I.G.I.I.I.l.l.S.F.F.I.U.G.S.S.l.S.l.I.I.H.G.H.G.G.I.I.^./.Q.E.I.^.J.I.G.I.G.I.I.F.D.F.g.k.k.S.H.J.H.F.G.H.F.H.F.F.G.H.J.I.I./.P.F.B.S.S.k.S.S.H.g.,.", "oX= s h s s B Z Z A A Z A L U U Z Z Z S A m z F W t.p.p.u.t.W t.t.K K t.t.G A B V A S J J X.X.J D A S E J H { S Z F A W J K G J L C A K G G W W X.X.@.W J J A D K W @.W W J E W @.#.@.W W :.:.@.:.#.@.W E @.#.@.#.#.W W W W G G A A G F W :.@.%.u.s.k.U.l.l.f.i.d.f.g.i.i.i.#.o.t.W t.t.u.p.l.G.S.G.J.F.S.F.H.F.F.F.S.l.F./.G.G.I.I./.(.U.G.F.F.B.k.l.H.F.F.F.S.l.l.G.G.G.l.G.^.I.F.l.l.k.k.F.G./.I.S.S.l.F.l.l.F.I.G.H.F.F.J.I.^././.E.E.^.J.F.H.I.G.G.J.I.F.F.S.k.k.S.S.D.H.J.G.G.H.F.S.S.I.I.I.I.I.I.I.S.k.S.S.B.S.F.F.f. .", "oX= i d i p p B Z V A Z V L U L Z Z F F F F Z Z E t.i.p.t.t.W o.t.o.t.W K A B A V A D K U U +.X.X.K G J I { H H F Z J i.X.G A J C A A L W X.W J G W t.+.W W A G A F @.X.W @.E W :.:.W W @.:.#.:.g.i.u.u.@.#.:.@.#.#.W W W W W G A A X.W @.X.W @.:.s.k.k.k.k.d.d.k.g.p.%.u.#.+.%.+.o.t.t.p.l.h.D.F.B.D.S.S.F.F.l.G.F.H.l.S.H.I.I.I.~./.(.E.I.F.F.F.S.S.J.J.J.S.S.l.F.F.C.F.G.G.G.F.k.k.k.k.S.J.D.G.H.S.S.S.l.l.k.H.H.l.F.F.G.^.^.I././.E.J.J.J.F.F.G.G.G.H.F.l.l.B.S.S.S.S.S.H.I.J.F.H.F.S.S.J.J.I.I.I.I.H.k.B.S.S.D.H.S.H.g.,.", "oX% 7 0 i p p B B B A A V A L D Z Z F F J F z z Z #.t.p.t.o.t.t.p.p.t.p.t.A A B Z D J K D I U I X.J D D H J J H W E D W J A G G A C W L K W K G S S X.u.t.W K J A A E #.%.@.E W :.:.#.#.:.s.:.:.i.g.g.s.:.#.#.@.#.#.W @.W G A A A K @.#.X.E X.#.%.u.k.s.p.s.s.d.i.%.%.%.%.X.X.%.+.t.t.t.d.h.d.h.S.g.g.l.l.S.G.H.I.G.F.l.l.F.I.I./.(.}.`./.I.S.F.S.F.H.J.H.B.S.S.F.I.l.k.l.F.G.l.l.l.F.k.l.l.F.S.F.F.H.S.H.H.l.k.l.l.k.l.l.l.I././.`.(.I.H.H.F.F.F.F.H.H.F.l.F.l.B.S.S.S.B.S.F.J.I.H.H.F.F.S.F.J.U.G.I./.H.F.S.S.B.S.S.H.H.N./ ", "oX@ 6 t i i p s A V Z Z Z A D D S Z F F G F C C C W p.t.o.W t.t.t.t.t.t.K L Z Z V A A D D I I D J S D J J J J J E W E J J X.W W F F W W J D A G J S F J t.W K J J E E X.u.@.E @.u.:.t.#.s.g.s.s.u.u.:.u.:.:.:.W W @.W @.E G G G C E X.X.E J W X.X.%.:.:.u.s.s.u.;.X.@.:.%.X.W X.p.t.t.W p.p.p.p.g.g.l.g.k.l.l.H.G.F.S.k.l.l.S.U.^.(.[./.E.I.C.S.S.S.S.B.S.l.S.F.I.G.l.k.F.G.G.G.l.l.F.k.k.g.S.F.G.G.l.H.H.F.g.k.l.l.k.g.k.l.F.I.(.(.(.I.H.D.S.H.l.F.H.F.F.S.F.k.S.S.S.S.B.S.S.H.J.H.H.S.S.S.D.I.Q.H.I.I.H.F.F.F.S.B.S.H.H.g.M ", "oXoX6 a e i p B B B B A A A S D S H H H A Z Z G A L t.i.p.o.t.t.t.L L t.U K A Z Z V A J I I D J J J J D G G G J E J Z W @.@.@.J W G E W X.K D A X.H G J J W W G A X.W E #.%.@.W :.@.%.:.s.g.j.s.u.*.@.s.u.:.:.@.@.W @.#.E E G E G G E R Z C C E W X.W @.%.t.u.u.%.#.E @.X.X.J U K t.W t.t.p.p.p.p.h.l.g.k.l.k.l.G.S.l.l.l.F.F.G.I.(._./.I.H.F.F.J.B.B.B.S.S.k.S.G.l.l.F.l.G.G.I.l.k.f.l.k.g.g.F.F.F.l.S.H.S.g.k.k.k.k.k.F.F.F.G./././.E.H.J.H.H.F.F.H.F.S.k.S.l.S.S.S.S.l.g.S.H.J.F.H.H.S.H.H.^.~.I.I.I.G.H.F.S.S.B.F.I.B.j.M ", "8 oXe i t i i s V B B Z D V D U S Z F H Z Z F J G G W i.t.t.t.t.W L L u.W W W G Z Z A L J D I J J J E H S Z B Z F F Z Z J W X.J E W G W W W W W W W W :.J G t.W G X.@.W @.#.u.%.t.#.:.:.s.i.s.k.s.%.:.:.i.:.:.@.@.@.#.#.@.E E 0 G C Z F z b F R E @.@.o.o.@.%.%.#.%.@.E W W W J X.U U %.p.u.p.t.p.d.d.k.k.k.k.l.F.F.F.S.F.G.F.F.G./.'./.G.l.k.F.I.S.k.S.l.l.l.C.l.l.l.l.F.l.G.G.l.k.k.l.k.f.k.F.F.S.B.S.J.S.k.l.k.k.l.l.l.F.H.G./.Q.^.^.J.F.D.S.S.S.F.B.F.B.B.S.S.S.S.S.g.B.S.H.F.F.J.H.H.H.J.I.I.I.I.E.J.J.F.B.B.S.J.J.S.B./ ", "oX= 4 6 0 s V i V V B V V V Z D F Z Z F F S W J G L L W t.o.o.o.W A L W W L W A A A A D J J J I I I E F S S V Z Z Z F F Z F J J G G G W #.W #.W E W g.G.#.G W t.X.E @.o.W W %.s.r.s.u.u.i.s.s.s.s.s.s.:.s.u.:.@.@.:.#.#.@.E E E h z z Z b b C F E W E W W K W E X.+.i.J E W D J G J D o.p.p.p.p.d.d.d.g.k.k.g.h.k.l.I.P.F.G.G.G.F.H.I.^.G.F.S.S.F.H.S.H.G.F.G.l.l.l.k.l.l.l.F.l.k.l.l.F.F.S.l.F.F.F.k.S.J.S.k.l.k.k.l.D.F.G.F.I./.E.J.J.S.S.S.S.S.H.S.B.F.S.B.S.S.S.S.k.B.S.J.H.S.F.J.H.J.J.J.I.I.^.I.I.I.I.J.S.S.H.I.I.S.N.! ", "oX@ 3 6 6 s D s h B s V A k V A Z Z C Z F F J X.G W W L W o.W W K A L W K K W K D D D J J X.X.J U +.X.E A A A Z Z z Z F Z Z F A G W W W W W W W G G #.d.W G G o.%.W W W W W %.s.s.s.s.s.i.s.g.s.s.i.s.s.s.:.:.:.:.:.#.:.@.@.E E z F F z z h Z Z F J E W W G J G J J %.X.J J J G I G K #.u.p.i.p.p.d.k.k.l.l.g.g.k.k.l.S.F.S.G.G.F.H.H.I.G.F.S.H.S.B.k.S.G.G.F.k.k.l.l.C.l.P._.P.l.k.k.l.F.D.S.S.H.J.S.S.F.F.l.k.k.l.l.l.F.H.H.G.E.I.J.H.D.H.F.F.F.J.H.S.B.S.S.F.F.H.F.h.S.F.J.F.B.F.S.S.F.J.J.J.I.I.I.I.I.J.F.S.B.S.I.^.F.N.) ", "oX. 4 t e i h h s V h V V V B A S C z Z Z F J E W G G G L W o.K L L G W K W J K W D D D J y.O.J U X.@.X.J A A D Z Z z Z F Z S Z Z W W t.u.W W Z Z G A J G G G J %.X.W K X.#.:.u.s.s.s.s.:.:.s.k.g.i.s.j.s.:.s.s.:.:.s.:.@.E E C Z E Z z d f z F F G @.W F C Z C S W o.o.W J J J J D X.X.+.a.i.i.p.p.d.k.l.F.l.f.s.k.S.S.k.k.G.I.I.F.F.J.G.S.k.S.S.k.l.l.C.F.l.l.C.S.l.G.l.G.I.G.G.F.k.k.l.F.C.S.F.J.H.S.S.S.l.l.k.f.f.g.S.l.S.F.J.J.H.F.F.E.^.J.J.J.H.H.F.S.B.F.B.H.S.a.B.S.F.S.F.H.S.D.H.J.J.J.I.^.E.I.J.F.S.S.B.S.I.I.g.9.oX", "oX+ 5 i 6 i s s s V V V V B h Z A S Z b C Z J J W G L G L K W J D J G X.J G K X.X.{ { G I U X.X.X.J W X.W A A A S Z Z Z Z Z C z C A A W W W E F A A A J G G E W X.@.@.X.X.%.:.u.:.i.:.:.:.u.d.k.s.:.s.d.s.k.s.s.:.:.*.@.@.@.@.E E F 9 d d d f F J G E W Z z F Z S W %.%.@.J E E J D X.O.+.p.i.f.d.d.k.k.k.l.l.k.k.k.S.S.l.k.S.F.D.S.S.S.G.F.l.S.S.g.l.l.l.I.l.l.H.F.F.I.F.I.l.l.G.F.k.k.k.l.l.l.H.I.F.S.S.k.k.S.k.d.a.h.F.F.S.S.J.J.J.S.D.H.H.F.J.I.J.J.J.C.g.S.S.H.D.g.S.H.J.F.F.H.D.H.J.J.I.^.I.I./.I.I.I.S.S.S.H.J.H.g.4.oX", "oXoX- 9 i h i p s s B V B h B Z J J Z b Z S J W W W G L J K W W D G J D J K X.X.@.%.O.J J I I %.+.E E W X.D J F F J A Z Z A A C C Z Z A W W G Z J J J W J G E W W X.%.:.@.%.:.s.u.u.i.s.i.s.i.j.s.:.s.s.s.s.s.r.s.:.:.@.;.%.@.$.E Z x 9 8 9 i C F J F J E S F H Z S $.i.:.%.W E U X.X.%.s.a.k.g.k.k.k.k.l.g.l.k.k.l.k.l.k.k.k.k.k.D.S.l.F.S.I.H.k.g.h.g.l.l.G.G.G.l.l.F.G.l.l.k.F.l.S.k.k.l.k.k.F.S.S.S.S.k.k.F.l.a.g.l.l.F.S.F.E.^.J.S.h.B.S.D.J.I.H.D.F.S.D.S.g.S.S.g.D.J.F.S.F.H.H.J.I.I.I.I.I.E.I.I.J.H.S.S.S.H.E.g.B.4.oX", "oXoX: 5 S V i i s s h B B B B Z G X.S Z Z Z D W G W J K K L A J D D D D J X.X.X.X.+.U I J J J +.5.o.W E K J E E X.G J D A A F G A Z G J W W W W W @.W W @.W E J J J @.:.%.%.:.i.u.s.s.s.s.s.i.s.s.s.:.s.:.s.:.u.i.u.:.u.@.%.%.W z z f d 9 9 z C z h Z Z R G F E A J X.:.u.%.X.X.%.p.i.f.g.d.g.g.k.k.l.k.l.k.k.k.k.k.k.F.D.l.k.k.h.l.h.S.l.S.H.F.l.g.d.h.k.l.F.G.l.l.P./.U.G.l.k.l.P.G.l.k.F.l.S.H.S.S.S.S.k.g.k.g.g.g.g.l.F.F.F.Q.E.J.F.k.B.H.H.J.I.I.H.F.S.F.F.S.l.S.B.J.I.B.H.F.H.J.I.I.I.I.I.^.I.E.E.I.F.l.S.D.J.J.g.B.4.oX", "oXoX> 6 S V i s s s B B V s Z Z A D A Z z C D J K W G J J A J G D D G J U U O.X.U U J J J I U X.i.i.W J A Z S J J G G X.%.X.E E E A E #.W W #.i.u.%.%.@.W @.W E J E X.:.:.u.:.:.i.s.s.s.s.d.:.i.s.s.:.s.s.:.u.s.g.s.s.u.:.u.i.W C x 9 x 9 9 i h z z Z J X.X.E X.@.%.+.%.s.:.i.s.g.B.k.f.s.f.g.k.k.k.k.k.k.F.k.l.F.H.S.k.l.l.F.l.h.a.p.g.g.l.D.I.l.l.d.l.l.l.l.F.G.G.U._.U.G.l.l.l.l.G.F.k.l.F.H.I.H.J.J.G.F.l.k.S.g.g.d.l.G.G.I./.J.H.F.k.k.H.J.I.I.J.J.F.F.F.l.S.S.S.D.I.I.S.S.H.I.~.J.I.I.J.I./.E.^./.J.S.g.B.I.I.H.l.N.8.oX", "oXoX> t Z S i a a s B B B s A A A A A B B B Z A L K W K J J J W W J J W W W @.W K G G A L J K #.+.+.L J A C Z S G A F X.p.u.:.W E W @.%.X.A K +.X.X.X.X.E J E J W %.i.i.s.s.u.s.k.s.f.f.s.s.i.k.s.s.s.s.s.s.s.s.s.:.u.:.#.#.#.@.E R 0 0 0 0 0 C R C E E E @.+.%.u.:.t.t.s.s.g.f.l.l.k.s.s.k.k.k.k.k.l.k.k.k.k.k.l.S.J.S.g.D.S.B.g.d.i.p.a.h.S.F.D.g.B.S.l.k.l.G.G.G.^.[./.G.S.S.B.h.S.S.S.S.S.H.J.H.I./.I.I.F.k.l.g.g.l.G.^.I.^.(.I.G.F.g.k.F.I.^.~.G.F.S.I.F.l.S.h.S.J.J.F.F.F.H.^.I.H.I.I.~.I./././.^.H.B.k.S.E.J.F.g.f.| oX", "oXoX< 9 Z X.h i i s B s p B V A A A A A Z A A A G K W W J G L W W K E W W J W W L G G G D K W o.X.U K A C Z z Z F S Z J k.l.s.:.%.#.%.#.K D L X.X.X.@.X.%.X.J J X.%.s.i.i.g.k.k.k.s.f.k.k.j.s.s.s.s.s.s.s.s.s.s.:.#.:.:.#.@.W @.$.W E z z z 0 z C C E #.@.E X.:.i.%.u.s.i.u.p.f.k.d.s.s.k.k.k.l.k.k.l.l.k.g.a.f.g.F.F.B.a.g.F.a.a.p.p.p.p.h.S.S.S.g.a.S.k.k.l.G.F.S.H.I.F.S.S.S.S.D.B.B.S.S.S.B.H.G.G.G.F.G.l.l.S.g.h.S.J.I.J.^.'.G.F.I.S.F.G.I.I.~.H.l.l.H.l.l.S.g.S.J.I.S.H.D.G.I.G.G./.^.I.I./././.E.F.B.k.S.E.J.H.k.g.| oX", "oXoX% 4 V X.h 0 i p s B B s V D A C A Z A A V A A J W o.W J W W J W E W W K W W D G L A G J W X.K J J A Z Z Z Z Z F H J %.i.i.u.u.#.@.W U K X.K X.X.:.:.W %.%.W %.:.i.5.5.s.k.k.k.k.k.k.l.l.s.u.d.d.:.:.:.:.:.:.@.W W #.:.@.W W $.#.E E R C F E G C C E @.G J :.:.:.k.j.j.d.d.s.s.k.d.k.k.k.l.l.F.l.l.l.k.g.S.g.g.S.S.g.g.g.g.g.d.s.l.d.p.g.h.l.g.f.g.g.k.k.l.F.F.S.F.l.k.k.k.S.h.h.D.S.H.I.F.H.H.I.G.I.G.S.k.l.S.S.g.S.I.G.G.(./.J.H.I.F.D.G.~.G.I.l.l.S.S.C.l.B.g.J.I.I.F.J.F.G.G.F.I.I.I.G.I./.(./.E.F.S.B.J.^.J.H.l.N.>.oX", "oXoXoX> h G Z i p p s B s B B A A C B C C Z A Z S A J W W G W W W W W W W W W W G K K Z G K L K K D D Z Z S Z S H H F J J #.#.%.+.%.t.W K J X.o.+.+.u.p.u.%.:.:.:.p.s.i.i.g.k.k.k.k.k.k.k.k.s.i.s.s.r.s.s.s.u.#.E G W #.@.W E @.W %.W E C E E E E E C R J W %.5.s.k.l.k.d.d.s.k.k.k.s.k.k.k.l.F.G.G.F.l.S.S.B.g.a.g.S.F.S.k.g.g.d.g.h.g.g.g.D.D.g.g.D.F.k.l.l.G.G.G.F.l.k.f.S.l.a.B.J.B.H.I.D.H.I.I.I.F.G.F.S.l.H.S.k.k.S.S.J.^.I.G.F.G.S.S.I.~.G.G.l.l.S.S.S.F.k.S.J.I.H.J.H.H.I.G.G.I.G.G.I.I./.(.E.J.J.H.F.J.E.H.J.S.A.oXoX", "oXoXoX> 6 a p i i p p B B B V A A A C C Z Z C C Z S J W X.E W W o.o.W W W W W K A D D J J J J K K G A Z D J A A J H F S E o.%.o.o.#.o.W X.X.X.+.u.t.u.u.p.p.u.s.s.i.p.f.a.k.S.l.k.k.B.k.s.s.u.s.d.:.s.s.s.s.:.@.W W W @.#.W @.E W #.W W W W G E E W E E E E %.s.k.k.k.k.s.j.k.F.l.l.l.k.k.F.C.G.I.F.F.F.S.B.g.s.d.g.k.D.g.k.k.f.k.d.g.a.p.k.F.F.S.g.l.l.l.S.S.D./.F.S.l.g.g.g.l.B.B.F.S.H.H.F.H.I./.G.F.G.I.S.k.S.F.k.B.l.l.J.I.G.G.G.H.F.F.F.J.S.S.F.F.F.F.l.k.k.B.H.H.H.S.F.I.G.G.F.G.I.I.I.~./.(.I.J.S.S.F.F.H.F.J.F.j.oXoX", "oXoXoX- 4 4 t i i i p s B V V A G A Z Z A Z C C Z F J W W W W W @.W W W W W W J o.X.K K J J U J J G A B C Z Z Z F J G J X.%.t.t.o.o.t.L K L L o.u.t.t.u.u.p.k.l.S.k.k.g.S.F.I.J.k.B.D.S.k.g.s.s.s.s.g.s.:.:.:.@.#.W W @.W E C C E E W $.W E E E E W E E E E @.s.j.k.s.i.u.k.l.I.U.l.l.k.l.U.G.G.I.H.S.k.k.g.k.d.i.i.d.h.k.f.l.l.k.d.d.g.f.l.F.H.S.g.g.g.l.S.G.l.F.k.l.g.h.g.g.k.B.H.B.B.B.S.J.F.F./.I.G.G.I.S.g.l.S.k.D.S.S.G.I.I.I.I.I.F.F.S.H.l.l.H.I.G.k.k.l.F.F.F.H.S.k.S.J.G.H.G.G.D.H.I.I././.I.J.F.I.F.S.S.S.F.F.8.oXoX", "oXoXoX- 7 6 6 6 0 i s s B V A A K A Z Z C Z Z C C J E E J W W W :.W W W W o.o.K X.o.K J K J K X.G K G A A A A A S X.X.D @.X.%.i.%.+.t.t.X.K K U p.t.u.i.t.i.p.f.k.B.B.S.F.S.S.C.C.S.J.I.P.G.F.l.d.g.g.s.s.:.:.#.W #.@.W E C E E F E #.W E F E W G G F E { %.@.:.i.s.i.:.%.s.l.^.U.I.G.l.l.l.l.l.k.F.S.l.k.g.k.k.i.i.i.i.g.d.g.k.D.k.l.F.l.F.D.l.k.g.g.k.S.S.l.l.k.k.p.p.a.g.g.g.D.H.S.H.S.S.J.D.S.G.G.F.F.S.k.g.g.k.g.S.S.F.J.^.U.I.I.I.S.S.F.F.l.k.F.F.F.k.k.l.J.J.J.F.g.g.C.F.G.I.I.G.F.H.I.^.(./.I.J.F.P.S.S.C.S.F.J.w.oXoX", "oXoXoX@ 4 6 6 i p 0 p s s B B D D A C C C C C Z z G X.E W J J W W @.+.%.+.W W W X.o.#.o.X.D J J K K K A A C C A S J I { E G X.a.t.W K K K o.U o.t.i.s.p.u.p.i.i.S.k.S.B.S.k.f.k.S.H.I.`./././.I.l.g.s.s.:.:.:.@.W E E C E E C E E #.u.W R E G G G F E F J @.@.:.s.:.:.$.:.k.l.J.l.G.l.j.l.l.G.l.k.l.F.k.a.g.s.d.i.i.p.u.l.g.f.d.l.l.S.l.l.l.k.k.l.k.k.k.l.g.S.l.l.l.k.g.a.a.a.h.B.B.S.S.F.B.F.F.H.G.I.H.I.F.g.d.g.k.g.l.l.S.I./.^.I./.I.H.F.S.D.P.G.l.l.k.k.l.H.J.J.J.F.g.k.k.S.F.I.G.H.F.J.I./.Q.I.J.J.J.F.S.D.S.D.F.P.e.oXoX", "oXoXoXO 7 6 6 p A i i p B B B B J C C C Z Z Z C Z H X.X.J J U X.t.W t.t.t.o.K K o.t.i.o.J D D G E W W A A D A Z A J W W +.o.o.t.o.W K G L D K o.o.u.k.u.s.g.u.i.g.i.:.g.k.g.s.S.l.l.~._._._._._.l.s.:.u.s.s.:.@.E 0 0 f C E E Z E %.@.@.W i.#.E E E E E E W W :.:.i.%.i.s.d.k.k.l.k.k.d.k.l.G.l.S.S.k.f.f.i.p.f.a.i.u.d.k.k.p.d.f.g.l.S.S.h.d.d.k.D.l.k.g.k.J.k.l.l.l.k.p.s.d.f.l.l.S.F.I.S.H.H.I.I.G.Q.I.k.k.g.H.H.S.H.S.l.S.G.G././.G.I.J.F.D.S.F.S.S.k.k.S.D.I.I.J.F.B.F.S.S.S.H.J.H.F.J.E.^.I.I.J.J.F.l.S.S.D.S.J.H.oXoXoX", "oXoXoX+ 4 7 3 0 A i 0 p B p B A G C C C F Z Z Z Z F X.X.K X.X.+.t.W t.p.o.K t.t.+.t.+.o.X.I J J F A A Z D J A A G E J K W W W W W o.L Z D X.t.%.%.p.l.s.u.u.t.u.s.i.%.i.f.s.p.g.l.~.~.~.~.[.l.l.k.u.@.:.:.:.:.@.E E C C C E E E W E E E $.5.W E E E @.E E W #.:.:.u.:.d.k.k.s.k.k.k.k.k.k.l.G.l.F.F.f.p.a.f.i.i.i.p.p.p.k.f.f.p.a.g.l.g.a.d.d.p.g.l.F.l.F.G.J.S.G.U.l.s.p.p.g.g.g.l.l.S.D.F.H.F.I.G.I.I.I.S.S.k.S.g.D.J.S.k.S.J.I././.I.G.F.S.l.l.F.S.S.S.S.C.F.I.J.F.S.g.S.S.B.S.H.H.H.I.^.^.I.J.~.J.H.S.S.g.S.S.J.E.A.oXoXoX", "oXoXoXoX% 3 3 6 p p i B p B B B G F z Z Z F Z F F H { J J o.o.%.t.t.o.t.t.L W t.t.t.t.+.+.X.K J G A Z S Z A A A E W K G L G L G o.t.o.K +.u.t.u.p.f.d.s.g.t.t.%.%.:.s.k.f.i.i.g.G.^./.~._._.l._.l.s.u.%.;.:.@.W C C C z z Z E @.@.E F E E E W J E E @.@.W W W u.i.u.d.k.l.C.k.k.l.l.l.l.l.l.l.l.S.S.f.i.p.i.i.p.d.d.f.f.k.g.f.g.i.s.k.g.g.g.g.f.f.S.I.F.~./.G.F.G.U.l.k.s.p.p.k.k.S.l.S.F.F.J.H.I.I.I.F.S.S.D.g.S.k.F.I.G.l.S.~.I.(.I.H.G.l.F.k.S.F.k.k.S.l.S.I./.I.F.S.k.B.B.B.F.J.J.I.~.I.E.I.^.~.D.J.F.S.g.H.F.J.Q.L.oXoXoX", "oXoXoXoX 3 7 0 0 i p p p B B B G W z F z F F F E E J U D U U o.t.t.t.o.t.K W W t.t.p.t.+.#.X.W A S C m Z A J W E u.K G K A A G W W o.+.t.t.#.s.k.k.k.i.d.g.f.s.s.i.s.g.k.f.f.f.D.^._._._.~.U._.l.s.u.@.@.%.@.@.W :.E E R E E E W } E E E G W E E E W @.@.W @.u.i.j.l.l.F.l.l.l.l.l.k.j.k.l.l.l.k.S.k.i.i.i.i.i.i.d.g.k.l.l.l.g.g.a.g.g.g.l.g.f.g.l.G.J.I.I.F.S.l.G.G.F.d.d.g.l.l.S.l.H.H.S.H.J././.I.F.k.J.I.l.g.g.S.D.D.D.S.^.(./.I.S.G.G.S.k.k.B.k.S.l.l.G.I.E.J.S.k.S.S.B.S.I.I.~./.^.I.I.I.J.I.J.H.H.F.B.F.F.E.E.V.oXoXoX", "oXoXoXoX 3 7 6 0 i p s B B B B C E Z z Z F G H J E F X.A L L L K t.t.o.#.t.W t.t.t.t.t.%.+.@.W G Z Z Z A A G G G W J G A G G W t.W o.t.t.+.u.k.G.F.k.u.%.u.s.k.g.k.s.f.k.k.f.f.l.J./.`._.l._.l.g.:.u.#.%.%.%.:.j.:.$.E E E E E E E F F A J G E R W W E E E W :.s.l.I.l.G.k.F.I.l.I.l.k.g.k.l.k.k.l.k.a.s.s.i.p.d.g.k.S.k.F.F.g.g.a.a.a.k.l.l.k.l.I.I._./.J.l.g.l.S.J.S.k.g.g.l.g.S.g.D.E.J.J.I.~.U.I.F.l.J.H.l.B.l.l.l.F.F.S.I.~.I.I.F.F.H.l.l.S.k.B.k.S.F.I.I.H.S.S.k.J.F.k.F.I././.I.I.I.I.I.J.I.J.J.J.D.S.D.H.I.H.3.oXoXoX", "oXoXoXoX% 3 t i 7 0 s B B B B B z C z z Z J E E E J J O.A B A L K t.t.t.t.t.W t.t.t.t.%.t.u.%.@.H Z Z Z G W K C Z Z A G Z J J W L K W W #.o.u.l.I.G.k.p.u.s.s.k.k.l.k.k.g.g.f.k.D.^./.^._.l.l.s.:.:.:.:.@.@.@.$.W W E E C E R z z Z Z Z G G G E E E E E E @.@.@.s.l.l.P._.U.F.G.I.l.l.k.g.f.k.l.S.l.k.S.k.k.s.d.k.S.S.k.s.g.l.l.D.g.g.g.g.g.g.F.D.~.I.~.I.F.l.k.S.S.D.S.k.d.g.g.h.S.D.J.^.D.I.^.I././.H.J.F.S.S.g.S.l.l.S.F.F.D.I.(.I.F.G.l.k.S.F.S.B.S.H.J.I.I.F.S.k.l.S.B.S.J.I.^.~.I.I.I.G.G.J.I.I.I.H.H.H.D.H.I.A.! oXoXoX", "oXoXoXoXoXo i 0 7 0 i B A G A A f z z z b F F J Z J #.+.A A K X.t.i.t.t.p.t.t.#.W t.W %.t.#.@.E G D J J X.%.i.J W K W W F C C Z A L L K o.t.g.l.k.k.l.l.l.l.k.k.F.H.G.k.f.d.f.k.l.G.G.l.l.g.d.u.:.*.:.@.%.@.W %.#.W W E F E E F F E G J W W E E E W W #.$.@.@.%.k.l.l.U.I.I.G.G.l.l.k.g.f.l.g.k.S.S.F.F.S.F.l.S.F.H.F.g.d.d.g.g.S.l.g.h.l.g.g.l.F.F.l.l.S.S.S.l.k.k.S.F.S.h.h.g.g.S.D.H.I.I.^.~.~.(.^.I.F.H.S.g.S.S.S.l.S.S.F.I.^._.I.S.F.k.l.S.F.F.S.F.I.I.I.H.S.F.S.k.h.S.F.J.~.I.I.I.I.G.G.G.J.I.I.J.J.I.J.H.J.^.V.oXoXoXoX", "oXoXoXoXoXo 3 i 7 6 p s A L L B f f x z z F Z Z b J o.X.+.L D o.t.l.h.l.k.s.i.u.t.#.:.%.@.@.@.W E E { J J E @.W W G A A C z A W A K o.o.o.p.i.u.u.s.u.f.f.k.k.S.G.G.I.k.d.d.k.k.k.l.l.l.g.i.i.s.:.:.:.:.%.:.:.:.%.%.%.#.W E F E G E W W W W E E E %.W u.:.:.%.s.l.l.G.G.G.P.l.k.l.l.k.k.k.k.d.k.k.l.F.I.G.S.l.k.k.S.S.k.a.g.g.g.l.l.F.S.l.h.h.h.l.l.l.k.l.F.J.S.h.g.B.D.g.g.h.p.h.g.S.H.I.^.(././.I.I.~.J.J.S.k.S.S.D.l.D.F.D.I.~./.H.l.F.F.G.F.S.S.J.J.I.G.G.H.F.S.S.l.B.S.H.I.I.I.G.J.I.G.F.G.~.I.I.J.I.J.J.H.J.E.V.oXoXoXoX", "oXoXoXoXoX% > t 7 7 0 B A X.J f f x z z C z T C C E W G L Z A W o.i.a.^.J.f.u.i.i.:.:.#.#.#.@.E E E W G E W E G A Z C Z Z A K W W W G W W t.t.t.o.%.s.s.i.s.B.S.S.F.S.g.s.k.k.k.k.k.j.s.u.%.:.s.i.:.s.s.#.@.:.:.W #.s.:.:.:.@.E E E W E E @.E E :.j.@.:.s.s.s.s.l.j.l.l.k.S.k.f.f.f.s.s.k.f.l.k.s.g.k.I.F.k.k.k.k.k.k.k.k.d.i.s.l.S.S.F.S.a.h.h.h.h.l.l.l.B.B.a.g.g.g.l.g.g.k.g.h.k.l.F.I.^././.'.I.I.I.I.I.k.l.l.l.S.l.I.H.I.I.I.I.H.l.l.I.^.H.k.H.I.G.G.J.I.J.H.F.S.k.S.D.J.I.I.J.I.I.H.H.H.J.~.I.H.H.J.J.J.J.^.H.v.oXoXoXoX", "oXoXoXoXoXoX> 4 3 4 0 s Z X.X.h f f z Z C z C C C C K J W K A K X.t.i.S.F.f.%.:.:.i.%.W W W E E E E E Z Z J J C Z J L J E @.#.W A A L J W W K A X.%.g.B.k.a.i.s.g.k.k.g.d.d.k.s.k.k.s.u.s.%.:.s.s.:.i.:.:.@.@.:.:.#.:.:.:.#.@.:.@.E E W @.E E :.5.@.@.i.:.7.s.i.s.s.d.g.s.a.g.s.s.i.s.k.f.k.d.k.g.k.k.k.k.k.k.l.k.f.p.f.k.k.k.d.g.h.l.S.l.h.h.a.g.l.g.h.l.h.g.h.l.f.g.l.l.l.a.g.D.l.S.J.I.^.I.I./.I.H.F.S.S.l.l.F.S.S.H.^.~.~.I.I.S.l.l.C.G.I.I.F.I.G.I.H.I.J.I.E.H.B.S.H.H.I.J.H.H.H.S.D.H.J.I.~.~.H.D.H.J.J.I.J.R.oXoXoXoXoX", "oXoXoXoXoXoX$ - - 3 9 a V X.X.g 0 x f z z z z z C C G J L A A L X.o.%.a.k.i.5.$.%.u.:.:.%.$.@.W E E E G G J G J E X.X.J A F Z Z B C K J t.u.W A X.a.k.k.p.s.g.s.s.k.k.k.f.d.f.f.k.j.s.i.s.s.:.s.s.:.:.@.#.@.@.@.#.@.@.@.#.:.i.:.s.@.:.*.@.@.#.s.s.@.W #.@.u.:.#.W %.:.#.:.d.l.g.:.u.u.s.u.s.d.d.g.g.g.k.k.f.d.l.l.k.u.k.k.F.l.g.a.g.k.D.S.S.S.B.h.k.B.g.a.h.g.l.k.k.k.k.l.g.g.l.l.l.S.J.^.J.H.H.I.G.F.F.S.S.k.S.S.l.k.I./.I.H.I.I.k.k.F.l.G.U.G.I.G.I.I.J.J.J.^.^.F.B.H.H.H.J.J.H.H.D.S.H.H.^.H.I.H.B.S.F.J.J.I.E.V.oXoXoXoXoX", "oXoXoXoXoXoX $ - 3 6 i s Z Z i z z z z z z z z z F J W A A A L X.X.+.f.d.F.].P.s.i.i.s.i.:.#.@.W W E E K E W W X.X.J G C z C h C C W o.g.u.W K %.i.%.p.i.s.B.k.k.g.k.g.f.k.k.f.s.s.s.d.g.s.;.:.d.r.@.:.:.:.:.:.:.@.@.:.s.i.i.:.s.:.:.:.u.@.@.@.%.:.i.:.@.:.W E E E E E #.:.u.s.:.@.X.X.W #.:.s.i.s.g.k.j.u.u.d.l.l.u.g.l.G.D.l.g.k.g.F.F.D.F.F.S.a.a.a.a.h.l.S.l.l.S.S.S.k.l.h.l.S.l.S.I.J.D.H.I.G.I.I.H.S.k.S.G.I.F.I.I.J.F.I.I.k.l.l.F.I.U.F.G.I.G.F.I.I.J.I.J.F.D.B.B.S.J.H.H.H.H.S.B.H.~.I.H.H.S.S.I.J.J.I.E.8.oXoXoXoXoX", "oXoXoXoXoXoXo % - - 9 0 i a s h C z f z f z z z Z A K W L Z L K K o.%.k.H.U..X|.k.:.u.u.%.#.W :.$.$.:.%.#.@.W W E E E E Z Z Z Z Z G W t.u.u.W J o.%.+.%.s.s.k.S.B.f.f.i.s.i.s.i.:.u.f.l.k.s.@.:.g.s.:.:.s.g.s.i.i.:.#.g.l.g.:.:.r.s.:.:.u.:.#.@.#.:.%.$.@.:.%.X.G G K J W #.u.%.%.W W W @.%.u.i.@.u.g.f.a.5.X.%.u.p.h.d.l.l.F.l.l.S.D.S.S.H.F.F.S.d.p.p.h.h.S.D.F.l.S.H.I.S.S.S.k.l.l.l.J.J.D.E.I.H.J.J.G.S.S.D.G.I.F.G.E.J.G.I.F.k.S.H.G.U.G.F.G.G.F.F.J.J.I.I.H.H.S.B.S.S.H.S.D.J.H.D.J.I.J.I.J.D.S.H.H.H.J.~.P.oXoXoXoXoXoX", "oXoXoXoXoXoXoX- 3 - 9 i i i d z C z z F z f h z z A Z Z Z A L W K X.+.i.s.C.].[.j.@.:.@.@.#.@.#.%.:.:.:.:.@.E E G W W @.G A J J J Z C J W %.W J D X.X.X.:.%.:.u.s.f.i.%.u.;.i.:.u.s.f.g.f.s.;.:.g.g.s.s.s.g.j.g.s.s.s.l.U.l.g.s.i.s.i.s.:.u.u.u.X.%.:.$.E E :.@.W W J W D K W W J K W L J W :.k.s.i.i.s.g.y.U U W o.d.g.g.l.l.l.B.D.F.S.H.H.H.F.h.h.h.h.p.a.h.D.H.S.J.J.I.H.S.g.g.l.l.S.F.F.H.J.I.G.J.D.G.H.H.I.H.G.H.I.J.J.I.E.H.k.S.S.I.I.G.G.I.G.l.F.S.F.J.J.H.H.D.D.D.B.B.H.H.I.J.H.J.I.J.J.H.D.H.J.J.H.J.I.L.oXoXoXoXoXoX", "oXoXoXoXoXoXoX# 3 - 5 i f f h C Z C C C z h z h z Z C C C A G K W X.+.:.g.k.U.S.t.@.:.@.#.:.#.@.$.@.$.:.:.W W W W X.@.%.X.E J D A Z C A J #.W A S G E E J X.%.:.5.+.@.%.u.%.%.@.%.i.s.j.s.s.u.s.s.g.k.s.g.g.k.k.s.s.s.h.l.l.g.s.s.s.:.:.u.s.s.:.:.s.f.j.s.X.E E u.:.W J S A K J J J J G G W u.k.s.i.s.g.g.%.J J J K u.d.l.k.g.l.l.D.F.S.D.H.F.F.h.a.a.d.g.g.l.D.D.S.J.I.I.H.S.a.g.S.F.F.S.S.F.E.E.F.D.J.I.I.I.I.H.H.I.I.H.J.^.^.S.l.S.H.l.F.I.G.P.G.G.F.H.S.S.J.H.S.S.S.B.h.D.D.H.D.H.J.I.I.I.I.H.H.C.I.J.J.^.R.8.oXoXoXoXoXoX", "oXoXoXoXoXoXoX. - 3 3 i s B Z C z F F z z z h h z F C C G G G L X.J X.#.s.k.H.:.#.#.#.W W W @.@.W E W %.:.%.%.:.:.:.u.:.%.%.J G Z L Z C K #.W Z C S E J E @.+.@.#.@.X.i.%.@.W %.:.s.s.s.7.k.l.k.i.u.j.s.s.k.k.k.d.s.#.r.d.s.s.s.s.s.s.:.:.s.s.u.u.g.k.s.:.%.E J W W G C C Z A D W G G J G W W %.i.d.i.s.u.@.K D K W X.u.g.g.k.k.S.S.D.S.B.S.S.S.l.g.h.a.h.g.S.S.S.F.D.~.~.J.S.l.h.D.I.~.F.D.H.^.I.J.J.I.I.H.F.I.F.F.I.U.J.J.I.J.I.H.S.F.k.l.G.G.I.I.F.l.H.k.B.H.H.H.S.S.S.B.S.S.D.H.J.J.I.I.I./.E.S.D.I.H.I.^.Q.=.oXoXoXoXoXoX", "oXoXoXoXoXoXoX. $ - 6 f z F W Z Z F S h B m H b b Z b b m A A J A D o.o.%.F.s.%.@.W %.W E E { X.E E E W +.$.#.u.%.t.i.t.5.g.%.K L A G A X.J S G S Z D Z J 5.k.%.E @.i.@.E W E @.:.u.i.:.7.k.S.B.s.:.s.s.*.i.k.k.s.:.#.:.#.#.t.u.u.u.i.u.:.:.i.:.s.d.k.k.u.@.E X.X.@.J S B f B A A G C A A L G K X.+.+.+.U I U X.%.%.X.%.s.g.g.a.k.k.l.F.F.F.F.H.S.l.g.g.g.l.D.D.l.F.J.^./.I.S.S.J.^.^.^.I.J.I.^.E.I.I.J.I.G.H.G.F.F.J.I.J.I.I.I.P.l.D.H.k.F.I./.E.J.J.D.g.a.S.D.S.S.S.k.S.D.D.C.H.H.E.J.J.J.I.^.J.F.D.H.I.I.Q.L.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoX+ $ 7 C G Z X.X.C Z z s s z Z Z b z h b Z S G G S S X.+.+.g.i.@.%.@.@.@.W W } { E R R W X.X.@.@.t.i.y.%.+.S.k.X.W G W W X.J G Z Z S Z D X.@.%.@.@.@.$.E E @.:.#.:.:.:.i.s.s.f.f.s.@.:.:.@.:.s.g.k.s.:.W W W W o.@.@.@.u.i.u.s.i.u.u.u.s.s.:.:.u.%.%.+.{ A h B A Z Z C A A A A K I U { X.K O.+.%.f.s.X.@.i.g.d.d.g.l.k.l.l.l.l.H.D.l.k.k.l.l.l.S.S.F.I.E.(./.I.G.(.^./.^.E.I.^./.I.I.J.J.I.I.G.I.H.F.^.^.I.I.H.J.F.k.F.F.S.I./.(.^.E.I.J.F.k.S.S.S.S.S.S.B.H.S.D.S.H.J.H.H.J.~.I.J.J.H.H.J.I.Q.w.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoX$ . 3 s E F A #.J C Z h h h z b b z g b b b F F Z H J X.+.:.i.%.@.X.W X.X.X.E J G E F G { O.@.X.o.%.t.+.X.i.s.%.#.#.u.t.+.X.X.F D Z Z J { J E X.@.:.@.E E :.l.g.:.$.s.s.7.5.s.s.s.u.i.:.:.:.s.s.k.:.:.:.#.W J G W %.@.%.i.i.i.i.d.u.u.u.u.s.i.s.s.:.X.J Z Z C Z G W Z A A A K K I I J X.+.%.+.+.:.#.X.W i.g.k.g.f.g.k.S.F.l.l.H.S.l.l.S.S.g.g.S.H.J.J.I././.^.^.E.^.^.^.^.^./.^.I.J.I.I.I.I.H.G.H.J.I.U./.I.J.I.F.l.F.H.G.U.^.^.^.^.E.F.S.B.S.S.S.S.l.S.H.D.S.D.H.H.H.H.H.J.I.J.J.J.H.H.I.I.).=.oXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoX $ a W W F J E G z b z h z Z Z Z h h b b Z Z H H J E O.%.O.X.X.X.} X.W E E J Z F E E $.%.X.X.X.#.+.X.X.+.i.%.W #.:.s.:.@.%.@.J S D J X.X.E X.@.E E E E %.l.j.:.s.s.7.i.:.%.i.s.u.s.;.:.:.:.i.s.s.s.i.s.#.W A E @.@.W #.i.i.i.d.u.u.u.i.u.i.s.s.s.#.G F G Z C A J K W p.E F A J J X.+.g.i.X.X.#.u.X.+.i.g.k.S.l.l.l.S.F.G.l.S.S.S.S.S.D.g.g.S.S.D.I./.^.~.^.J.E.^./.^.I.I.^.J.J.^.^.^.~.U.G.I.F.J./._.`.E.E.J.l.F.G.G.I.I.I.G.E.(.J.S.g.S.H.S.h.h.F.J.H.S.S.J.J.H.H.H.J.J.J.H.H.J.J.J.^./.R.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoX+ . 6 A A K A J @.Z z h z h z Z m h h b b S Z G A J E %.{ { E E E X.E { H H H F F F H E @.X.X.X.X.O.X.X.+.%.X.W #.:.u.u.i.:.:.X.J { J +.@.E { E E E F W :.d.s.:.s.s.u.%.@.@.:.s.u.s.:.%.%.i.i.u.i.:.:.%.%.W K E E W W W p.s.d.k.p.i.s.i.i.d.k.s.s.%.X.%.#.G F G W W W u.E C Z G D J o.p.h.%.o.#.X.J K u.F.S.F.G.F.D.B.F.F.G.F.S.G.I.S.S.B.a.g.S.l.D.^.~.I./.F.J.^.(.^.J.I.^.~./././.I./.I.I.I.G.I.^./._.I.P.F.l.G.J.J.I.I.I.G.I./.F.g.S.F.H.k.a.B.D.S.F.S.H.H.J.J.D.A.H.H.J.J.J.J.I.^./.Q.K.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoX$ . > h h S Z G :.J h h z z f h Z h h F F Z Z D S J E { E J J E E { X.E E H H F F J F H X.X.@.+.X.X.O.X.O.%.+.@.%.%.:.i.s.i.:.%.O.{ J X.J E E E E E :.i.j.i.:.5.:.:.%.@.X.W %.i.:.s.:.$.W @.u.#.i.W W W W @.W W R W W W u.s.i.p.f.s.s.i.i.g.k.g.s.d.%.:.#.u.%.%.W W E G F Z C Z S U X.o.t.X.G A S A X.p.l.S.l.D.J.B.k.l.G.I.l.S.F.H.J.S.a.a.g.S.S.I.I.I.J.^.^.^.(.^.J.~.^././.^.I.I.I.G.G.G.H.G.^.G.I.I.~.G.l.k.I.l.G.I.I.I.F.F.J.B.B.S.S.k.k.k.S.S.H.S.H.H.H.H.H.B.D.H.H.I.J.J.J.I.^./.W.=.oXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoX# $ 0 d h C A D G z f f f z Z F h b H F z g Z S Z F H F J H J E E R { H H F E F F F J E E J E { X.+.+.O.X.O.#.%.@.:.u.i.s.s.s.5.@.{ { E @.@.E E W j.:.:.5.:.:.%.X.W X.@.@.#.:.%.%.:.i.@.#.W W :.$.E W J o.o.W E W W %.t.u.i.s.s.p.u.u.i.S.l.F.I.g.s.s.s.s.k.s.:.@.E G F F Z C F o.%.K K D S Z V Z X.i.g.F.S.B.S.k.k.k.U.I.G.F.F.l.G.S.g.g.g.g.l.I.^.I.I.^.I.~./.J.E.I.^././.^.J.I.I.I.I.G.G.I.G.l.I.I.I.I.l.G.I.F.U.U.I.F.F.S.S.B.S.S.S.k.S.S.F.H.J.H.J.I.H.D.D.S.D.H.H.I.J.D.I.^././.L.oXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoX% o 4 h i C C Z C h z z z f Z F h b z b h z h C m Z H F H F H G Z F H Z Z Z F E E Z H H H E J J X.O.+.O.X.X.%.:.:.:.u.u.u.i.p.f.s.@.@.:.@.E E W u.u.$.$.%.%.%.W W W W X.@.%.@.@.W W %.W W W :.:.W E J G D D G W #.#.i.t.#.:.u.s.u.s.s.s.d.l.S.S.s.s.s.s.d.s.s.i.i.W E F E b Z A D K A A Z S h h Z K t.g.k.l.F.B.k.g.k.S.l.k.F.l.l.S.F.l.h.g.h.S.I.I.^./.^.I.J./.J.^.^.I.^./.^.^././.Q./.U.I.U.G.F.G.G.I.I.l.I.I.I.I.F.l.k.F.S.k.k.B.S.S.F.F.H.H.F.F.H.I.J.D.D.H.H.H.J.I.J.J.J.^././._.N.oXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoX. = C i Z G A C f h Z z h b G Z b z z h h z b F Z F F F F J J H H F Z Z H H E H Z H H H J J J J J X.#.%.%.:.i.s.i.s.s.s.:.s.l.k.j.:.:.;.@.@.s.@.@.@.$.@.@.E E E F W W W #.W W W E E @.E E W W W W G G G G E :.k.s.u.O.+.+.%.i.i.i.i.i.p.p.a.s.i.i.i.p.B.k.k.g.g.s.:.E X.Z z b Z G A C Z Z V V Z A o.i.s.f.S.g.k.k.k.f.f.k.k.S.S.S.F.k.k.S.k.F.I./././././.Q./.I.^.^.J./.^.I.(.(.(././././.I.F.H.J.I.I.J.J.I.I.H.H.H.F.G.S.k.k.l.k.l.S.F.I.J.H.D.S.H.J.H.J.I.J.H.D.I.I.I.J.J.I.^./.W.oXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoX= X 9 0 C o.W D f s S b z Z H Z z F h h z b z b F J H F Z H H b Z S H H E [ H J H J J H Z S J J W X.X.@.:.p.g.s.p.i.k.k.s.j.k.k.l.s.i.s.:.:.$.#.*.@.:.:.W E W E E E E W #.%.W %.#.#.#.W E @.W W E E A G K W %.%.u.s.5.X.O.+.%.i.i.i.%.5.f.g.:.:.%.i.f.g.k.S.S.S.s.#.E E J Z b Z F Z C z z B Z Z V G +.u.u.i.s.s.g.k.k.k.k.k.S.l.S.F.F.S.F.k.H.I.I./.^.I.^.(.E./.^.I.I.^.~././.~././.I.~.^.J.J.E.I.E.E.I.J.I.E.D.G.F.G.I.l.k.k.k.l.l.k.H.U.J.S.S.F.H.H.J.J.J.H.H.H.J.S.H.J.~.I./.(.V.oXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoX= 3 9 i A E +.A f h h z F E z h z f g z b b b F F Z Z Z F S Z b Z Z H F J F F F F H G Z Z J W K E W J @.@.:.g.l.j.g.k.l.l.k.l.l.k.s.s.:.@.E #.@.@.%.s.@.E W @.E E E %.%.%.@.u.u.:.%.$.:.%.W E E A A Z A S A A @.s.:.X.J X.+.5.t.%.y.y.y.5.%.o.X.%.i.s.i.i.g.k.d.@.X.E J G F Z J J F Z Z D X.A Z A K o.X.@.:.:.i.d.k.s.p.s.k.S.I.F.F.I.I.F.G.G.I.J.I.I.E.E.I./.E.S.I.^./.~.~.~.G.I.I.I.E.I.E./.E.I.E.Q.E.Q.I.J.J.F.S.G.l.k.k.S.S.S.H.I.G.S.S.J.J.D.^.^.J.J.J.H.H.H.S.F.I.I.I.^.E.=.oXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoX4 & 6 i C J t.u.Z s k k Z E z g z f d z b b Z z m S Z Z b F H F F S H H G G F H H H H S Z A K X.W D E W X.@.f.S.S.g.k.l.k.k.l.l.l.s.@.$.W @.W @.E @.%.%.@.@.W @.W #.#.#.:.%.s.s.%.%.W :.%.@.W E C Z A G Z Z A W X.%.O.J { O.X.X.U J U X.X.t.X.J X.+.O.X.@.+.g.g.%.E X.E J J A W o.K J G J K J A C A L W X.5.i.i.%.u.%.:.%.s.S.D.F.J.I.I.P.I.G.I.J.J.J.^.Q.I./.I.F.J././.^.~.I.F.I.J.E.I.I.Q./.E.I.I././.^.J.I.J.F.l.F.k.k.l.H.G.I.G.G.F.S.H.J.I.I.I.J.F.H.J.H.F.F.H.J.J.I.I.(.Z.oXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoX- 4 9 h G #.E X.z h h C W E 0 z z z z z z z z z Z C F Z F F F H Z Z F { J F F J E H G F F H E J E J J J X.:.j.k.k.l.l.l.P.U.l.l.k.5.@.@.W W @.$.W #.@.#.W W W #.s.u.@.@.@.%.:.%.%.X.%.%.@.#.W G G F C A G L A J +.&.+.X.I U I A S D J W W W X.J X.+.X.X.I X.i.+.X.W W I X.K X.X.W K J J X.U J Z B S X.#.p.f.%.W #.%.%.%.g.S.S.k.S.I.I.I.I.I.^.I.F.H./.`._.(.Q.~.J.E.I.I.H.I.J.I.I.E.I.I./.Q.I.I.J.I.(.^.^.^.^.J.S.B.k.k.F.H.F.G.I.P.F.S.H.J.I.J.J.J.F.D.J.H.D.D.J.I.I.E.^.Q.w.oXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoX> 3 7 Z X.X.z Z A s H #.W C R z z z z z z f z z Z G C b b Z F Z Z Z Z G S H J H H E [ J F J E W E J W @.%.u.s.s.k.~.I.l.l.l.I.k.k.s.%.@.E E W #.i.u.#.#.%.%.%.:.%.@.E J W @.W E E J W W E E W @.#.E G A G K D J X.:.i.X.J S I D S D A A G K W X.X.{ J J J J &.i.X.J K D J X.U K K J J J U I J Z B Z K @.s.d.@.@.E W :.u.d.l.S.k.k.k.I.E.I.^.I.S.S.F./.`.`._.(.I.I.I.I.G.I.^./.I.I.^.^./././.~.J.J.I././.(.E.I.H.J.F.B.F.H.G.I.G.H.G.F.H.H.J.J.H.J.J.F.H.H.S.D.D.J.J.I.E./.Y.oXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoX- - 7 h D X.S h z z F i.#.E 0 z z f z f z h z z C G R m Z b F H b b h Z S H { J E O.{ E H H F E E E %.@.%.s.f.k.j.l.l.G.G.J.l.l.k.s.:.@.E E E E ;.i.@.W W W W %.W E E G G W W A E E @.@.W E E W E W :.X.K A J J S X.X.J J S D D J D A A A A J J +.+.@.J G J X.X.S W W X.K K X.K Z V Z D K X.U A B Z D W #.@.@.@.X.W @.%.t.s.k.B.k.S.I.I.I./.F.l.G.I.`._./.]._.I.I.^.I.I././././.E././.(./.~.I.J.I.^./.E./.I.J.J.J.F.D.I.G.G.I.G.G.G.F.S.F.J.H.J.J.J.J.J.J.F.J.G.J.I.I.I.E.Z.oXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoX& 8 t Z X.J s h b h #.#.@.R 0 z z x f f f z C z C F Z Z Z S H Z m Z b Z H H H J X.J H F h z Z Z A E E %.u.p.k.k.l.j.k.l.l.l.l.k.k.k.@.E E R E W W W W E G G E F F E E J W G W %.@.#.%.$.E Z G G F W X.G A A G J G D J J D J X.D D A A A K W J %.%.5.#.D U J S Z J W X.U L D V h h Z K D D D A B Z D F W @.W E E X.W #.%.t.d.B.F.G.I./.Q.Q.I.I.~.U.[.`.`.[._./.I.Q././.I.I.Q.E././././.^.J.I.J.I.^./.Q.I.J.I.J.J.S.J.H.I.U.I.F.F.l.F.S.J.J.I.I.E.J.J.J.J.J.J.I.I.I./.E.Y.oXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXX - i f A E z s h h C W W C C R 0 0 f z f z C C F C b b Z Z Z b b k h z F F b F H J F F z h Z Z H E #.%.#.%.s.k.k.k.k.d.k.d.k.l.l.k.:.W E E E E @.} W E G W u.W G G A E #.J %.S.:.%.%.W A Z A K W J K A Z A V A L G A A A J D A D K A A A A W u.i.i.X.K K X.G F A X.U U J Z s d s G X.X.S S S Z b h C Z D K J W W o.W X.t.p.l.G.I.I.E.E.E.E.^./._.[.[.].[././.I.E././.I././.E.^././.(.E.I.I.I.~./.Q.I.I.I.I.I.H.J.F.H.^./.J.F.S.l.H.H.J.J.J.I.I.J.J.G.G.I.I.I.I.E.E.Q.v.oXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX- 4 h Z J Z i h b C 0 E C C 0 C C f z f x f z C C b z b z b b b h g h b Z b b F E b b z g z F E X.@.E E #.s.k.j.k.j.s.i.t.i.l.J.k.s.@.G F R E X.E E E Z E @.W F G J G E G J %.u.:.W W J o.:.@.W E A Z A A A A A L Z S S A D A D D A B A A W u.%.:.X.W D J J J W W J K A A Z h z X.X.J S G E F Z Z C Z Z J A G W W X.X.%.s.k.H.I.I.E.^.E./.U./.[. X|.|.|.Q.E.E./.Q./.~./.(.E./.(././.E.^.I.E.(./.(.Q.I.I.Q.I.I.J.J.~./.I.J.F.F.H.G.H.H.H.H.J.J.J.H.H.J.J.G.I.I.E.I.R.oXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX5 6 i h C F g d g 0 0 E R C z 0 0 d z x f f f z f g h h s h b b z z z b Z h Z Z F Z b b b b Z G J E F E :.u.u.:.s.s.:.s.s.:.:.d.k.d.s.E E E E { { W E E F A C C G @.5.J F S A W X.E G G %.u.%.X.W G A Z Z Z A G G J I D Z A D D L D G D A J u.:.%.O.X.K J G W @.W D J A D S z Z G J A A X.X.H A F Z C Z A C A E W W @.W u.k.S.I.I./././.^././.XX.X|.|.}._.Q./._././././.(./.^.(./.E.E.E.^././.Q.E.I.I.I.I.E.I.I.I.I.I.J.F.J.J.F.S.S.S.H.H.H.I.J.H.I.J.I.I.J.I.E.Q.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt 6 i g S h d s 0 C z F C z z z d f z f z z f x i h g i g h z b Z F b b Z m Z F b b b b m Z Z G E E @.%.:.@.@.@.$.%.i.s.W W W W u.k.:.G E E { J E @.E R G C C Z X.i.@.A Z S J W W G G t.p.@.%.X.L A C s h Z A A D J J A A Z A D K L A D X.@.@.#.+.%.X.J W @.E G W X.H F D Z h B Z Z Z S F H F A F S A A G A A W u.u.@.s.k.S.I.I.^.Q.^././.'. X X{.}.{._.(.]._.Q.U._./././././.E.J.I./.E.E.I./.I.I.U.G.G.I./.E.I.I.G.J.J.J.F.G.F.D.J.J.I.I.I.J.G.I.I.I.E.I.Q./.W.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt 9 9 t C C f z 0 C 0 W E 0 0 z f f f f f Z h g g g f g g h h z C E F Z Z b Z z z z z z z z z F E @.:.@.E E E @.E @.X.W J E @.W :.l.u.E $.%.X.E E J E E D A D J U %.B.:.H Z J W u.u.u.#.i.i.s.@.K A V h B h V Z Z Z Z S A A A A G o.X.X.#.X.W X.X.@.W o.i.@.G F G X.J F Z Z S Z Z C C C B Z Z C Z A J W Z Z G W u.s.i.h.D.H.I.I.I./././.(.`.[.|.].[.[.[.`.`.Q.(.U./._./.^././.E.I.E./.Q.E.E.E.I.I./.G.I.^.U.^.G.F.H.I.H.H.H.H.H.H.J.I.I.E.J.F.J.I.I.~.I./.Q./.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXi h i f i s z C 0 G 0 E E T 0 i f z f f Z z h h g s s d h h Z F G R F b h b Z Z Z b z z f h b E X.@.E F X.X.X.:.X.$.@.G A A E @.s.@.J E J E E E R F E X.W E W { X.5.:.E J F X.s.s.%.@.5.g.k.i.J A V A Z V V V k Z A V Z A D G G G X.t.:.X.X.W E G G W u.u.E G F E E F Z Z B C Z A Z A C B Z Z C F D A A Z Z W u.f.g.l.S.F.I.E.^./.(.(.'.[.[.[.[.[.[.].`.[.`._._._._././././.I././.Q.E.I.E.I.E././.I.^.U.^.I.F.J.J.J.G.H.F.F.S.D.I.^.I.I.I.J.J.J.I.I.E././.R.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXu b b f f 0 z C 0 0 T E E 0 0 g z b b g z h h h g h h z h z z Z F F b b h Z b z z Z z z z Z F G F F F E W W X.@.@.:.%.@.W E G E W @.W X.X.E J G F E E E X.E J I J { J J J J E %.%.:.p.s.i.B.g.o.G A A L A Z V B Z S V Z A J { K X.W K D K W J E J K W @.%.W @.E J F Z A A B Z D A J A V h Z Z Z A A A J G W @.W s.k.k.S.F.I.E././.E.(._.[.[.[.].[.`.(._.`.`.`.`.`./././.(./.I./.E.Q./././.`./.U.I.U./.^.U.I.^.I.I.I.H.F.J.J.H.J.J.J.J.I.J.J.J.J.I.E.Q.Q.Q.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXg z C f 0 0 C C 0 0 C W 0 0 h b Z b z z h h g f z f h g z z Z F F b h h Z Z Z Z z z d z F E J F F Z F E E @.X.X.%.%.@.#.@.W %.u.W J E { H F F F F F E X.X.G G J I J J E J W X.%.u.f.g.g.g.k.%.X.D A A Z A Z Z V B h Z G @.p.t.X.A A A G W W K J E W W W E W +.{ J F A A A A W A E J Z A Z Z Z C B A G W p.s.s.k.l.F.S.F.I./.(.(./././._._._.].[.].`.`.(.`.Q._.'._._.(././.I.E././.Q.(././.Q.I.G./._.^.I.I.I.I.I.G.F.H.J.F.F.J.I.I.I.J.J.J.J.I.E.I.Q./.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXZ F Z d d b J g g z Z g d s b Z h h b h g g s f z h g b b h h b Z z h h b Z H b z z Z Z S Z F m Z F Z z F J F #.i.X.O.%.@.X.X.J H F F F Z H F F F G G J G H H J J A A J X.#.:.f.B.H.k.s.k.g.%.H D Z V Z Z B C b Z F J i.S.i.W E E A C E W W W G E W W W W X.J I X.U X.X.u.i.%.G C G A G G L C B Z J X.s.:.k.l.l.F.I.G.^././.^./.'./.(.E.E._.[.`.`._./._./._._._._./././.Q./.E.I.I.E././.I.^.U._._.I.I.~.I.I.I.F.H.G.F.F.I.I.I.U.G.I.H.G.G.I./././.Q.=.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXr g F S d b @.h i d Z s h b Z Z h b Z h g g h g z h h b H h g z b b h Z H m Z Z Z b m z Z F F Z S F Z z b S z S %.X.#.i.J Z F F F A F F b b Z Z Z F G F J J H J J G Z Z J X.%.s.J.J.f.u.s.B.p.J H Z A A o.K Z S Z J E %.k.l.s.t.W E A E W W G E E W W W @.X.J X.O.X.X.X.o.:.o.Z B C C C A A L Z Z J :.s.s.k.l.k.F.G.I.^././.E.^.(./.(./.Q._.'.`.]._./._._._._._._.(.E.E./.Q.I.J./.Q./././.^.U.(././././.I.H.I.G.G.I.G.U.I.I.^.I.G.I.H.G.I.I./.U./.Z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXf z J Z m E { h d z h a z h b h z b b k h k h k h h h J h g b b Z Z Z S Z z S J J Z Z Z Z b b F F Z b b z z s Z J E %.{ Z Z Z z Z F z z b Z b b Z Z F F H E E G J G C F A X.:.s.s.:.s.:.k.k.i.W Z h D W W J G G X.%.u.k.I.l.d.u.E A E E G G E E W W W W X.E I U X.X.L W o.E C C C B B C G Z J W @.%.%.%.:.k.l.F.J.I././.I.I.E.(.].`.`.`._._._.`._._._./._.`._.(.Q.E.E.(./.I.E.Q.U.U.Q./.I.^./.U./.U.I.I.G.G.G.I.I.U./.^.I.I.I.G.I.I.I.I./.I.Q.W.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXr t F F Z z F h s h h a g h z h b b Z k b b h h h h h Z b h b b z z z z Z S G G F Z S H b Z b b z b b b h z h h Z Z F X.E Z z z z F Z b b b b k h Z Z Z H { %.%.W A E G A W W #.:.:.:.%.p.s.g.:.G Z B Z F b Z J %.i.i.s.k.l.l.g.W G F E W W W W W E W W X.E J S D Z A A G F C C B B C A A J W u.o.W W @.@.s.F.F.G.^.^./././.(./.`.[.`.`._._.`._.].[./._._._././.E.E.E./.I.E.Q.Q./././././._././././.I.I.P.F.F.I.^.^.I.^.I./.G.I.^././.(.E./.).w.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX, g F Z h h b g h h a g g h h b b b k b b h h b h h Z Z b A Z b b Z S H H b F b b b b Z Z S b b b b b h b h g h b b Z J H b b z Z b b b h b h h z Z F F J W %.%.W K J J #.X.o.u.u.d.%.#.@.@.X.J Z C F Z z z X.S.g.:.s.l.k.k.l.s.@.W W W W W W W @.W W @.X.E E E C C C C C C G C C C Z J %.#.u.%.%.:.@.X.k.J.F.F.I.I.^./.`._._._.`.`.`._._.(._.`._./._./.(././././.E./././.Q.I./._._._._.U.U.(.`.`.Q.I.G.I.U.I.I.U.I.G.~.I.I.I.^.I././._._.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXz Z D S h Z g h g g s b h h b h h z b Z b h h b z h Z Z A S J H F R J Z b F Z b b b H H H b h k b b z b b h h z h h Z Z S S Z Z b b h h h b b z F Z F J W W W K K %.%.:.K o.#.@.o.X.X.W W W W W E O.@.J Z J :.i.%.i.l.k.k.k.s.u.@.E W W W t.i.s.:.@.@.@.W J J Z G Z Z F C F G C Z A W W @.u.$.@.@.@.+.l.F.G.I.G.G.G./.(._.'.(.(.`.`.(./././.^.U._././././././.Q.E./.Q./././.'.`._.I.G.F.I.P./.Q.I.I.I.G.I.G.H.I.P.G.I.I.U./.I.~.I./.`.).1.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb b G J Z Z b J b b b b k h b s h Z h b b h z b Z Z Z F b Z J F F J H F F b Z b b Z J X.H Z h h h h h b b Z b Z h g g b Z J H Z Z b h z s h h b S Z Z F A J G A A o.i.+.K X.W W J J J E E X.%.%.X.J X.W G E E X.%.i.:.u.s.s.u.W W W W @.p.h.l.k.s.:.%.X.@.X.E J E F A F Z C F F F E W #.u.t.$.:.:.i.l.l.l.H.F.G.G.H./.`._.`.`.'.]._./.(.I./././.Q._.^.^.^.I.I.E./././.E././.`._.I.F.F.H.G.I./.I.U.I.U.G.G.G.F.H.G.G.I.I.Q./.Q.E.Q._.].V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXg Z J J S b +.X.F h b b b b g h h h h h b k b m Z Z F m h F b b Z Z F F Z F b Z b Z { G Z h h z b b Z Z H b Z b g d d h Z X.J Z Z b b h h h h h C G G G G G L Z G X.J G G J E A A J W #.W W E X.D W %.@.X.:.%.:.i.%.u.g.:.i.#.#.W W t.k.l.l.k.j.:.X.E @.X.W E F A G F C C C E C W u.t.#.u.k.S.S.l.l.l.S.G.F.I.I.E./._.(./.(.].`._.U.I.I./.U.I.U.U.^.^.I.^.E./.^.^./.^.`./._./.I.P.I.Q./.I.H.G.I.I.I.I.I.G.I.I.I.I.I.I./././.E./._.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXx H z J H z h :.J b b b G Z z z h h Z h h h h b Z J J F Z S E b Z Z Z Z G Z Z Z z Z F F Z b b b b F F b z z z Z z f d f Z X.J F E Z b z b F z z Z A B A B A A A A S G J J J J S V S F X.G J X.X.J D J J K #.u.i.i.k.k.g.i.:.:.W E @.;.g.l.l.k.i.:.$.@.$.@.E E G W E T C 0 E G E W u.i.s.k.k.l.l.l.G.G.J.I./.I.I.I.I.Q./.`.`.`.`._._.U.I.^.I.I.I.I.I.J.J.^.Q.^.E././.(.`._.(./.I.I.Q./.I.S.H.H.G.G.U.G.G.G.U.I.G.I.G.I./._._.Q._.!.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb Z E H z F X.H Z H X.W z z g g h h b h h Z Z E :.W Z b J H Z F F Z S A Z b b Z m Z b b z h k b Z Z z f z z f h d d z F { J b F Z b Z E Z Z F C A B B A A A C Z G J D D D S V Z z z Z J X.S Z Z Z C Z A W E u.g.s.s.j.k.s.@.@.@.@.W W @.W $.:.s.s.X.X.W W W W E E E G F E E W o.u.l.k.s.f.k.l.G.P.S.I.I.I.I.I.I.I.E././.`.].`./.^.I.G.I.I.G.G.D.J.^.I.E.^./././.(.`.`./.Q.Q.I.I.I.F.H.G.I.G.H.P.G.G.H.I.I.I.G.I.I.I./.Q._.).oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXx G X.X.E G J H b J { F C z h h g h Z B Z m F :.i.J A b Z Z Z Z m Z S Z Z H Z Z b b Z b b z h b Z F z z z z Z F z h Z b H J Z z z z Z X.X.X.J B A C B B A A B V A A D X.K S h b Z z b Z b h h V Z C Z A @.X.X.:.#.:.:.u.s.:.#.:.:.u.@.W W E W E @.X.@.@.%.:.%.%.@.@.@.W W @.@.t.:.u.u.s.k.H.S.k.k.k.S.I.U.I.I.I.E.E./././././.I.G.I.I./._.U.G.I.J.E.^.^./././.^./.`./.E./.Q.E.U.U.H.I.U.I.I.I.G.I.I.G.G.I.I.I.I.I.^._./._.K.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb J R { $.X.H { X.E E @.G z h a g b Z B Z Z @.:.G S m z h b b b h h b Z F F Z Z F Z Z b b Z F b z z z z C z d i f Z F b Z h b z z J W Z S K K A B B A L C B h V V K X.J Z S b Z Z b b h s h s h C Z Z Z C Z E :.:.s.j.s.s.:.:.:.s.u.:.%.#.W W X.X.X.E W @.W W @.@.@.u.i.%.u.k.l.l.F.G.I.G.F.k.S.H.I.Q./.U.Q././.(.(._.(.`.I.G.G.^.`.`.`._.U.G.I.J.J.E.Q.^./.^././.^.I.I./.I.U.I.H.I.I.G.I.I.F.F.I.I.I.G.^.I.I.U./._.`.).oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXh b J :.%.F E :.E E :.:.F b Z z g z h z b S G F Z Z m h h k z b h h h b Z F S S Z b h Z Z b b z h b m S z h i a a Z z C G H h g G X.S G J t.X.B Z B B L C B A A Z Z V h Z F Z Z Z z s h s h S C z z B Z A @.g.s.s.s.s.s.s.i.;.:.;.:.:.i.:.i.:.%.:.@.E X.W E E W @.@.;.%.i.l.I.G.I.U.I.I.I.I.I.I.I./.[././././.Q././.(.(.I.J.I.[.`.].{._./.I.G.I.I./././.E.Q.I.I.I.I./.E.E.I.I.U.U.U.I.G.l.F.G.P.I.I.~.I.I.I.Q.Q.`.).w.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX, i b O.5.@.H $.@.@.:.@.W J E @.Z d h b b z Z b Z Z Z V h h b Z Z b g h Z b S F Z Z Z h z z b b h z Z A z z f g d h Z h C b h h b Z Z A A A A A A B B A A V V h B h V Z S Z F b Z Z h h A U X.J h z A %.t.s.s.:.:.s.k.s.i.$.@.@.@.;.:.k.k.k.s.j.s.:.:.:.5.@.:.u.:.:.:.:.k.F.F.l.H.G.U.I.U./.U.I.I.I.G.H.G.I.I.Q.I.U.I.I.I.J./.'.'.].`._./.I.I.I././././.^.I.I.I.J.I.Q.E./.U.I.I.I.I.G.G.G.G.I.I.I.I./.I.I.Q./._.{.T.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX= 5 J O.;.%.%.%.i.i.:.:.%.X.E Z z z h s b b h g h h h s s h h h h h h g h Z Z S Z Z m B b b b h h b H b z Z h h z Z Z Z b h h Z F Z Z C Z Z K L A A Z B A A C B A A B A W Z F Z C S B C t.p.%.Z A o.%.%.s.u.@.E %.s.g.%.@.E E W W @.:.s.%.$.@.%.s.k.j.k.j.k.l.l.k.l.l._.U.G.I.I.]._.U.U._.Q.I.I.G.G.H.G.I.I.E.Q.I.I./.I.J.E.}.[.(./.I.I.I.I.E././././.I.I.I.I.I.^.Q.I.E.I.I.G.P.I.G.G.I.I.U.~.I.I.^.I.U./._.].W.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX+ t J X.:.i.5.5.u.i.s.%.X.J G X.G Z k b F Z h i g h h g h g g g g h s h b Z b Z S S Z b Z b b z h b k h h h X.J Z C S G b h Z F Z b Z A A J K L A A B Z A J W D K Z Z G S F F Z Z Z +.u.d.i.E J i.%.@.i.;.E E E %.:.%.W E E R E E $.E E W W W @.W W :.U.).l.l.l._.~._.).Q._.`.[._.Q._./.Q._.Q._.`.`././././._.`.(.I.I.F.J.(.]./.E.J.I.I.I././././././.I.E.I.^.E.I.H.I././.U.U.I.G.G.G.I.~.I.~.I.~./.I./.[.).oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX# - h F E :.s.7.:.s.s.W :.W J G E Z F Z Z H Z h i i b z g h g s h h g h h k Z k S Z m Z Z z z z h h h b b b Z C C A A h Z Z b b b Z H A J C C D W G C 0 W W W W E A A G W W E C G G W O.+.J Z J i.s.i.s.s.u.@.W #.@.%.@.E H J F H H H F E E E W E E W s.k.j.k.k.l.~._.I.I./.U._.U.U.U.P.U._.I.U._.U.U.I.U.^._._.U.I.I.G.S.G.G.I.I.I.I././././././.`./.U.(.^.~.I.I.F.I././.I.I.I.I.H.G.I.I.I.I.I.I.U./.`.].r.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX% 5 F @.:.i.u.i.7.s.u.u.k.t.@.@.E W J H Z h z f d g h g g h h z h h b b h h b b Z Z Z h Z Z b b b h z b b z h h Z Z C k b Z b z Z H F Z z F W L G A E 0 G W W 0 A W W t.g.u.W 0 B G D D Z B L i.i.u.i.s.l.u.s.#.J W u.u.E E E H E J E G G E E G W W #.u.i.d.k.k.l.l.S.H.I.G.G.l.l.l.l.l.J.l.l.l.J.I._.^.U.^.U.U./.I.I.I.I.I.I.E./.Q.E./././.`.(./.E.)./././.I.I.H.I.I.U.I.I.I.I.I.I.I.I.I.I.I.I./.`.`.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX, t R j.s.%.s.i.i.:.%.f.d.l.s.u.%.O.E J Z b F z g g g g h h b Z b b b h h z h h b H J Z F F b b h h b J { Z C h Z Z Z b { b b Z Z F Z J @.%.X.X.o.W W E R A W G W t.p.g.l.u.G Z W G J A Z W d.s.g.s.g.s.s.:.:.W W i.i.E E X.X.X.{ F W W W E W :.u.i.s.i.j.j.s.i.k.S.G./.H.l.l.l.l.l.l.P.I.I.l.J.I._.I.I.~.^.U./.I.I.^.I.I./.I.I./.E././.^./.(./././.I.I.I.G.I.I./._./.I.I.G.I.U.I.I./.I.Q.^./._.).n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX- i E :.s.:.s.:.i.%.u.j.l.F.u.:.:.@.E E H F Z b h i s h h h z b h h s h h h h b H O.J G Z H G b b Z J X.G C z C Z z b b h b Z z F F G %.d.s.g.D.d.#.W W #.p.p.W u.W %.p.%.W W i.+.Z G J u.l.l.S.s.s.s.s.:.#.@.W E W X.E %.:.u.O.E E W E W :.s.d.s.d.d.i.:.%.u.j.F.F.G.l.U.l.k.k.U.U.l.I.l.l.J.I.I.^.^.U.U././.E./._./.Q.I.^.Q.I.E././././._./././.Q.U.^.I.I.I.U.Q./.I.Q.^.U./.I.I.I./.Q.U./._.n.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXH X.i.i.:.s.:.s.s.s.s.l.k.i.u.:.W E E J F Z Z h g g g h z b b g g g h b h b F X.@.X.J J E b h b J m z h z z z Z Z b z z z h C G G :.u.i.g.S.g.:.g.s.s.s.:.E K A L X.W p.s.d.E b Z G J y.i.p.g.l.l.s.@.@.#.i.%.:.%.%.k.F.j.u.u.:.:.@.W E @.s.s.k.j.:.W :.:.s.k.j.k.G.l.G.l.l.U.l.l.l.l.I.U.I.I.I.~.^.^._.U.U./._._._./.~.U./././././._.`./.~.I.I.I.I.I.Q./.I./.Q././.(._./.Q.I././.I.Q._.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX= H @.7.$.i.%.:.k.s.s.g.k.k.g.d.@.E S F Z F b Z h h h h Z b h h g g h h b Z E @.F F E W { Z k b Z Z z h h Z h Z b Z Z Z h z F G F W %.%.:.s.j.s.k.k.s.s.:.@.G C A Z W W W E Z G b H %.o.X.t.u.g.s.:.%.i.i.t.%.:.;.s.k.l.k.k.j.W W i.#.u.s.g.k.k.i.i.#.#.%.i.l.f.l.l.l.G.J.I.U.U.l.l._._.I.I.I.U.I.I.I.U.~.~.U././._.U.I.U.^._./._.^./././.I.I.I.H.G.I.I.I./.`._.]._._./.Q.I./.E.I.Q._.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX8 F $.@.@.:.5.s.s.p.g.B.F.k.k.k.u.X.J Z b m S b h z g b Z h b h g g s s h Z J Z Z b H @.X.{ J Z Z Z Z S H Z Z F Z A W B h z C z F W %.%.u.g.k.l.l.g.s.g.:.X.K K Z B A C C J { A S U D A A E g.g.%.:.W W E J @.:.:.%.:.:.:.s.u.u.W E :.k.l.s.d.#.W W $.%.u.s.k.l.F.U.U.U.P.l.l.l.U.l.I.I.l.~.U.I.I.J.J._.~.U.I./.`./.I.I.G.I.U./././.U./././.I.I.I.~.I.I._.]._./._._.U.I././.I.Q.(.Z.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX8 g F O.@.%.5.s.s.i.s.g.J.H.k.s.s.:.E F z C h b b b b b b h h h b h h h g f Z Z z z b J H { @.J b S Z Z H H X.X.S C J F C Z F E E %.@.:.i.s.l.l.l.l.l.k.s.i.d.u.@.Z C C C Z h s h k J A h 0 W #.t.W E E W J J A J W @.%.:.u.u.E E W s.l.g.W W W %.:.W u.k.g.l.G.F.G.l.k.G.).l.~.l.U.~.U.I.l.U.l.J.J.J.l.U.I./.I.I.`./.H.G.I.I.I.^./.U.U././././.I.I.I./._.(.Q././._././._././.!.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXa b E @.W s.s.u.s.s.k.H.S.S.s.s.%.E H Z Z z z z Z Z b b z h h h h h g h h Z h b z h Z Z b S b Z Z S S Z Z Z C C C z G @.%.u.u.%.#.%.i.j.k.d.g.l.l.g.s.i.f.f.g.%.Z C h d g h h h Z D h h h V G J Z G J J K X.%.o.i.g.s.u.@.E T E #.t.W W @.u.u.@.E :.l.l.l.l.l.l.l.U.U.l.l.l.l.U._.U.l.l.l._._.l._._.I.U.G.l.I./.U.I.G.G.I.I.G.I./.I.I./.(.(./.~.I.^./.Q.Q.(.(././.Q.^./.Q.R.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXg z ;.E X.:.g.s.s.f.k.k.k.l.s.s.E X.E J X.C Z h z b b z h h g h h h h g h h h h h h h h h h z b Z S G Z A A A A F J X.%.%.%.#.#.:.:.s.d.g.s.s.u.:.s.l.l.l.s.:.F b z g h b h h Z D V h s s s h k S G J X.5.p.s.%.f.f.s.@.R E E W E W @.:.s.u.@.#.j.l.U.U.U.I.U.l.U.l.l.k.k.l.U.l.U.l.l._._.l.U.l.l._.F.l.F.G.U.I.U.G.F.F.G.G.I./.^.I.(./.(.`././.`._.(.`.`.Q./.Q.U./._.R.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX@ = a :.#.O.:.g.f.g.s.s.l.k.k.k.s.@.E J :.E z z b z z f f f h h h g g h g h g s s z h h h k B B Z Z F Z W W W W @.%.@.@.@.%.$.:.i.i.s.s.s.s.k.g.s.g.k.l.l.p.:.z s h s z Z Z h h s h h h h h h V A J X.+.%.f.g.s.s.g.l.:.R E G @.W E #.s.r.h.l.l.l.l.l.l.l.l.l.l.U.U.l.s.l._.U.U.l._._.l._._.U.U.l.l.G.l.F.G.I./.U.I.I.G.G.G.I.U.I.U.I.I./.^./._._._._._././.E.E.Q.`.W.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX> g %.O.%.5.f.s.s.i.f.k.j.k.k.u.J E E E F E s.E z h d d h h h h h h h h h z h g h h h h h C Z V C C E W W @.@.%.:.:.%.%.:.s.i.i.u.s.s.i.k.l.l.j.s.f.u.W J h h h Z z Z F k h h b h h k V V A D U &.p.i.f.s.s.k.S.l.k.W E E 0 E C @.#.g.k.s.s.:.s.l.l.l.l.U.U.l.l.g.k.U.l.l.l.l.l.l.l.l.l.U.l.l.U.G.l.F.H.I././.I.F.G.F.H.I.^.I.I.I.I.~.I.^.(._.(._././././.E.).V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX, i X.@.%.s.d.s.i.s.j.j.k.l.p.%.E W @.X.#.f.i.W F f z z F b z g s b Z z b b Z h h h h h G X.{ F C C C E W W W %.%.i.:.5.k.s.i.s.s.k.k.s.k.l.l.d.p.@.Z f f f h Z C h C h h h B k V B V Z h D D X.X.W t.%.s.k.C.U.l.j.@.E E E W W @.:.:.:.:.s.s.l.U.l.l.k.s.:.s.k.l.).l.U._.l.U.l._.l._.l.I.l.l.l.l.G.G.I.U._.I.F.F.l.H.I.I.G.I.~.I.I.I.I.I.^./././.E.I.Q.Q.j.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX5 k H @.i.f.k.s.s.p.F.F.k.f.s.s.:.:.:.%.u.:.%.%.@.W E E :.F k k h b h b k Z b F Z z S X.:.@.E E E C E W W E E @.5.i.%.:.:.i.s.u.s.s.k.s.s.g.:.W A C h h h B h z C z Z h B s h V V J A B S A D J J W i.i.s.l.l.s.s.:.@.:.#.*.W @.:.g.l.l.l.l.l.l.U.l.s.s.r.g.l.l.l.l.l.l.l.l.l.).l.l.l.l.U.I.C.F.G.G.I.I./.I.G.G.F.C.F.I.I.I.I.G.G.I.I./.I.I.I.J.J.E.Q.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt g z W i.u.s.s.s.k.l.l.l.s.s.k.l.7.s.s.:.%.5.s.%.@.E E E F F J b b Z Z G { E J Z F E :.u.%.@.t.t.G W W E @.u.u.i.:.:.u.i.u.s.u.s.s.l.l.s.E G A A Z Z C B z h C Z A C h A Z B V Z Z B A D D K L o.d.l.f.k.k.:.:.E :.s.:.E E :.g.l.l.l.U.l.l.k.s.d.k.l.l.l.U.l.l.l.l.l.l.U.l.l.l.U.l.U.l.P.l.I.F.P.G.G.^./.G.F.S.F.l.I.G.I.G.I.G.I././.I.I.I.G.G.R.N.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX5 g h J :.u.s.s.j.l.l.k.k.s.:.k.S.l.l.:.u.:.:.i.#.#.W X.X.X.E J S G G H H F F A J E :.:.s.%.t.k.W W W #.u.s.s.i.:.:.i.s.s.s.s.s.k.U._.s.W W A K A A C B B B B C Z h V Z B Z B V Z Z A D J o.t.o.i.f.p.f.k.k.s.:.@.E @.#.@.l.l.l.U.l.l.l.g.:.#.g.U.l.U.U.U.l.l.k.l.l.k.j.l.l.l.l.l.l.G.G.I.^.l.J.G.H.I.U.G.l.F.F.S.G.U.G.G.I.I.I.I.I.I.G.H.P.E.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXz h g G +.i.$.X.i.g.S.S.k.:.W :.l.k.j.i.i.u.i.u.:.%.W W %.%.@.E F E F Z z C C A G +.g.k.s.@.#.:.C C %.u.s.s.i.@.W :.s.l.l.k.j.k.l.k.s.%.W K G B Z Z B B Z J J C C B Z A A A B A L K K L o.#.o.t.u.d.k.l.k.l.l.F.j.k.k.k.l.F.k.k.k.S.C.k.j.s.l.l.P._.l.l.l.l.l._.l.k.k.k.k.l.l.l.l.l.l.l.F.F.F.l.H.G./.G.G.G.G.G.G.I.I.I.I.I.I.I.I.G.I.I.U.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX> h g Z +.o.Z Z :.S.F.k.:.E F E X.u.f.g.k.k.k.i.i.%.:.@.:.:.#.#.W W F z Z C A A G +.u.g.s.i.:.:.W %.#.#.:.u.:.@.%.u.k.k.k.l.k.k.k.j.u.X.J G A Z Z B B Z J W J L B Z A A A A A K X.K K o.d.i.t.t.d.l.k.k.l.l.l.l.k.S.S.l.k.k.H.F.l.l.k.l.l.l.I.l.I.P._.l.l.I.l.l.l.k.j.l.l.).l.l.).l.F.l.F.S.S.F.G.U.I.G.G.P.G.G.U.I.I.J.I.I.I.I.I.U.W.r.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXH i G @.{ Z X.5.k.l.7.G F F Z F %.S.I.I.F.k.i.i.u.:.:.:.:.:.#.W E G F G A A L J E #.u.s.@.@.W W J @.W :.u.i.s.u.i.k.l.I.U._.l.l.s.s.%.K A A Z Z A Z A G A J Z A A L A Z L L K %.t.d.l.d.u.t.u.k.k.k.l.l.k.k.k.s.k.k.S.S.F.C.k.k.l.C.l.P.l.l.U.l.l.l.l.l.l.).l.l.l.l.l.l.s.k.l.k.l.l.S.S.H.H.H.I.I.I.G.I.I.U.I.I.I.I.G.I.I.Q._.L.*.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX5 t G @.%.+.%.:.k.k.:.b z z z F i.I.I.G.k.k.i.k.k.u.s.s.s.%.#.u.W W W G K W J E :.s.s.:.@.W W L W #.%.i.u.u.:.u.k.l.~.I.U._.l.s.s.#.K A A G J A L W K W W W L A A B B C A K X.W t.p.u.u.p.#.t.u.j.S.l.k.k.i.:.:.s.S.S.l.k.k.S.l.F.G.G.I.l.l.l.l.l.l.U.l._.l.l.l.l.l.l.k.k.k.k.l.l.C.H.H.S.l.G.U.I.F.G.F.G.G.G.G.F.P.I.I.Q.A.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX3 4 Z X.%.%.%.%.k.k.@.z i f f C u.I.I.F.k.f.s.S.f.f.d.k.s.j.s.:.5.:.+.@.@.%.:.s.s.g.g.k.g.%.W W u.u.u.s.g.u.i.k.l.l.l.U.l.l.f.u.@.E W J G W L J W W W W W W G A B B A L W W W t.t.t.u.s.i.k.f.f.l.k.j.s.i.s.s.k.F.F.S.l.G.G.G.G.l.l.l.l.l.F.).k.l.U.l._.l.l.l.U.l.l.l.l.k.j.l.k.S.S.l.k.l.F.I.G.H.S.H.F.G.G.H.G.I.U.P.7.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX, 6 k G O.:.%.:.l.k.:.F i 0 i F i.l.P.F.k.k.S.k.k.f.d.k.k.j.k.k.k.k.d.f.d.s.s.:.s.g.j.g.u.u.@.u.p.i.i.k.s.s.g.g.l.l.l.l.k.g.i.s.:.:.W W W W o.W o.#.W W W t.o.o.o.+.o.o.W t.t.t.u.d.i.j.l.l.l.k.d.d.l.G.l.S.F.F.S.S.C.I.I.U.G.G.G.P._.U.F.l.l.l.l.U.l.l.l.l.l.l.P.k.k.l.l.l.l.l.S.S.F.l.S.G.I.G.H.H.G.G.I.G.I.Q.P.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX> 9 Z J W %.@.i.k.k.j.#.C z E i.k.k.B.B.k.k.g.s.s.k.k.k.k.k.k.l.l.k.k.d.s.k.s.s.s.g.g.g.g.#.K i.:.t.g.s.g.g.k.s.l.l.l.l.k.k.f.d.j.i.s.s.+.K L G G L W t.p.p.p.p.g.u.p.p.d.p.d.i.s.k.l.l.f.s.f.d.k.k.k.l.F.C.I.F.S.S.F.I.U.l.l.J.I.I.F.F.).U.l.U.l._.l.).U.l.l.l.l.l.l.l.F.C.l.k.l.l.l.F.G.G.G.G.H.G.P.I.I.Q.L.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXh H A W #.#.u.d.d.s.j.s.:.:.s.k.f.g.j.k.l.k.k.k.k.l.U.G.G.U.I.l.k.d.g.s.g.s.s.g.k.g.k.d.i.i.s.i.g.s.k.k.g.s.j.l.l.l.k.f.k.F.G.F.k.d.+.W o.K A A G W t.u.u.u.%.%.p.d.j.s.k.d.d.k.l.k.p.s.k.k.l.l.l.I.H.k.S.S.G.I.I.I.U.G.l.P.l.k.l.l.l.l.U.l.l.l.l.l.l.l.l.l.l.l.l.l.G.l.l.k.l.F.l.G.G.I.H.I.I.I.I.I.Q.j.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt F z b %.i.g.:.:.i.s.s.s.5.s.s.s.s.g.k.k.F.B.B.F.F.G.I._._.I.l.j.d.k.k.p.s.i.g.k.f.g.u.s.s.s.u.s.k.k.d.k.g.k.l.l.l.S.P.I.I.~.U.l.g.g.k.i.u.u.i.d.l.d.u.o.W k.k.s.k.l.k.k.l.k.l.:.i.l.l.l.l.k.j.k.S.S.F.C.S.I.F.I.P.G.G.F.F.l.k.k.l.k.k.k.k.k.k.k.l.L.l.l.k.k.k.l.l.l.l.l.l.F.F.G.U.I.I.I.I.Q./.!.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXz b z $.f.i.%.:.:.i.k.f.s.p.i.f.j.k.k.k.g.B.k.k.l.F.I.I.F.S.S.l.k.k.d.d.i.i.s.p.f.d.k.s.d.s.s.g.k.k.g.g.k.l.l.k.l.l.F.l.l.k.k.l.j.k.i.g.g.l.P.~.F.k.s.d.k.k.s.l.l.s.s.l.l.j.#.%.i.d.d.i.k.k.l.k.k.S.S.S.S.G.G.F.F.l.F.l.k.k.l.S.k.j.k.k.k.k.k.l.l.l.l.l.l.l.l.J.l.I.I.F.G.G.G.I.I.I.I.E.Q.W.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXa t H @.%.&.5.:.s.s.k.s.g.f.f.k.k.k.k.s.f.s.s.f.k.k.k.s.s.s.k.k.k.d.d.s.i.i.s.s.k.k.i.s.s.u.s.g.k.d.g.s.k.g.k.l.k.:.%.:.i.:.i.s.g.k.g.k.l.l.I.l.l.l.J.l.k.k.s.i.s.i.t.#.#.#.W #.W u.d.l.l.l.B.S.H.F.G.F.F.l.F.l.F.k.j.s.k.l.l.k.s.k.k.k.f.k.k.k.G.G.l.j.l.l.I.I.l.J.G.G.G.I.^.U.U.).W.j.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt b H O.%.%.%.i.s.f.f.B.k.f.k.k.k.f.k.s.:.:.s.s.s.s.s.s.k.d.j.s.j.k.s.k.d.k.d.k.s.s.d.d.s.d.s.j.g.g.k.l.k.k.F.k.k.l.F.G.l.k.k.l.i.k.l.I.l.l.J.I.l.l.j.i.s.:.:.%.t.t.W W t.#.t.u.s.j.l.l.S.S.F.F.l.F.C.l.l.F.l.k.s.s.k.j.s.j.k.k.k.k.k.g.F.A.l.l.l.l.I.U.U.~.l.I.I.J.G.I.U._.`.R.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt b X.%.o.X.5.f.5.s.k.g.k.S.k.f.s.g.s.:.:.i.s.k.g.s.k.d.j.k.d.k.j.l.k.l.l.l.s.s.s.k.j.k.d.l.l.l.U.l.G.l.G.G.I.I.I.G.I.l.U.~.~._.U.l._.I.G.I.G.l.l.l.l.j.t.:.:.%.t.t.t.u.k.d.k.j.l.l.l.l.l.j.k.k.k.k.k.k.k.k.k.k.s.s.i.f.k.k.k.l.l.l.l.k.k.d.k.l.I.~.l.U.I.I.I.I.I.I.Q.Q.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX[ J +.O.X.%.i.i.i.s.k.s.i.g.s.k.S.s.s.s.:.s.k.k.k.d.l.l.k.k.k.l.l.k.k.k.k.s.d.k.l.l.l.I.U.U.U.l.l.G.F.I./.G.l.k.l.l.I.l.l.l.l._._.~._./.I.l.k.k.l.l.j.:.u.k.g.d.d.l.l.l.l.l.l.l.l.k.k.s.s.s.k.j.k.k.k.k.k.k.s.d.g.k.l.l.l.k.k.f.s.j.d.k.l.l.I.U.~.l.J.J.J.I.U.W.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX5 Z X.+.%.i.p.s.i.i.s.i.i.s.i.i.s.i.u.u.i.S.S.k.k.k.F.s.l.l.G.l.l.j.k.l.G.l.I.G.I.U.U.G.G.G.U.I.I.G.I././._._.P.I._.l.l.l.)._.U._._._.G.k.k.s.k.l.l.l.d.i.j.k.k.l.l.J.l.J.G.l.k.s.%.:.i.s.i.i.s.s.d.f.k.s.d.s.p.f.f.s.u.i.p.i.s.d.k.l.I.I.I.l.I.l.l.P.U.U.V.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX1 > t O.%.:.:.:.i.s.l.k.s.k.s.@.:.#.G @.k.k.k.k.l.l.l.k.G.F.l.P.U.l.l.l.l.l.l.I.I.l.G.l.l.G.G.G.S.G.^.U.U.U._._.U._._._._.].U.I.G.G.G.j.s.k.l.l.l.P.d.u.k.d.j.k.l.l.G.J.l.k.j.s.i.k.s.u.u.i.u.s.u.u.:.u.d.s.u.t.+.t.%.t.u.i.j.k.l.I.l.~._.~.I.I.).G.j.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX4 > g X.i.i.%.%.i.f.k.s.f.s.u.s.%.@.%.u.k.l.l.l.k.k.k.G.)._.l.l.U.l.U._.U.l.U.l.U.l.l.l.l.l.G.P.I.I.U.l.l.U.G.F._._._._.l.).l.l.l.k.j.l.l.J.l.l.j.i.s.s.k.k.l.l.l.l.k.d.k.s.k.k.i.i.s.u.i.5.+.%.i.s.k.f.u.p.u.i.i.i.d.g.B.J.I.J.F.E.E.P.I.P.e.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX$ 4 6 h $.5.%.%.:.:.i.f.d.s.u.i.i.s.s.j.G.F.C.C.F.l.l.l.l.U._._._._.l._.l.l.U.l._.l.U.l.l.I.l.l.I.l.k.G.U.J.P.l.l.l.l.U.l.l.k.k.l.l.I._.U.l.k.l.k.d.k.k.k.l.l.k.k.j.d.k.s.k.s.i.s.d.s.i.i.p.i.a.g.s.g.d.u.p.p.l.S.G.J.I.I.I.J.I.I.E.E.P.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXh z d h { %.O.+.%.u.k.f.u.u.f.s.k.s.k.l.F.l.F.G.G.l.l.l._._.l._.l.l.l.l.l.l.U.l.l.l.l.l.G.l.l.l.j.l.P.l.I.).k.l.l.k.k.l.l.k.l.l.k.l.l.i.W u.k.d.k.k.l.J.l.k.k.k.k.k.l.k.k.g.g.s.s.p.s.s.s.g.g.k.g.f.g.l.l.D.G.J.I.I.I.J.I.E.Q.H.7.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX@ 5 J { +.%.o.u.s.:.#.d.k.g.k.k.k.k.k.F.I.I.).U._._._._._._._._.).l.l.U.l.l.j.l.G.P.l.l.l.l.l.l.J.l.l.l.l.l.k.k.l.l.l.l.l.k.l.l.d.i.d.k.k.k.k.k.k.l.l.l.l.k.i.u.k.k.l.k.k.f.s.s.g.g.S.F.k.C.S.S.F.G.H.J.J.H.S.H.E.Q.N.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXt a k [ :.:.:.i.:.%.i.f.k.^.J.k.k.k.F.I._.U.U._.U._.].)._.).U.U.).l.l.k.k.k.l.k.k.k.k.k.k.k.l.k.l.j.g.l.k.l.G.l.l.P.l.i.k.d.d.k.k.k.d.k.k.s.s.s.f.g.k.s.u.#.t.p.k.S.l.k.g.B.g.S.B.S.B.B.H.S.S.H.F.F.H.J.I.P.A.;.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb z z F @.s.s.i.s.7.j.l.G.l.B.k.k.j.k.l._.].U.)._._.U._.U.U.l._.l.l.F.l.l.G.F.F.H.S.l.l.l.k.;.@.i.l.l.l.l.l.l.l.l.j.d.s.g.s.d.d.i.i.u.W %.u.p.d.k.d.g.d.k.l.k.k.k.s.g.C.S.F.S.B.S.S.S.l.B.S.F.F.Q.R.N.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXm b F W :.:.s.5.i.s.i.f.f.g.g.s.g.l.l.l.U.l.).l.U.l.G.l.l.U.l.l.l.k.l.l.F.C.k.l.l.l.l.s.s.g.l.I.l.l.l.l.l.g.k.g.k.g.s.s.d.%.E W W W u.d.d.k.k.F.F.l.l.l.l.f.f.F.J.F.F.S.S.D.S.S.C.F.J.H.A.f.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXf f R R :.i.i.:.f.s.i.i.j.k.g.s.l.l.l.l.l.j.k.k.k.s.g.j.f.s.k.g.j.s.s.s.j.g.k.k.s.k.l.l.l.l.P.A.l.l.k.l.g.k.k.k.k.f.i.:.:.#.u.s.d.k.k.k.l.F.l.k.f.f.l.F.F.B.B.B.B.k.k.C.I.J.C.S.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX- h H X.t.p.i.:.:.%.%.i.i.g.f.f.f.s.s.:.:.:.s.k.j.g.s.f.f.f.g.k.k.k.k.j.k.f.g.k.l.l._._.l.l.U.l.l.C.F.l.l.k.s.k.k.S.k.B.S.B.k.k.C.f.k.k.s.s.s.k.k.f.g.k.B.S.F.H.B.f.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX> 5 m O.&.%.@.%.%.&.5.s.f.s.i.s.u.s.s.s.s.s.g.g.f.s.f.f.f.f.k.f.g.f.s.g.i.%.:.j.k.l.g.k.k.j.l.S.H.k.k.k.k.F.k.k.B.B.B.B.k.k.k.d.g.k.k.k.d.k.d.k.B.F.F.N.f.4.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXX.X.O.%.+.5.5.5.5.i.s.s.u.s.s.i.s.u.i.i.f.f.g.f.g.f.s.s.s.s.i.5.i.5.t.t.i.i.k.l.l.l.B.k.k.S.l.l.l.k.k.g.s.f.g.g.g.g.g.k.k.l.l.l.k.F.F.f.5.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX$.$.%.i.5.i.%.:.u.s.:.u.r.s.i.i.i.5.f.s.s.f.f.f.f.i.i.s.f.f.g.i.j.g.l.l.l.l.l.k.k.k.k.k.k.k.k.k.k.k.k.g.k.F.F.l.F.S.S.k.j.7.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXh +.5.;.%.%.u.s.i.s.i.&.i.f.f.f.k.B.k.k.k.s.k.B.B.k.B.k.k.s.k.l.j.g.g.g.B.k.g.g.g.g.S.F.F.D.B.J.J.P.F.B.k.f.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXR W E E @.+.$.%.5.%.5.s.5.u.s.s.s.g.f.f.g.j.s.k.k.l.l.k.j.B.S.B.k.k.B.S.C.C.C.N.f.f.9.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXb I { { { O.$.X.%.%.@.:.i.i.s.s.:.i.j.l.k.k.g.s.k.g.f.4.$.$.{ oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX", "oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX{ { F m J [ } $.$.H z 7.oXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoX" }; xsnow-3.3.2/src/Pixmaps/bird2.xpm0000644000175000017500000002231214140766434013567 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *bird2_xpm[] = { /* columns rows colors chars-per-pixel */ "128 64 2 1 ", " c none", ". c black", /* pixels */ " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ...... .. ", " ........... ......... ", " ................ .............. ", " .................. .................. ", " ......... ......... ..................... ", " ...... ....... ......... ............ ", " ... .... ........ ......... ", " .... .... ........ ...... ", " .. .... ...... ..... ", " .. .... ...... .... ", " .. .... ...... .. ", " . .... ...... .. ", " ... ..... ", " ... ... .... ", " ... ..... ... ", " ... ....... ... ", " ............. ", " .......... ", " ....... ", " ..... ", " ... ", " . ", " . ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " " }; xsnow-3.3.2/src/Pixmaps/RegularSanta1.xpm0000644000175000017500000000304314140766434015236 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSanta1[] = { /* width height num_colors chars_per_pixel */ " 56 8 7 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #663300", "e c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#abbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bebbaaa.eebbbbbbbbbbcbbbbcbbbebebbcbbbbcbbbbbbbbcbbbbcbb", "beb...aebbebbbbbbbbbbcccccbbbbbbbbbcccccbbbbbbbbbcccccbb", "beeeeaebbbeebebbebbbbccbcbbbbbbbbbbccbdbbbbebebbbccbcbbb", "bbebeba.beebbbbbbbbbccbbbcbbbbbbbbccbbbcbbbbbbbbccbbbcbb", "eeeeeeeeeebbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcbb" }; xsnow-3.3.2/src/Pixmaps/xsnow.svg0000644000175000017500000046722013740053520013737 00000000000000 image/svg+xml xsnow-3.3.2/src/Pixmaps/BigSantaRudolf2.xpm0000644000175000017500000001634114140766434015520 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf2[] = { /* width height num_colors chars_per_pixel */ " 176 34 19 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", "h c none", "i c #b2b2b2", "j c #993333", "k c #990000", "l c #663300", "m c #33cc00", "n c #111111", "o c #009900", "p c #0066cc", "q c #003399", /* pixels */ "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhjhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjhjjjhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjjhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhggkgggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhjhhhh", "hhhhhhhhhhhhhhhhhhhkgkgggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjhjjh", "hhhhhhhhhhhhhhhhhhggkggkgggggbhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhjjjhh", "hhhhhhhhhhhhhhhhhgkkgkkgkgggchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjjjjhhh", "hhhhhhhhhhhhhhhhgkhhhggkggdbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjjhhhhhh", "hhhhhhhhhhhhhhh.khhhhhkggdbnddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjfffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjffffhhhhh", "hhhhhhhhhhhhhh...hhhhhgcbcdddddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnfjjlljffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffljjfjffhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffljjfjffhhh", "hhhhhhhhhhhhhhh.hhhhhhcccbcdccddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffhhhhhhffffnnflllffnffhhhhhhhhhhhhffffffffhhhhhhffnnfffljlffnffhhhhhhhhhhhffffffhhhhhhfffnnnffllffnffhh", "hhhhhhhhhhhhhhhhkgghhhhcccbbcbbdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffffffffffffffffffffnnfffffffffhhhhhhhhhfffffffffffffffffffnnffffffffffhhhhhhhhfffffffffffffffffffnnffffffffaaa", "hhhhhhhhhhhhhhhhggghhhhcbcccbcbhhhnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffnnffjjjfflhhhhhhhhhffffffffffffffffffffnnfffjjfffffnhnhnhnffffffffffffffffffffnnfffjjffaaa", "hhhhhhhhhhhhhhhckgkjjhhkkkcbccbhhgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhfffffffffffffffffffffffnnjjjjjflnhnhnhnhffffffffffffffffffffffnnjjjjfffflhhhhhhffffffffffffffffffffffnnjjjfjfaaa", "hhhhhhhbhbhhmgoccccjjhkgkkkkbiggbggghhhhhhhhhhhhhhhhhhhhhhhhhhnhffffffffffffffffffffffjfnnhhhjjhhhhhhhhhffffffffffffffffffffffjfnjjhhhfflhhhhhhffffffffffffffffffffffjfnjhhhjfhh", "hhhchpcpbpghmg##g#gjjhkggggkggggbgggnnnhnhnhnnhnhnhnhnnhnhnhnhhhjfffffjfffffffffffffjjfjjnnnhhhhhhhhhhhhjfffffjfffffffffffffjjfjnnhhhhhhhhhhhhhjfffffjfffffffffffffjjfjnhhhhhhhh", "hhhcccppggqgbgm##gg.jjkggggggkkkhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhjffffffjjjffffffffffjjjfnnnnnnnnnnnnnnnnjffffffjjjffffffffffjjjfnnnnhhhhhhnnnnnjffffffjjjffffffffffjjjfhhhhhhhhh", "hoo#coooggqggppq#pqpjjkkgkgkkkgbhhhhjjhhhhhhhhhhhhhhhhhhhhhnnnnnjjfffffjjjjjjjjjfffffjjhhhhhnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjjhhnnnnnnnnnnnnnnjjfffffjjjjjjjjjfffffjjhhhhhhhhhh", "hoeoceoogbqggppp#pppjjkkggkkggggbhhjhjnnnnnnnnnnnnnnnnnnnnnnnnnnjjffffffjjjjjjjfffffffhhhhhhhhhhhhhhhhhhjjffffffjjjjjjjfffffffhhhhhhnnnnnnnhhhhjjffffffjjjjjjjfffffffhhhhhhhhhhh", "hooocooeggqghppp#pqpjjkkkggggggggbhhhjjnnnnnnnnnnnnnnnnnnnnhhhhhjjffffffhhjjjjjjjfffffhhhhhhhhhhhhhhhhhhjjffffffhhjjjjjjjfffffhhhhhhhhhhhhhhhhhjjffffffhhjjjjjjjfffffhhhhhhhhhhh", "hjeoceoohhhhhppq#pppjjjkkkgggggggbhhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhjjfffffhhhhhhhhjjjffffhhhhhhhhhhhhhhhhhhjjfffffhhhhhhhhjjjffffhhhhhhhhhhhhhhhhhjjfffffhhhhhhhhjjjffffhhhhhhhhhh", "j#ooco#ohhhhhppp#qpphjjkkkkkggggggbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhjffffhhhhhhhhhhhhfffjhhhhhhhhhhhhhhhhhhhjffffhhhhhhhhhhhhfffjhhhhhhhhhhhhhhhhhhjffffhhhhhhhhhhhhfffjhhhhhhhhhh", "jhhhhhhhhhhhhhhhhhhhhjjhkkkkkkggggbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhfffffhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhhfffffhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhfffffhhhhhhhhhhhhhffjhhhhhhhhhh", "hjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhhffjhhhhhhhhhh", "hllllllllllllllllllllllllllllllllllllljjhhhhhhhhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffnhhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffnhhhhhhhhhhhhhhhhhhfffjhhhhhhhhhhhhhfffnhhhhhhhhhh", "hhhhhllhhhhhhhhhhhhhhhhhhhllkkkkkkbhhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhnnfhhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhnnfhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhnnfhhhhhhhhhhhh", "hhhhhllhhhhhhhhhhhhhhhhhhhllbbbbbbnnhhjjhhhhhhhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffjhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhjhhllhhhhhhhhhhhhhhhhhhhllhhnnnnnnhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffjjhhhhhhhhhhhhhhhhhhhhhhhhhh", "hjhhhllhhhhhhhhhhhhhhhhhhhllhhhnnnhhjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhffnhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhnnhhhhhhhhhhhhhhhhhhhhhhhhhhh", "hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh" }; xsnow-3.3.2/src/Pixmaps/RegularSanta3.xpm0000644000175000017500000000302414140766434015237 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSanta3[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#ab.bbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaabddbdbdbbdbbbcbbbbcbbbbbbbbcbbbbcbbbdbdbbcbbbbcbb", "bdb...adbbdbbbbbbbbbbcccccbbbbbbbbbcccccbbbbbbbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbdbdbbbccbcbbbbbbbbbbccbcbbb", "bbdbdba.bddbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbb", "ddddddddddbbbbbbbbbbbbccbbbbbbbbbbbbccbbbbbbbbbbbbccbbbb" }; xsnow-3.3.2/src/Pixmaps/RegularSanta2.xpm0000644000175000017500000000302414140766434015236 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSanta2[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#ab.bbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaabddbbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcbb", "bdb...adbbddbdbbdbbbbcccccbbbdbdbbbcccccbbbdbdbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbbbbbbbccbcbbbbbbbbbbccbcbbb", "bbdbdbabbddbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb", "ddddddddddbbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb" }; xsnow-3.3.2/src/Pixmaps/RegularSantaRudolf2.xpm0000644000175000017500000000303214140766434016411 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *RegularSantaRudolf2[] = { /* width height num_colors chars_per_pixel */ " 56 8 6 1", /* colors */ ". c #ffffff", "# c #ff9999", "a c #ff0000", "b c None", "c c #663333", "d c #000000", /* pixels */ "bbbaa.bbbbbbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbc", "bb.b#bbbbbbbbbbbbbbbbbbbcbcbbbbbbbbbbbcbcbbbbbbbbbbbcbcb", "bbbb#ab.bbbbbbbbbbbbbbbbbcbbbbbbbbbbbbbcbbbbbbbbbbbbbcbb", "bdbbaaabddbbbbbbbbbbcbbbbcbbbbbbbbcbbbbcbbbbbbbbcbbbbcab", "bdb...adbbddbdbbdbbbbcccccbbbdbdbbbcccccbbbdbdbbbcccccbb", "bddddadbbbdbbbbbbbbbbccbcbbbbbbbbbbccbcbbbbbbbbbbccbcbbb", "bbdbdbabbddbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb", "ddddddddddbbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbbbbbbbbbcbbcbbb" }; xsnow-3.3.2/src/Pixmaps/flake6.xpm0000644000175000017500000000173614140766434013744 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow6_xpm[] = { /* columns rows colors chars-per-pixel */ "3 3 2 1 ", " c None", ". c black", /* pixels */ ". .", " . ", ". ." }; xsnow-3.3.2/src/Pixmaps/flake4.xpm0000644000175000017500000000205114140766434013731 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *snow4_xpm[] = { /* columns rows colors chars-per-pixel */ "8 8 2 1 ", " c None", ". c black", /* pixels */ " . . ", ".. . .. ", " . . ", " . . . ", " . . ", ".. . .. ", " . . ", " " }; xsnow-3.3.2/src/Pixmaps/eland.xpm0000644000175000017500000001361314140766434013654 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* had to make colums mutiple of 8, otherwise unitialised value */ /* in xpmCreatePixmapFromImage (ixpm.c:23) detected by valgrind */ XPM_TYPE *eland_xpm[] = { /* columns rows colors chars-per-pixel */ "64 62 49 1 ", " c #0F1510", ". c #1A1E17", "X c #1E2119", "o c #27271C", "O c #312B1F", "+ c #2D2C20", "@ c #352E21", "# c #3A3425", "$ c #463A28", "% c #49422E", "& c #55452E", "* c #4D4731", "= c #5A4A32", "- c #5B5238", "; c #624E33", ": c #685538", "> c #765C3B", ", c #7B623E", "< c #665C40", "1 c #6C6243", "2 c #796643", "3 c #7E704C", "4 c #82653F", "5 c #866A43", "6 c #906F44", "7 c #8C7249", "8 c #987849", "9 c #8B7B53", "0 c #917F58", "q c #A17D4C", "w c #97845A", "e c #A6824E", "r c #A98755", "t c #B38B53", "y c #BB9155", "u c #A38E62", "i c #A99364", "p c #B39A68", "a c #BCA36E", "s c #C79A59", "d c #C7AB75", "f c #CFB279", "g c #D5B77E", "h c #DCBE82", "j c #DEC084", "k c #E8C788", "l c #F3CE8E", "z c #F6D090", "x c None", /* pixels */ "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxwxxxxxwxx2xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxdxxxxxxxxwxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxpxxxxpxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxixxxxuxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxwxxxp#xw<1$xxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxux>;@$oo$oooooXoOXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxx$&8>;:>>#::@oooo@oO@O#o$#ooxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxx@;2>;>2>;:=$#+oooO@@o##O%&=%#oxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxxo226,$%>>=$$@$o@@oOoo#$o$&#=$+oxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xxx#>:6$6>;:@@$$@O$O$$@%o$=:&%=;:#&#xxxxxxxxxxxxxxxxxxxxxxxxxxxx", "xx@#e@5&:;o&%$$#@O$o$#oO@O#&:-=%&$@@$@$$$@#@$=>>=-%xxxxxxxxxxxxx", "xx@#:$$$&$@oooooOoo@O@$@#$;$;:25;>>>>&>::&:$$&>8575&;xxxxxxxxxxx", "xxxxxxxxxo=$oo.@oO.o@O@;#&:6>>58>>>68&->5:>�=xxxxxxxxx", "xxxxxxxxxo&5+.ooO+O$.%@.%>2&=>462>7555$o:$$&:>5256,585#xxxxxxxxx", "xxxxxxxxxx.@.X+oXo.@o..o#@o;6756:755>25$...o##>;$;257=$xxxxxxxxx", "xxxxxxxxxxxxo.oXXX.XXXXXoo$8t47,:58775::+...X@*:2,888:$xxxxxxxxx", "xxxxxxxxxxxxXXXXXXXXXXXXXX=7528&,85554:::X.o.@>8:q5782oxxxxxxxxx", "xxxxxxxxxxxxXXxxXXXXXXXXXo,25>,,>57677555$...@4>55564,o;xxxxxxxx", "xxxxxxxxxxxxXXxxXX..XXXXX.#87,,:$>585<455;@oXo=:655>2,@:xxxxxxxx", "xxxxxxxxxxxxxxxxxxooXXXXXX.#6555=$584>:5:>#.X+$=8255,2$2xxxxxxxx", "xxxxxxxxxxxxxxxxxx..XXXXXXXo;,8,>#$25>:>:=@.o@&;5>:5>6%xxxxxxxxx", "xxxxxxxxxxxxxxxxxxXXXXXX.o.o:855=#+=*=;=#$X.@;>:$:>;;,#xxxxxxxxx", "xxxxxxxxxxxxxxxxxxxXXXXX...oo=5,$oo$oo$+%oo.=5;:$#;O$:=xxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxXXXXXX..o.+o$$.oXo$.o.X.$XX#&o#$@;;xxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxXXX.XXooo#>.+@..XXXXXXXXXXo.#$$O$O=xxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxo..o.X$=r5X.XXXXXXXXXXXX+OXx=%#$#5xxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxx.o..X.&8>o.oXXXXXXXXXXXo;oxx5##,88xxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxOoXoXX@5&.o.XXXXXXXXXoo@>oxxx,&:6rxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxx#$o$Xxx:&..oXXXXXXxxxX#*6xxxxx=$8t,xxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx&@&#xx@2..$xxxxxxxxx.-,2xxxxx=@$8,xxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx;$&;xxx;#.$xxxxxxxxx.>::xxxxxx6,87>xxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx@;2>xxx$$o$xxxxxxxxx.&>=xxxxxxxtree>xxxxx", "xxxxxxxxxxxxxxxxxxxxxxxo=6>xxxx=:>xxxxxxxxxx%5>xxxxxxxxtee8xxxxx", "xxxxxxxxxxxxxxxxxxxxxxxx584xxxx6q8xxxxxxxxxx&5>xxxxxxxx-ee6xxxxx", "xxxxxxxxxxxxxxxxxxxxxxxx:q:xxxx5t8xxxxxxxxxx%55,xxxxxxxx,yrxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxx48xxxxx5ytxxxxxxxxxx=68xxxxxxxxx;etxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxx85xxxxxxqs;xxxxxxxxx>t8xxxxxxxxxx8sxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx$84xxxxxx:y=xxxxxxxxx&y7xxxxxxxxxx>sxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx$8;xxxxxx#6;xxxxxxxxx85xxxxxxxxxxxxsxxxxx", "xxxxxxxxxxxxxxxxxxxxxxx#8xxxxxxxx;8xxxxxxxxxt6xxxxxxxxxxxxyxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxx8xxxxxxxxOyxxxxxxxxxtxxxxxxxxxxxxxq8xxxx", "xxxxxxxxxxxxxxxxxxxxxxxxtxxxxxxxxxexxxxxxxx8exxxxxxxxxxxxx7exxxx", "xxxxxxxxxxxxxxxxxxxxxxx:txxxxxxxxx58xxxxxxxt6xxxxxxxxxxxxx,8xxxx", "xxxxxxxxxxxxxxxxxxxxxxx5exxxxxxxxx>8xxxxxxxyxxxxxxxxxxxxxx56xxxx", "xxxxxxxxxxxxxxxxxxxxxxx88xxxxxxxxxxexxxxxxq8xxxxxxxxxxxxxx,exxxx", "xxxxxxxxxxxxxxxxxxxxxxxy,xxxxxxxxxxr>xxxxxt7xxxxxxxxxxxxxx7yxxxx", "xxxxxxxxxxxxxxxxxxxxxxx6:xxxxxxxxxx64xxxx5e&xxxxxxxxxxxxxxqsxxxx", "xxxxxxxxxxxxxxxxxxxxxx86:xxxxxxxxxxesxxx:sexxxxxxxxxxxxxxxt5#xxx", "xxxxxxxxxxxxxxxxxxxxx4ye-xxxxxxxxx:y7ox@t8:xxxxxxxxxxxxxx;,,xxxx", "xxxxxxxxxxxxxxxxxxxx%r:&xxxxxxxxxo::xx%%&:xxxxxxxxxxxxxx@o.xxxxx", "xxxxxxxxxxxxxxxxxxxXo%@xxxxxxxxxx%ooxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }; xsnow-3.3.2/src/Pixmaps/BigSantaRudolf83.xpm0000644000175000017500000002321614140766434015610 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *BigSantaRudolf83[] = { /* width height num_colors chars_per_pixel */ " 256 33 20 1", /* colors */ ". c #ffffff", "# c #ff9933", "a c #ff0000", "b c #f1f1f1", "c c #cccccc", "d c #cc9999", "e c #cc9933", "f c #cc6633", "g c #cc0000", " c None", "i c #993333", "j c #990000", "k c #663300", "l c #33cc00", "m c #111111", "n c #009900", "o c #0066cc", "p c #003399", "A c #444444", "B c #555555", /* pixels */ " ", " AA Ai i Ai i Ai i Ai i i ", " i A Ai iii A ii Aii ii Aii A ii Aii ii ii iii ", " iiAAAiii AA AA iiA iiii AiiA iiii A iiA iiii ii iii ", " iii ii AA AA iiii A iiii A AAA iiii iiii ", " gggg Aiii A i AAAii A AA ii A AA A Aii AAAA ii i ", " ggjgggg A A i AAiiii AA i AA i AAAAAi AAA i AAAA i AA i ii i ii ", " jgjgggggg AAAA ii Aiii A ii A iiii AA ii A iiii AA ii A iiii ii iii ", " ggjggjgggggb AA ii Ai AAAA ii AAiiii AA ii Aiiii AA ii AAiiii ii ii ", " gjjgjjgjgggc AA iiiii AAAAAii Ai AAAii Ai AAA iiA i ii ii ", " gj ggjggdbd AA ii AAiiii AA iiii AAAiiii iii ", " .j jggdbmdd BBBifffff BBffffff BBffffff BBBffffff iffff ", " ... gcbcddddd BBmmfiikkiff BBBffkiififf BBBffkiififf BBBffkiififf ffkiififf ", " . jgg cccbcdccdd m BBffffffBBBBB ffffmmfkkkffmff BBffffffffBBBBB ffmmfffkikffmff BBBffffffffBBBB ffmmfffkikffmff BBBffffffffBBBB ffmmfffkikffmff ffffff fffmmmffkkffmff ", " ggg cccbbcbbd gg Bffffffffffffffffffffmmfffffffff BBfffffffffffffffffffmmffffffffff Bfffffffffffffffffffmmffffffffff BBfffffffffffffffffffmmffffffffff fffffffffffffffffffmmffffffffaaa ", " bpo l cjgj cbcccbcbg bggg m m m m m m m m BBfffffffffffffffffffffmmffiiiffk BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m BBffffffffffffffffffffmmfffiifffffm m ffffffffffffffffffffmmfffiiffaaa ", " bbopppgnccccii jjcbccgggbgggmmm m m BBfffffffffffffffffffffffmmiiiiifkm BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk BBfffffffffffffffffffffffmiiiiffffk m mfffffffffffffffffffffffmiiififaaa ", " c ocoggpgbg##g#gii jgjjjbgggg m mffffffffffffffffffffffifmm ii m m m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk m mffffffffffffffffffffffifmii ffk ffffffffffffffffffffffifmi if ", " cccooggpgggl##ggii jggggjgggg m BBffffffifffffffffffffiifiim BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm BBffffffifffffffffffffiifimm ffffffifffffffffffffiifim ", " nn#cnnngbpggoop#opoiijggggggjj BBfffffffiiifffffffffffif mmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmm BBfffffffiiifffffffffffif mmmmmmmmmmmmmmmfffffffiiifffffffffffif ", " nencennggpg ooo#oooiijjgjgjjjgb ii mmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff mmmmmmmmmmmmmmmifffffffiiiiiiiifffffff ", " nnncnne ooo#opoiijjggjjggggb i immmmmmmmmmmmmmmmmmmmmmmmmBBiifffffffiiiiiiifffffff mmmmmmmmmmmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi mmmiifffffffiiiiiiiffffffi iifffffffiiiiiiiffffffi ", " nencenn oop#oooiijjjggggggggb iimmmmmmmmmmmmmmmmmmmmm BBfffffffffiiiiiifffffff BBfffffffffiiiiiifffffff BBfffffffffiiiiiifffffff BBBfffffffffiiiiiifffffff fffffffffiiiiiifffffff ", " inncn#n ooo#pooiiijjjgggggggb ii BBBfffffffii BBiiiffff BBBfffffffii Biiiffff BBBfffffffii iiiffff BBBfffffffii BBiiiffff fffffffii iiiffff ", "i iijjjjjggggggb ii BBBfffff iiii BBiiiBfff BBBfffffBiiii BiiiBfff BBBfffffBiiii iiiBfff BBBfffff iiii BBBiiiBfff fffff iiii iii fff ", "i ii jjjjjjggggb ii BB ffff BB iii BBBii B fff BB ffff BBiii BBiiBB fff BBBffff BB iii ii BBfff BB ffff BBBiii BB ii BBfff ffff iii ii fff ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii BB fff BBiii BBiii BB ff BBfff BBiii Biii BB ff BBBfff BB iii iii BB ff BBfff BBiii BB iii BB ff fff iii iii ff ", " kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkii BBBff BBiiii B ii BBfff BBff BBiiii BBii BBfff BB ff BB iiii ii BB fff BBff BBiiii BB ii BB fff ff iiii ii fff ", " kk kkjjjjjjbmm ii BBBfff BBB ii BB ii BB ff BBfff BB ii BBii BB ff BBfff BB ii ii BB ff BBfff BB ii BB ii BB ff fff ii ii ff ", " kk kkbbbbbbmmm ii BBBfff BB im BBii BB ff BBfff BB im BBii BB ff BBBfff BB im ii BB ff BBfff BB im ii BB ff fff im ii ff ", " i kk kk mmmmm iii BB ff BB im BBmm BB mm BB ff BB im BBmm BB mm BB ff BB im mm BB mm BBff BB im mm BB mm ff im mm mm ", " i kk kk iii BB mm BB mm BB mm BBmm mm ", " iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ", }; xsnow-3.3.2/src/Pixmaps/AltSanta3.xpm0000644000175000017500000002506314140766434014365 00000000000000/* XPM */ /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ XPM_TYPE *AltSanta3[] = { /* columns rows colors chars-per-pixel */ "208 40 92 1 ", " c #07070B", ". c #241C1E", "X c #67261D", "o c #056B02", "O c #027C02", "+ c #10710D", "@ c #34742C", "# c #095208", "$ c #70452E", "% c #626420", "& c #726858", "* c #79625D", "= c #490669", "- c #9E130F", "; c #D60506", ": c #C60000", "> c #E70201", ", c #F90101", "< c #E80F15", "1 c #D3383C", "2 c #934E2C", "3 c #B05830", "4 c #BC6135", "5 c #AC6026", "6 c #9C7017", "7 c #C35129", "8 c #CB6633", "9 c #D16834", "0 c #CC602B", "q c #BA3647", "w c #EC3A6D", "e c #FE3366", "r c #EB396C", "t c #D8364D", "y c #AD485A", "u c #B66D4A", "i c #945A5F", "p c #CD794A", "a c #D15263", "s c #008100", "d c #4A8F34", "f c #60A338", "g c #51924E", "h c #68B357", "j c #76C765", "k c #BBB715", "l c #B48B30", "z c #ADB72B", "x c #98961B", "c c #DB9B15", "v c #DAAA1B", "b c #FEB616", "n c #FCAE13", "m c #FFB724", "M c #D2A724", "N c #BAC116", "B c #CCCC00", "V c #C0C411", "C c #D0D200", "Z c #9A8C66", "A c #DB824E", "S c #F2CB6C", "D c #617798", "F c #0467CC", "G c #000BF0", "H c #FF37A2", "J c #89799D", "K c #6689B9", "L c #688DB4", "P c #47B6B8", "I c #45ABB4", "U c #4F93A4", "Y c #729DCC", "T c #729FD0", "R c #6B9CCF", "E c #72A0D1", "W c #76A1CF", "Q c #5E9DCD", "! c #3DA5A6", "~ c #979899", "^ c #999EA3", "/ c #DAA19F", "( c #B0BBC9", ") c #B8EBF3", "_ c #B5D1D3", "` c #CCCCCD", "' c #CAFDFE", "] c #D5F3F5", "[ c #ECEBEA", "{ c #DFDBD9", "} c #CBD095", "| c None", /* pixels */ "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~^~~~~||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||^~~~^~~|||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~~~~~||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||H||||||||||||||||||||||||||||||||||(````|||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||(````(||||||||||||||||", "||||||||||||||||||||||||||||||||||//|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||o+o|||o+o||||||||||||||||||||||||||||||||HHH|||||||||||||||||||||||||||||||||||((||||||||||||||||||", "||||||||||||||||||||||||||||||||||||/|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||o|+++|o+|||||||||||||||||||||||||||||||||H|||||||||||||||||||uu4p98up4||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||/||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||+o++o+||||||||||||||||||||||||||||||||||H|||||||||||||||||717777777777u||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||^||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooo|ooooo|||||||||||||||||||,|||||||||||HH|||||||||||||||||>,,,,,,,,,,>||||||||{{[[{||||||||||||||", "|||||||||||||||||SS||||S|||||||||||/|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||+o++|+o++|||||||||||||||||||<||||||||||||HHH||||||||||||||||;,yiii,,,,,>||||||||{[[{]||||||||||||||", "|||||||||||||||||mmm||mm|||||||||:---;|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooo|oooo|||||||||||||||||||,<||||||||||HHHHHH||||||||||||||>,JETR,yyy,>|||||||||_[{|||||||||||||||", "|||||||||||||||||mnmbbbb|||||||||::-X:-||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooo|oooo||||||||||||||||||||,<|||||HHHHHHHH|H||||||||||||||;,JWEQ,TTL,>||||||||||`||||||||||||||||", "|||||||||||||||ggAAmvvbbfh||||||||-a-||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||oooo|oooo||||||||||||||||||||,|||||||HHHH|||||||||||||||||||>,JEEQ,YTY,>|||||||||||||||||||||||||||", "|||||||||||||||}xnvghdfvbh}||||||||/-||||||||||||||||||||t,||[|||||||||||||||||||||||||||||||||||||||||||||||oooo|oooo||||||||||||||||||||,|||||||HH|||||||||||||||||||||>,JWRR,YTY,>||||||||| . .|||||||||||||", "|||||||||||||||dfbzffdfvChh||||||||i||||||||||||||||||||{{[>||||||||||||||||||||||||||||||||||a||a|||||||||||oooo|oooo|||||||||||||||||||,>,||||||H||||||||||||||||||||||>,DQKU,KLL,>|||||||||l%%6l|||||||||||||", "|||||||||||||||dfnzffddvChh||||||||/||||||||||||||||||||[9/{>||||||||||||||||||||||||||||||||11|11|||||||||||+Ooo|oooo||||||||||||||||||,>,,><|||H|||||||||||||||||||||||>,,,,,,,,,,>|||||||||bbmbc|||||||||||||", "|||||||||||||||gfnxfdddvvfh||||||||J|||||||||||||||||;-|{i{`||||||||||||||||||||||||||||||||t11|11||||||||||||||||||||||||||||||||||<>,,,,>,|||||H|||||||||||||||||||||||;,,,,,,,,,,>|||||||||bbmbc|||||||||||||", "|||||||||||||||@fnxddddlbfj||||||||||||||||||||||||||/[a[[{||||||||||||||||||||||||||||||||||71|11|||||||||||||||||||||||||||||||||||,>,>||||||||||||||||||||||||||||||||<,,,,,,,,,,>|||||||||bbbbc|||||||||||||", "|||||||||||||||@%nx@d@dcvff|||||||||||||||||||||||||||7,||||||||||||||||||||||||||||||||||:;;;;;;;;;;-|||||||||ccccl|||||||||||||", "||||||||rrra|||@%mxdd@@Mvd||||||||||||||rrw|||||')])|| %%;-X-|||||||||||||||||||))))|||zVNN||11|11|||||||||||||||||||||zNkk||||IPPI||,|||||||||||||||||||||||||IPII||||#ssssssssOsssssssssssssssOOsOo|||||||||||", "||||||||eeww||||||x@@@d||||||||||||||||awee|||||''''||>,::Ai$X||||||||||||||||||''''|||zCCB||||||||||||||||||||||||||||NBBB||||PPPP|,||||||||||||||||||||||||||PPPP||||#sssssOssssssssssssssOssssOsOo|||||||||||", "||||g|||eeew|||||||||||||||||||||||||||weee|||||''''||>,;X[:GX||||||||||||||||||''''|||zBBB|||||||||ll|||ll||||||||||||NBBB||||PPPP||||||||||||||||||||||||||||PPPI||||#sssssssOssssssssOsssssOssssso|||||||||||", "||j}h%3|eeer|||||||||||||||||||||||||||aeee|||||''''||>,,,>X=X||||||||||||||||||''''|||zBBB|||||||||l|l|l|l||||||||||||NBBB||||PPPP||||||||||||||||||||||||||||PPPP||||#sssssssssssssOsOsssssssOsOsOo|||||||||||", "|ghjg@$gteer|||||||||||||||||||||||||||aeee|||||''''||/,,>,yX|||||||||||||||||||''''|||zBBC||||||||||lllll|||||||||||||NCCB||||PPPP||||||||||||||||||||||||||||PPPP||||#ssssssssssOsssssssOOOOssOOOO#|||||||||||", "||gg|gjjirrrwwwwwwwwwwwwwwwwwwwwrrwwwwwrwwe|||||')')'''''''']''])''')''')''')'')''')|||zVVNNVVNNVVVkMNNMNMkMVVVVVVVVkkVNVVN||||IPPPPPPPPPPIPPPPPPPPPPPPPPPPPPPPPPPI||||LLLKKKKKKKKKKKKKKKKKKKKKKKKKRLLi|||||||||", "||||||!j*eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee|||||'')''''''''']'''''''''''''''''''''')|||zCBCNCCCBCBBBBBCCBBBBBCBBBBCBBBCBCBV||||PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP||||WWTWTTEEEEYYYTTTWTTYRYYYTYYEEEWy ||||||||", "||||||gh&tr374qeeeeeeeeeeeeeeeeeeeqyqeeeeeepbmmS'')3p9^'''''''''''''''''''_Zi_'''''{mmmkCBv66xCCBBBBBBCBBBBBBBBBBBBx6xBBBBBmmbbPP!U&&IPPPPPPPPPPPPPPPPPPPP!&&UPPPPPbmmZWWUi*KEEEEL*&KTTTT&4u*YEWWWEEEWy ||||||||", "||||||@@$w39888qeeeeeeeeeeeeeeeee58883reeeea||||')48880('''''''''''''''''^4800~'''''|||zBk39996CBBBBBBBBBBBCBBBBCV58995NBBV||||PP&9994UPPPPPPPPPPPPPPPPPPg4897&PPPP||||Yi7888DR~*0884*TRi88p8iRFFFWWYWa |||||||", "||||||||$y888887eeeeeeeeeeeeeeeeq988882eeee|||||'i900985'''''''''''''''''408999_''''|||zB599899xBCBBBBBBCNBBBBBBC6880096BBB||||PU999994PPPPPPPPPPPPPPPPPP4p8998UPPI||||L893084RL888884RL084388DFFFYYLKy ||||||", "|||||||||2p9 288||||||||||||||||599.883||||||||||388 284|||||||||||||||||08$$88||||||||||882X482||||lllZlll||||||584.383||||||||$99.299||||||||||||||||||89$X88*|||||||$88 $8p|ZAA$&AA|upA$$pp*FFF|390||||||||||", "||||||||||89$484||||||||||||||||398.493||||||||||288$382|||||||||||||||||88X$98||||||||||08$.882||||lll|lll||||||293.888|||||||||99.298||||||||||||||||||89$$48||||||||$98230p||AAupAp||AAAuAAZFFF&3 42|||||||||", "||||||||||88p882|||||||||||||||||889892|||||||||||88888||||||||||||||||||488988||||||||||299988||||||||||||||||||$999992|||||||||888888||||||||||||||||||49988A|||||||||888883||888884||299983|FFF|8$8||||||||||", "|||||||||||3782||||||||||||||||||28992|||||||||||||388$|||||||||||||||||||8898||||||||||||39992|||||||||||||||||||29892||||||||||$8983||||||||||||||||||||5998||||||||||$8884||||8884||||2903|||||||2$||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" }; xsnow-3.3.2/src/csvpos.h0000644000175000017500000000165314140766434012111 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern void csvpos(char *s, int **k, int *n); extern void vsc(char **s, int *k, int n); xsnow-3.3.2/src/doitb.h0000644000175000017500000000234414140766434011673 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #define DOITALLB() //DOITB(prefdistance ,float) /* [meter] preferred distance */ //DOITB(nbirds ,int) /* number of birds */ //DOITB(neighbours ,int) /* number of neighbours to consider */ //DOITB(followers ,float) /* fraction of birds that follow the computations 0=. #-# */ // from the program xprop /* Copyright 1993, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ /* * Just_display.h: This file contains the definitions needed to use the * functions in just_display.c. It also declares the global * variables dpy, screen, and program_name which are needed to * use just_display.c. * * Written by Mark Lillibridge. Last updated 7/1/87 * * Send bugs, etc. to chariot@athena.mit.edu. */ #pragma once /* * Other_stuff.h: Definitions of routines in other_stuff. * * Written by Mark Lillibridge. Last updated 7/1/87 * * Send bugs, etc. to chariot@athena.mit.edu. */ extern Window Select_Window(Display *, int descend); extern Window Window_With_Name(Display *, Window, const char *); xsnow-3.3.2/src/Makefile.am0000644000175000017500000000454014140766434012455 00000000000000# -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# SUBDIRS = Pixmaps gamesdir = $(exec_prefix)/games games_PROGRAMS = xsnow xsnow_CPPFLAGS = $(XML_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS) xsnow_LDADD = $(XML_LIBS) $(GTK_LIBS) $(X11_LIBS) xsnow_SOURCES = clocks.c ixpm.c main.c fallensnow.c wmctrl.c docs.c \ clocks.h ixpm.h docs.h fallensnow.h pixmaps.h \ pixmaps.c version.h wmctrl.h xsnow.h windows.c windows.h\ flags.c flags.h csvpos.c csvpos.h \ dsimple.c dsimple.h clientwin.c clientwin.h \ test1.sh xsnow.desktop \ doit.h ui.c ui.h ui.xml \ debug.h \ mainstub.cpp mainstub.h \ birds.c kdtree.c birds.h kdtree.h birdglobals.h doitb.h \ hashtable.cpp hashtable.h \ Santa.c Santa.h utils.c utils.h \ scenery.c scenery.h snow.c snow.h \ meteo.c meteo.h wind.c wind.h \ stars.c stars.h blowoff.c blowoff.h \ treesnow.c treesnow.h loadmeasure.c loadmeasure.h \ snow_includes.h vroot.h \ moon.c moon.h buttons.h undefall.inc \ transwindow.c transwindow.h nodist_xsnow_SOURCES = ui_xml.h snow_includes.h BUILT_SOURCES = ui_xml.h snow_includes.h EXTRA_DIST = gen_snow_includes.sh gen_ui_xml.sh ui_xml.h: ui.xml @echo "Creating $@ from $<" $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) snow_includes.h: Pixmaps @echo "Creating $@" $(top_srcdir)/src/gen_snow_includes.sh $(top_srcdir) TESTS = test1.sh desktopdir = $(datadir)/applications desktop_DATA = xsnow.desktop appicondir=$(datadir)/pixmaps appicon_DATA=Pixmaps/xsnow.svg man6_MANS = xsnow.6 xsnow.6: xsnow ./xsnow -manpage > $@ CLEANFILES = xsnow.6 ui_xml.h snow_includes.h .deps/* xsnow_out_2 xsnow_out_3 xsnow-3.3.2/src/utils.h0000644000175000017500000000467514140766434011743 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #define SOMENUMBER 42 #define PRIORITY_DEFAULT G_PRIORITY_LOW #define PRIORITY_HIGH G_PRIORITY_DEFAULT #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #ifdef HAVE_EXECINFO_H #ifdef HAVE_BACKTRACE #include #define TRACEBACK_AVAILALBLE #endif #endif extern guint add_to_mainloop(gint prio,float time,GSourceFunc func); extern guint add_to_mainloop1(gint prio,float time,GSourceFunc func,gpointer datap); extern void remove_from_mainloop(guint *tag); extern void ClearScreen(void); extern float fsignf(float x); extern FILE *HomeOpen(const char *file,const char *mode,char **path); extern float sq2(float x, float y); extern float sq3(float x, float y, float z); extern Pixel IAllocNamedColor(const char *colorName, Pixel dfltPix); extern Pixel AllocNamedColor(const char *colorName, Pixel dfltPix); extern int randint(int m); extern void my_cairo_paint_with_alpha(cairo_t *cr, double alpha); extern void rgba2color(GdkRGBA *c, char **s); extern void Thanks(void); extern void myXClearArea(Display*display, Window win, int x, int y, int w, int h, int exposures); extern int ScaleChanged(int *prev); #ifdef TRACEBACK_AVAILALBLE extern void traceback(void); #endif // obtain normally distributed number. The number will be between min and max: extern double gaussian (double mean, double standard_deviation, double min, double max); // seed the random generator (alternatively, srand48() can be used): extern void sgaussian(long int seed); extern int is_little_endian(void); extern void PrintVersion(void); xsnow-3.3.2/src/version.h0000644000175000017500000000223714140766434012260 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once // VERSION is defined via the AC_INIT line in configure.ac #ifdef HAVE_CONFIG_H #include "config.h" #else #ifndef VERSION #define VERSION "unknown" #endif #ifndef PACKAGE_STRING #define PACKAGE_STRING "xsnow " VERSION #endif #endif #define VERSIONBY \ "December 14th 2001 by Rick Jansen \n" \ "August 2021 by Willem Vermin" xsnow-3.3.2/src/blowoff.c0000644000175000017500000000406214140766434012222 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "blowoff.h" #include "utils.h" #include "xsnow.h" #include "flags.h" #include "debug.h" #include "windows.h" #include "fallensnow.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive()) static int do_blowoff(void *); void blowoff_init() { add_to_mainloop(PRIORITY_DEFAULT, time_blowoff, do_blowoff); } void blowoff_ui() { UIDO(BlowOffFactor , ); UIDO(BlowSnow , ); } void blowoff_draw() { // nothing to draw here } int BlowOff() { int r = 0.04*Flags.BlowOffFactor*drand48(); P("Blowoff: %d\n",r); return r; } // determine if fallensnow should be handled for fsnow int do_blowoff(void *d) { if (Flags.Done) return FALSE; if (NOTACTIVE || !Flags.BlowSnow) return TRUE; FallenSnow *fsnow = global.FsnowFirst; while(fsnow) { P("blowoff ...\n"); if (HandleFallenSnow(fsnow) && !Flags.NoSnowFlakes) if(fsnow->win.id == 0 || (!fsnow->win.hidden && (fsnow->win.ws == global.CWorkSpace || fsnow->win.sticky))) UpdateFallenSnowWithWind(fsnow,fsnow->w/4,fsnow->h/4); fsnow = fsnow->next; } return TRUE; (void)d; } xsnow-3.3.2/src/meteo.h0000644000175000017500000000175114140766434011704 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include extern void meteo_init(void); extern void meteo_ui(void); extern void meteo_draw(cairo_t *cr); extern void meteo_erase(void); xsnow-3.3.2/src/moon.c0000644000175000017500000001660014140766434011535 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include "debug.h" #include "flags.h" #include "moon.h" #include "pixmaps.h" #include "utils.h" #include "windows.h" #define LEAVE_IF_INACTIVE\ if (!Flags.Moon || !WorkspaceActive()) return TRUE static int do_umoon(void *); static void init_moon_surface(void); static void init_halo_surface(void); static void halo_draw(cairo_t *cr); static void halo_erase(); static cairo_surface_t *moon_surface = NULL; static cairo_surface_t *halo_surface = NULL; static double haloR; // radius of halo in pixels static double OldmoonX; static double OldmoonY; static float moonScale; void moon_init(void) { moonScale = (float)Flags.Scale*0.01*global.WindowScale; init_moon_surface(); add_to_mainloop(PRIORITY_DEFAULT, time_umoon, do_umoon); if (global.SnowWinWidth > 400*moonScale) global.moonX = moonScale*200+drand48()*(global.SnowWinWidth - 400*moonScale - 2*global.moonR); } int moon_draw(cairo_t *cr) { LEAVE_IF_INACTIVE; P("moon_draw %d %d %d\n",counter++,(int)global.moonX,(int)global.moonY); cairo_set_source_surface (cr, moon_surface, global.moonX, global.moonY); my_cairo_paint_with_alpha(cr,ALPHA); OldmoonX = global.moonX; OldmoonY = global.moonY; halo_draw(cr); return TRUE; } int moon_erase(int force) { if(global.IsDouble) return 0; if(!force) LEAVE_IF_INACTIVE; if (Flags.Halo) { halo_erase(); } else { myXClearArea(global.display, global.SnowWin, OldmoonX, OldmoonY, 2*global.moonR+1,2*global.moonR+1, global.xxposures); } return 0; } void moon_ui() { UIDO(MoonSpeed, ); UIDO(Halo ,halo_erase(); ); UIDO(Moon ,moon_erase(1); ); UIDO(MoonSize ,init_moon_surface(); ); UIDO(HaloBright ,init_halo_surface(); ); static int prevw = 0; static int prevh = 0; static int prev; if(ScaleChanged(&prev)) { P("%d moonscale\n",global.counter); moonScale = 0.01*global.WindowScale*Flags.Scale; init_moon_surface(); if(prevw>0 && prevh>0) { global.moonX = (float)global.moonX/prevw*global.SnowWinWidth; global.moonY = (float)global.moonY/prevh*global.SnowWinHeight; } prevw = global.SnowWinWidth; prevh = global.SnowWinHeight; } } static void init_moon_surface() { const GdkInterpType interpolation = GDK_INTERP_HYPER; int whichmoon = 0; static GdkPixbuf *pixbuf, *pixbufscaled; pixbuf = gdk_pixbuf_new_from_xpm_data((const char **)moons_xpm[whichmoon]); // standard moon is some percentage of window width const float p = 30.0; global.moonR = p*Flags.MoonSize*0.01*moonScale; int w = global.moonR*2; int h = w; if(moon_surface) cairo_surface_destroy(moon_surface); if (w < 1) { w = 1; h = 1;} if (w == 1 && h == 1) h = 2; pixbufscaled = gdk_pixbuf_scale_simple(pixbuf,w,h,interpolation); moon_surface = gdk_cairo_surface_create_from_pixbuf (pixbufscaled, 0, NULL); g_clear_object(&pixbuf); g_clear_object(&pixbufscaled); init_halo_surface(); if (!global.IsDouble) ClearScreen(); } int do_umoon(void *d) { (void)d; static int xdirection = 1; static int ydirection = 1; if (Flags.Done) return FALSE; LEAVE_IF_INACTIVE; if(!Flags.Moon) return TRUE; global.moonX += xdirection*time_umoon*Flags.MoonSpeed/60.0; global.moonY += 0.2*ydirection*time_umoon*Flags.MoonSpeed/60.0; if (global.moonX > global.SnowWinWidth - 2*global.moonR) { global.moonX = global.SnowWinWidth - 2*global.moonR; xdirection = -1; } else if (global.moonX < 2*global.moonR) { global.moonX = 2*global.moonR; xdirection = 1; } if (global.moonY > 2*global.moonR) { global.moonY = 2*global.moonR; ydirection = -1; } else if (global.moonY < 2*global.moonR) { global.moonY = 2*global.moonR; ydirection = 1; } return TRUE; } void init_halo_surface() { if (halo_surface) cairo_surface_destroy(halo_surface); cairo_pattern_t *pattern; haloR = 1.8*global.moonR; P("halo_draw %f %f \n",global.moonR,haloR); pattern = cairo_pattern_create_radial(haloR, haloR, global.moonR, haloR, haloR, haloR); double bright = Flags.HaloBright * ALPHA * 0.01; //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 1.0, 1.0, 1.0, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 1.0, 1.0, 1.0, 0.0); //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 0.9725, 0.9725, 1.0, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 0.9725, 0.9725, 1.0, 0.0); //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 0.96078, 0.96078, 0.96078, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 0.96078, 0.96078, 0.96078, 0.0); //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 0.94, 0.94, 0.9, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 0.94, 0.94, 0.9, 0.0); //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 244.0/255, 241.0/255, 201.0/255, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 244.0/255, 241.0/255, 201.0/255, 0.0); //cairo_pattern_add_color_stop_rgba(pattern, 0.0, 245.0/255, 243.0/255, 206.0/255, 0.4*ALPHA); //cairo_pattern_add_color_stop_rgba(pattern, 1.0, 245.0/255, 243.0/255, 206.0/255, 0.0); cairo_pattern_add_color_stop_rgba(pattern, 0.0, 234.0/255, 244.0/255, 252.0/255, bright); cairo_pattern_add_color_stop_rgba(pattern, 1.0, 234.0/255, 244.0/255, 252.0/255, 0.0); GdkPixbuf *pixbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, TRUE, 8, 2*haloR, 2*haloR); halo_surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, 2*haloR, 2*haloR); cairo_t *halocr = cairo_create(halo_surface); gdk_cairo_set_source_pixbuf(halocr, pixbuf, 0, 0); cairo_set_source_rgba(halocr, 0, 0, 0, 0); cairo_paint (halocr); cairo_set_source (halocr, pattern); cairo_arc (halocr, haloR, haloR, haloR, 0, M_PI * 2); cairo_fill (halocr); cairo_destroy (halocr); cairo_pattern_destroy (pattern); g_clear_object (&pixbuf); } void halo_draw(cairo_t *cr) { if (!Flags.Halo) return; P("halo_draw %f %f \n", global.moonR, haloR); double xc = global.moonX + global.moonR; double yc = global.moonY + global.moonR; cairo_set_source_surface(cr, halo_surface, xc-haloR, yc-haloR); my_cairo_paint_with_alpha(cr, ALPHA); } void halo_erase() { int x = OldmoonX + global.moonR - haloR; int y = OldmoonY + global.moonR - haloR; int w = 2*haloR; int h = w; myXClearArea(global.display,global.SnowWin,x,y,w+1,h+1,global.xxposures); } xsnow-3.3.2/src/clocks.c0000644000175000017500000000201714140766434012040 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include "clocks.h" double wallcl() { return (double)g_get_real_time()*1.0e-6; } double wallclock() { return (double)g_get_monotonic_time()*1.0e-6; } xsnow-3.3.2/src/hashtable.cpp0000644000175000017500000000503414140766434013057 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #ifdef HAVE_CONFIG_H #include #endif #include "hashtable.h" #include "debug.h" #ifdef HAVE_UNORDERED_MAP #include #define MAP std::unordered_map #else #include #define MAP std::map #pragma message __FILE__ ": Using map for the hash table, because unordered_map is not available." #endif static MAP table; extern "C" { void table_insert(unsigned int key,void *value) { table[key] = value; } void *table_get(unsigned int key) { return(table[key]); } void table_clear(void(*destroy)(void *p)) { for ( MAP::iterator it = table.begin(); it != table.end(); ++it ) { P("%d %p\n",it->first,it->second); destroy(it->second); it->second = 0; } } } #ifdef HAVE_UNORDERED_SET #include #define SET std::unordered_set #else #include #pragma message __FILE__ ": Using set, because unordered_set is not available." #define SET std::set #endif static SET myset; static SET::iterator myset_iter; extern "C" { void set_insert(void *key) { myset.insert(key); } void set_erase(void *key) { myset.erase(key); } int set_count(void *key) { return myset.count(key); } void set_clear() { myset.clear(); } /* example: * set_begin(); * void *p; * while ( (p = set_next()) ) * { * printf("p=%p\n",p); * } */ void set_begin() { myset_iter = myset.begin(); } void *set_next() { if (myset_iter == myset.end()) return 0; void *v = *myset_iter; myset_iter++; return v; } unsigned int set_size() { return myset.size(); } } xsnow-3.3.2/src/snow.h0000644000175000017500000000227714140766434011565 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include "xsnow.h" extern int do_initsnow(void *); extern Snow *MakeFlake(int type); extern int snow_draw(cairo_t *cr); extern void snow_init(void); extern void snow_ui(void); extern void fluffify(Snow *flake, float t); extern void printflake(Snow *flake); extern int snow_erase(int force); xsnow-3.3.2/src/vroot.h0000644000175000017500000001166714026663673011757 00000000000000/*****************************************************************************/ /** Copyright 1991 by Andreas Stolcke **/ /** Copyright 1990 by Solbourne Computer Inc. **/ /** Longmont, Colorado **/ /** **/ /** All Rights Reserved **/ /** **/ /** Permission to use, copy, modify, and distribute this software and **/ /** its documentation for any purpose and without fee is hereby **/ /** granted, provided that the above copyright notice appear in all **/ /** copies and that both that copyright notice and this permis- **/ /** sion notice appear in supporting documentation, and that the **/ /** name of Solbourne not be used in advertising **/ /** in publicity pertaining to distribution of the software without **/ /** specific, written prior permission. **/ /** **/ /** ANDREAS STOLCKE AND SOLBOURNE COMPUTER INC. DISCLAIMS ALL WARRANTIES **/ /** WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF **/ /** MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ANDREAS STOLCKE **/ /** OR SOLBOURNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL **/ /** DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA **/ /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/ /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/ /** OR PERFORMANCE OF THIS SOFTWARE. **/ /*****************************************************************************/ /* * vroot.h -- Virtual Root Window handling header file * * This header file redefines the X11 macros RootWindow and DefaultRootWindow, * making them look for a virtual root window as provided by certain `virtual' * window managers like swm and tvtwm. If none is found, the ordinary root * window is returned, thus retaining backward compatibility with standard * window managers. * The function implementing the virtual root lookup remembers the result of * its last invocation to avoid overhead in the case of repeated calls * on the same display and screen arguments. * The lookup code itself is taken from Tom LaStrange's ssetroot program. * * Most simple root window changing X programs can be converted to using * virtual roots by just including * * #include * * after all the X11 header files. It has been tested on such popular * X clients as xphoon, xfroot, xloadimage, and xaqua. * It also works with the core clients xprop, xwininfo, xwd, and editres * (and is necessary to get those clients working under tvtwm). * It does NOT work with xsetroot; get the xsetroot replacement included in * the tvtwm distribution instead. * * Andreas Stolcke , 9/7/90 * - replaced all NULL's with properly cast 0's, 5/6/91 * - free children list (suggested by Mark Martin ), 5/16/91 * - include X11/Xlib.h and support RootWindowOfScreen, too 9/17/91 */ #pragma once #ifndef _VROOT_H_ #define _VROOT_H_ #define USE_VROOT #include #include #include #ifdef USE_VROOT static Window VirtualRootWindowOfScreen(Screen *screen) { static Screen *save_screen = (Screen *)0; static Window root = (Window)0; if (screen != save_screen) { Display *dpy = DisplayOfScreen(screen); Atom __SWM_VROOT = None; int i; Window rootReturn, parentReturn, *children; unsigned int numChildren; root = RootWindowOfScreen(screen); /* go look for a virtual root */ __SWM_VROOT = XInternAtom(dpy, "__SWM_VROOT", False); if (XQueryTree(dpy, root, &rootReturn, &parentReturn, &children, &numChildren)) { for (i = 0; i < (int)numChildren; i++) { Atom actual_type; int actual_format; unsigned long nitems, bytesafter; Window *newRoot = (Window *)0; if (XGetWindowProperty(dpy, children[i], __SWM_VROOT, 0, 1, False, XA_WINDOW, &actual_type, &actual_format, &nitems, &bytesafter, (unsigned char **) &newRoot) == Success && newRoot) { root = *newRoot; break; } } if (children) XFree((char *)children); } save_screen = screen; } return root; } #undef RootWindowOfScreen #define RootWindowOfScreen(s) VirtualRootWindowOfScreen(s) #undef RootWindow #define RootWindow(dpy,screen) VirtualRootWindowOfScreen(ScreenOfDisplay(dpy,screen)) #undef DefaultRootWindow #define DefaultRootWindow(dpy) VirtualRootWindowOfScreen(DefaultScreenOfDisplay(dpy)) #endif #endif /* _VROOT_H_ */ xsnow-3.3.2/src/pixmaps.h0000644000175000017500000000212014140766434012243 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include "xsnow.h" extern StarMap starPix; extern XPM_TYPE ***Santas[][2]; extern XPM_TYPE **xpmtrees[]; extern XPM_TYPE **xsnow_logo; extern XPM_TYPE **birds_xpm[]; extern XPM_TYPE **snow_xpm[]; extern XPM_TYPE **moons_xpm[]; xsnow-3.3.2/src/main.c0000644000175000017500000007270414140766434011520 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* And in a vocoded voice it sounds: Xsnow zwei-tausend Xsnow two-thousand Xsnow deux mille Xsnow dos mil etc. */ /* * contains main_c(), the actual main program, written in C. * main_c() is to be called from main(), written in C++, * see mainstub.cpp and mainstub.h */ #define dosync 0 /* synchronise X-server. Change to 1 will detoriate the performance but allow for better analysis */ /* * Reals dealing with time are declared as double. * Other reals as float */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #include #include #include #include #include #include "birds.h" #include "clocks.h" #include "docs.h" #include "dsimple.h" #include "fallensnow.h" #include "flags.h" #include "mainstub.h" #include "meteo.h" #include "moon.h" #include "Santa.h" #include "scenery.h" #include "snow.h" #include "transwindow.h" #include "ui.h" #include "utils.h" #include "version.h" #include "wind.h" #include "windows.h" #include "wmctrl.h" #include "xsnow.h" #include "stars.h" #include "blowoff.h" #include "debug.h" #include "treesnow.h" #include "loadmeasure.h" #include "vroot.h" #ifdef DEBUG #undef DEBUG #endif //#define DEBUG #define BMETHOD XdbeBackground //#define BMETHOD XdbeUndefined //#define BMETHOD XdbeUntouched //#define BMETHOD XdbeCopied // to see if double buffering is actually used struct _global global; int SnowWinChanged = 1; cairo_t *CairoDC = NULL; cairo_surface_t *CairoSurface = NULL; // miscellaneous char Copyright[] = "\nXsnow\nCopyright 1984,1988,1990,1993-1995,2000-2001 by Rick Jansen, all rights reserved, 2019,2020 also by Willem Vermin\n"; static char **Argv; static int Argc; // timing stuff //static double TotSleepTime = 0; // windows stuff static int DoRestart = 0; static guint draw_all_id = 0; static guint drawit_id = 0; static int Xorig; static int Yorig; static GtkWidget *TransA = NULL; static char *SnowWinName = NULL; /* Colo(u)rs */ static const char *BlackColor = "black"; static Pixel BlackPix; /* Forward decls */ static void HandleCpuFactor(void); static void RestartDisplay(void); static void SigHandler(int signum); static int XsnowErrors(Display *dpy, XErrorEvent *err); static void drawit(cairo_t *cr); static void restart_do_draw_all(void); static void set_below_above(void); static void DoAllWorkspaces(void); static void X11WindowById(Window *xwin, char **xwinname); static int HandleX11Cairo(void); static int StartWindow(void); static void SetWindowScale(void); static void movewindow(void); // callbacks static int do_displaychanged(void *); static int do_draw_all(gpointer widget); static int do_event(void *); static int do_show_range_etc(void *); static int do_testing(void *); static int do_ui_check(void *); static int do_stopafter(void *); static int do_show_desktop_type(void *); static int do_display_dimensions(void *); static int do_drawit(void*); static gboolean on_draw_event(GtkWidget *widget, cairo_t *cr, gpointer user_data); /**********************************************************************************************/ /* About some technicalities of this program * The following animations exist: * =============================== * - snow * - treesnow * - blowoff * - Santa * - scenery (trees etc) * - stars * - moon + halo * - meteorites * - birds * * Selection of window to draw in * ============================== * * All drawing is done using the gtk-cairo library, using the window SnowWin. * * For the definition of SnowWin, the following possibilities exist: * * A: SnowWin is a transparent, click-through window covering the * whole screen. * B: SnowWin is set to the root window, or a window with the name pcmanfm (LXDE desktop). * C: SnowWin is set to the desired window (flags -id or -xwininfo). * * * If the user specifies the flag -id or -xwininfo, case C is chosen * (make_trans_window() in transwindow.c). * else if a transparent, click-through window can be created, case A is chosen. * else case B is chosen. * * In cases B and C, usage is made of cairo_xlib_surface_create() to tell cairo * in which window to paint. * * Double buffering * ================ * * In case A, double buffering is provided by the cairo library. * In the other cases, double buffering is accomplished by XdbeSwapBuffers(). * * If cases B and C, if double buffering is not possible, or not wanted * (flag -doublebuffer), an attempt is made to erase and draw with minimal flicker. * * Double buffer switches * ====================== * * Trans: 1: case A * UseDouble: 1: case B or C using XdbeSwapBuffers() and friends. * IsDouble: 1: using double buffering * * The following scenario's exist: * * Scenario Trans UseDouble IsDouble * I 1 0 1 case A * II 0 1 1 case B or C, using XdbeSwapBuffers and friends * III 0 0 0 case B or C, not using double buffering * * Note: * In scenario III it is necessary to explicitly erase moving objects before * drawing. * One could use XlearWindow() to erase everything, and then draw everything again, * but this results in severe flicker. * * In scenario's I and II, it is necessary to repaint everything, also not moving objects. * */ /* * Globals * ======= * * Many gobal variables are used. If a global is only used in one file only, it is declared * there as static. * Globals that are used in more than one file, are members of the struct 'global', defined in xsnow.h * * Types * ===== * * All types are defined in xsnow.h * */ /**********************************************************************************************/ int main_c(int argc, char *argv[]) { P("This is xsnow\n"); signal(SIGINT, SigHandler); signal(SIGTERM, SigHandler); signal(SIGHUP, SigHandler); srand48((long int)(wallcl()*1.0e6)); memset((void *)&global,0,sizeof(global)); global.counter = 0; global.cpufactor = 1.0; global.WindowScale = 1.0; global.MaxSnowFlakeHeight = 0; global.MaxSnowFlakeWidth = 0; global.FlakeCount = 0; /* # active flakes */ global.FluffCount = 0; global.SnowWin = 0; global.DesktopSession = NULL; global.CWorkSpace = 0; global.WindowsChanged = 0; global.FsnowFirst = NULL; global.MaxScrSnowDepth = 0; global.RemoveFluff = 0; global.SnowOnTrees = NULL; global.OnTrees = 0; global.moonX = 1000; global.moonY = 80; global.Wind = 0; global.Direction = 0; global.WindMax = 100.0; global.NewWind = 0; global.HaltedByInterrupt = 0; global.Message[0] = 0; global.SantaPlowRegion = 0; int i; // make a copy of all flags, before gtk_init() maybe removes some. // we need this at a restart of the program. Argv = (char**) malloc((argc+1)*sizeof(char**)); for (i=0; i= %s, found version %s\n",ui_gtk_required(),ui_gtk_version()); if(!ui_run_nomenu()) { Thanks(); return 0; } else { Flags.NoMenu = 1; printf("Continuing with flag '-nomenu'\n"); } } global.display = XOpenDisplay(Flags.DisplayName); XSynchronize(global.display,dosync); XSetErrorHandler(XsnowErrors); int screen = DefaultScreen(global.display); global.Black = BlackPixel(global.display, screen); global.White = WhitePixel(global.display, screen); InitSnowOnTrees(); if (global.display == NULL) { if (Flags.DisplayName == NULL) Flags.DisplayName = getenv("DISPLAY"); (void) fprintf(stderr, "%s: cannot connect to X server %s\n", argv[0], Flags.DisplayName ? Flags.DisplayName : "(default)"); exit(1); } // // define: // - snow in: // ------------------------ // | * * * | // | * * | // | * | // ------------------------ // - snow on: // ***** * **** // * ****** **** ******* // ------------------------ // | | // | | // | | // ------------------------ // // Find window to snow in: // // if(switches.Desktop): we have a desktop and we will snow on the windows in it // else we have a normal window and will not snow on other windows // if(switches.Trans): drawing to the desktop is as follows: // - all colours are made opaque by or-ing the colors with 0xff000000 // - clearing is done writing the same image, but with color black (0x00000000) // else // - we will use XClearArea to erase flakes and the like. This works well // on fvwm-like desktops (desktop == Rootwindow) with exposures set to 0 // It works more or less in for example KDE, but exposures must be set to 1 // which severely stresses plasma shell (or nautilus-desktop in Gnome, // but we do not use XClearArea in Gnome). // // And then, we have 'snowing below' and 'snowing above', which respectively // means: snow behind all windows and snow before all windows. if (!StartWindow()) { return 1; } Flags.Done = 0; windows_init(); moon_init(); Santa_init(); birds_init(); scenery_init(); snow_init(); meteo_init(); wind_init(); stars_init(); fallensnow_init(); blowoff_init(); treesnow_init(); loadmeasure_init(); add_to_mainloop(PRIORITY_DEFAULT, time_displaychanged, do_displaychanged ); add_to_mainloop(PRIORITY_DEFAULT, time_event, do_event ); add_to_mainloop(PRIORITY_DEFAULT, time_testing, do_testing ); add_to_mainloop(PRIORITY_DEFAULT, 0.5, do_display_dimensions ); add_to_mainloop(PRIORITY_HIGH, time_ui_check, do_ui_check ); add_to_mainloop(PRIORITY_DEFAULT, time_show_range_etc, do_show_range_etc ); if (Flags.StopAfter > 0) add_to_mainloop(PRIORITY_DEFAULT, Flags.StopAfter, do_stopafter); HandleCpuFactor(); #define DOIT_I(x,d,v) OldFlags.x = Flags.x; #define DOIT_L(x,d,v) DOIT_I(x,d,v); #define DOIT_S(x,d,v) OldFlags.x = strdup(Flags.x); DOITALL; #include "undefall.inc" OldFlags.FullScreen = !Flags.FullScreen; BlackPix = AllocNamedColor(BlackColor, global.Black); // events if(global.Desktop) { XSelectInput(global.display, global.Rootwindow, StructureNotifyMask| SubstructureNotifyMask); } else XSelectInput(global.display, global.SnowWin, StructureNotifyMask|SubstructureNotifyMask); ClearScreen(); // without this, no snow, scenery etc. in KDE; this seems to be a vintage comment if(!Flags.NoMenu) { ui(); ui_gray_erase(global.Trans); ui_set_sticky(Flags.AllWorkspaces); add_to_mainloop(PRIORITY_DEFAULT, 2.0, do_show_desktop_type); } // main loop gtk_main(); if (SnowWinName) free(SnowWinName); XClearWindow(global.display, global.SnowWin); XFlush(global.display); XCloseDisplay(global.display); //also frees the GC's, pixmaps and other resources on display if (DoRestart) { sleep(0); printf("Xsnow restarting: %s\n",Argv[0]); fflush(NULL); execvp(Argv[0],Argv); } else Thanks(); return 0; } /* End of snowing */ void set_below_above() { P("%d set_below_above\n",global.counter++); XWindowChanges changes; // to be sure: we do it in gtk mode and window mode if (Flags.BelowAll) { if(TransA)setbelow(GTK_WINDOW(TransA)); changes.stack_mode = Below; if(global.SnowWin)XConfigureWindow(global.display,global.SnowWin,CWStackMode,&changes); } else { if(TransA)setabove(GTK_WINDOW(TransA)); changes.stack_mode = Above; if(global.SnowWin)XConfigureWindow(global.display,global.SnowWin,CWStackMode,&changes); } } void X11WindowById(Window *xwin, char **xwinname) { *xwin = 0; // user supplied window id: if (Flags.WindowId) { *xwin = Flags.WindowId; return; } if (Flags.XWinInfoHandling) { // user ask to point to a window printf("Click on a window ...\n"); *xwin = XWinInfo(xwinname); if (*xwin == 0) { fprintf(stderr,"XWinInfo failed\n"); exit(1); } } return; } int StartWindow() { int X11cairo = 0; global.Trans = 0; global.xxposures = 0; global.Desktop = 0; global.UseDouble = 0; global.IsDouble = 0; global.Rootwindow = DefaultRootWindow(global.display); Window xwin; // see if user chooses window X11WindowById(&xwin, NULL); if (xwin) { P("StartWindow xwin%#lx\n",xwin); global.SnowWin = xwin; X11cairo = 1; } else if(Flags.ForceRoot) { // user specified to run on root window printf("Trying to snow in root window\n"); global.SnowWin = global.Rootwindow; if (getenv("XSCREENSAVER_WINDOW")) { global.SnowWin = strtol(getenv("XSCREENSAVER_WINDOW"),NULL,0); global.Rootwindow = global.SnowWin; } X11cairo = 1; } else { // default behaviour // try to create a transparent clickthrough window GtkWidget *gtkwin = gtk_window_new(GTK_WINDOW_TOPLEVEL); int rc = make_trans_window(gtkwin, 1, // full screen Flags.AllWorkspaces, // sticky Flags.BelowAll, // below 1, // dock NULL, // gdk_window &xwin // x11_window ); if (rc) { global.Trans = 1; global.IsDouble = 1; global.Desktop = 1; TransA = gtkwin; GtkWidget *drawing_area = gtk_drawing_area_new(); gtk_container_add(GTK_CONTAINER(TransA), drawing_area); g_signal_connect(TransA, "draw", G_CALLBACK(on_draw_event), NULL); set_below_above(); global.SnowWin = xwin; printf("Using transparent window\n"); } else { global.Desktop = 1; X11cairo = 1; // use rootwindow, pcmanfm or Desktop: printf("Cannot create transparent window\n"); if (global.DesktopSession == NULL) { char *desktopsession = NULL; const char *desktops[] = { "DESKTOP_SESSION", "XDG_SESSION_DESKTOP", "XDG_CURRENT_DESKTOP", "GDMSESSION", NULL }; int i; for (i=0; desktops[i]; i++) { desktopsession = getenv(desktops[i]); if (desktopsession) break; } if (desktopsession) printf("Detected desktop session: %s\n",desktopsession); else { printf("Could not determine desktop session\n"); desktopsession = (char *)"unknown_desktop_session"; } global.DesktopSession = strdup(desktopsession); if (!strcasecmp(global.DesktopSession,"enlightenment")) printf("NOTE: xsnow will probably run, but some glitches are to be expected.\n"); else if(!strcasecmp(global.DesktopSession,"twm")) printf("NOTE: you probably need to tweak 'Lift snow on windows' in the 'settings' panel.\n"); } // if envvar DESKTOP_SESSION == LXDE, search for window with name pcmanfm if (global.DesktopSession != NULL && !strncmp(global.DesktopSession,"LXDE",4) && (xwin = FindWindowWithName(global.display,"pcmanfm"))) { printf("LXDE session found, using window 'pcmanfm'.\n"); P("lxdefound: %d %#lx\n",lxdefound,*xwin); } else if ((xwin = FindWindowWithName(global.display,"Desktop"))) { printf("Using window 'Desktop'.\n"); } else { printf("Using root window\n"); xwin = global.Rootwindow; } global.SnowWin = xwin; } } if(X11cairo) { HandleX11Cairo(); drawit_id = add_to_mainloop1(PRIORITY_HIGH, time_draw_all, do_drawit, CairoDC); } global.IsDouble = global.Trans || global.UseDouble; // just to be sure ... XTextProperty x; if (XGetWMName(global.display,xwin,&x)) SnowWinName = strdup((char *)x.value); else SnowWinName = strdup("no name"); XFree(x.value); InitDisplayDimensions(); I("Snowing in %#lx: %s %d+%d %dx%d\n",global.SnowWin,SnowWinName,global.SnowWinX,global.SnowWinY,global.SnowWinWidth,global.SnowWinHeight); Xorig = global.SnowWinX; Yorig = global.SnowWinY; movewindow(); SetWindowScale(); return TRUE; } int HandleX11Cairo() { XWindowAttributes attr; XGetWindowAttributes(global.display,global.SnowWin,&attr); int w = attr.width; int h = attr.height; Visual *visual = DefaultVisual(global.display,DefaultScreen(global.display)); int rcv; P("double: %d\n",Flags.UseDouble); #ifdef XDBE_AVAILABLE int dodouble = Flags.UseDouble; #else int dodouble = 0; #endif #ifdef XDBE_AVAILABLE if(dodouble) { static Drawable backBuf = 0; if(backBuf) XdbeDeallocateBackBufferName(global.display,backBuf); backBuf = XdbeAllocateBackBufferName(global.display,global.SnowWin,BMETHOD); if (CairoSurface) cairo_surface_destroy(CairoSurface); CairoSurface = cairo_xlib_surface_create(global.display, backBuf, visual, w, h); global.UseDouble = 1; global.IsDouble = 1; printf("Using double buffer: %#lx.\n",backBuf); rcv = TRUE; } #endif if(!dodouble) { CairoSurface = cairo_xlib_surface_create(global.display, global.SnowWin, visual, w, h); printf("NOT using double buffering:"); if (Flags.UseDouble) printf(" because double buffering is not available on this system\n"); else printf(" on your request.\n"); rcv = FALSE; } if (CairoDC) cairo_destroy(CairoDC); CairoDC = cairo_create(CairoSurface); cairo_xlib_surface_set_size(CairoSurface,w,h); return rcv; } void DoAllWorkspaces() { if(Flags.AllWorkspaces) { P("stick\n"); if (global.Trans) { gtk_window_stick(GTK_WINDOW(TransA)); } } else { P("unstick\n"); if (global.Trans) { gtk_window_unstick(GTK_WINDOW(TransA)); } } ui_set_sticky(Flags.AllWorkspaces); } // here we are handling the buttons in ui // Ok, this is a long list, and could be implemented more efficient. // But, do_ui_check is called not too frequently, so.... // Note: if changes != 0, the settings will be written to .xsnowrc // int do_ui_check(void *d) { if (Flags.Done) gtk_main_quit(); if (Flags.NoMenu) return TRUE; Santa_ui(); scenery_ui(); birds_ui(); snow_ui(); meteo_ui(); wind_ui(); stars_ui(); fallensnow_ui(); blowoff_ui(); treesnow_ui(); moon_ui(); ui_ui(); UIDO (CpuLoad , HandleCpuFactor(); ); UIDO (Transparency , ); UIDO (Scale , ); UIDO (OffsetS , DisplayDimensions(); ); UIDO (OffsetY , UpdateFallenSnowRegions(); ); UIDO (NoFluffy , ClearScreen(); ); UIDO (AllWorkspaces , DoAllWorkspaces(); ); UIDO (BelowAll , set_below_above(); ); if (Flags.Changes > 0) { P("WriteFlags\n"); WriteFlags(); P("-----------Changes: %d\n",Flags.Changes); } Flags.Changes = 0; return TRUE; (void)d; } void movewindow() { if(!global.Desktop) return; XMoveWindow(global.display,global.SnowWin,0,0); //InitDisplayDimensions(); P("movewindow: Orig: %d %d %d %d\n",Xorig,Yorig,global.SnowWinWidth,global.SnowWinHeight); } int do_displaychanged(void *d) { // if we are snowing in the desktop, we check if the size has changed, // this can happen after changing of the displays settings // If the size has been changed, we restart the program (void)d; if (Flags.Done) return FALSE; P("Trans: %d xxposures: %d Desktop: %d\n", global.Trans, global.xxposures, global.Desktop); if (!global.Desktop) return TRUE; { unsigned int w,h; Display* display = XOpenDisplay(Flags.DisplayName); Screen* screen = DefaultScreenOfDisplay(display); w = WidthOfScreen(screen); h = HeightOfScreen(screen); P("width height: %d %d\n",w,h); if(global.Wroot != w || global.Hroot != h) { DoRestart = 1; Flags.Done = 1; printf("Restart due to change of display settings...\n"); } XCloseDisplay(display); return TRUE; } } int do_event(void *d) { (void)d; P("do_event %d\n",counter++); if (Flags.Done) return FALSE; XEvent ev; XFlush(global.display); while (XPending(global.display)) { XNextEvent(global.display, &ev); { if (ev.type == ConfigureNotify || ev.type == MapNotify || ev.type == UnmapNotify) { global.WindowsChanged++; P("WindowsChanged %d %d\n",counter++,global.WindowsChanged); } switch (ev.type) { case ConfigureNotify: P("ConfigureNotify: ev=%ld win=%#lx geo=(%d,%d,%d,%d) bw=%d root: %d\n", ev.xconfigure.event, ev.xconfigure.window, ev.xconfigure.x, ev.xconfigure.y, ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.border_width, (global.SnowWin == ev.xconfigure.event) ); if (ev.xconfigure.window == global.SnowWin) { SnowWinChanged = 1; } break; } } } return TRUE; } void RestartDisplay() { P("Restartdisplay: %d W: %d H: %d\n",counter++,global.SnowWinWidth,global.SnowWinHeight); InitFallenSnow(); init_stars(); EraseTrees(); if(!Flags.NoKeepSnowOnTrees && !Flags.NoTrees) { reinit_treesnow_region(); } if(!Flags.NoTrees) { cairo_region_destroy(global.TreeRegion); global.TreeRegion = cairo_region_create(); } if(!global.IsDouble) ClearScreen(); } int do_show_range_etc(void *d) { if (Flags.Done) return FALSE; if (Flags.NoMenu) return TRUE; ui_show_range_etc(); return TRUE; (void)d; } int do_show_desktop_type(void *d) { P("do_show_desktop_type %d\n",counter++); if (Flags.NoMenu) return TRUE; char *s; if (global.IsWayland) s = (char *)"Wayland (Expect some slugginess)"; else if (global.IsCompiz) s = (char *)"Compiz"; else s = (char *)"Probably X11"; char t[128]; snprintf(t,64,"%s. Snow window: %#lx",s,global.SnowWin); ui_show_desktop_type(t); return TRUE; (void)d; } int do_testing(void *d) { (void)d; if (Flags.Done) return FALSE; return TRUE; global.counter++; XWindowAttributes attr; XGetWindowAttributes(global.display,global.SnowWin,&attr); P("%d wxh %d %d %d %d %d %d %d %d \n",counter,SnowWinX,SnowWinY,global.SnowWinWidth,global.SnowWinHeight,attr.x,attr.y,attr.width,attr.height); return TRUE; } void SigHandler(int signum) { global.HaltedByInterrupt = signum; Flags.Done = 1; } int XsnowErrors(Display *dpy, XErrorEvent *err) { static int count = 0; const int countmax = 1000; char msg[1024]; XGetErrorText(dpy, err->error_code, msg,sizeof(msg)); if(Flags.Noisy) I("%d %s\n",global.counter++,msg); if (++count > countmax) { snprintf(global.Message,sizeof(global.Message),"More than %d errors, I quit!",countmax); Flags.Done = 1; } return 0; } // the draw callback gboolean on_draw_event(GtkWidget *widget, cairo_t *cr, gpointer user_data) { P("Just to check who this is: %p %p\n",(void *)widget,(void *)TransA); drawit(cr); return FALSE; (void)widget; (void)user_data; } int do_drawit(void *cr) { P("do_drawit %d %p\n",counter++,cr); drawit((cairo_t*)cr); return TRUE; } void drawit(cairo_t *cr) { P("drawit %d %p\n",counter++,(void *)cr); if (Flags.Done) return; if(global.UseDouble) { XdbeSwapInfo swapInfo; swapInfo.swap_window = global.SnowWin; swapInfo.swap_action = BMETHOD; XdbeSwapBuffers(global.display,&swapInfo,1); } else if(!global.IsDouble) { XFlush(global.display); moon_erase (0); Santa_erase(cr); stars_erase(); // not really necessary birds_erase(0); snow_erase(1); XFlush(global.display); } int skipit = Flags.BirdsOnly || !WorkspaceActive(); if (!skipit) { stars_draw(cr); meteo_draw(cr); P("moon\n"); moon_draw(cr); scenery_draw(cr); } P("birds %d\n",counter++); birds_draw(cr); if (skipit) return; fallensnow_draw(cr); if(!Flags.FollowSanta || !Flags.ShowBirds) // if Flags.FollowSanta: drawing of Santa is done in birds_draw() Santa_draw(cr); treesnow_draw(cr); snow_draw(cr); XFlush(global.display); } void SetWindowScale() { // assuming a standard screen of 1024x576, we suggest to use the scalefactor // WindowScale float x = global.SnowWinWidth / 1000.0; float y = global.SnowWinHeight / 576.0; if (x < y) global.WindowScale = x; else global.WindowScale = y; P("WindowScale: %f\n",global.WindowScale); } int do_display_dimensions(void *d) { (void)d; if (Flags.Done) return FALSE; if (!SnowWinChanged) return TRUE; SnowWinChanged = 0; static int prevw = 0, prevh = 0; P("%d do_display_dimensions %d %d\n",counter++,global.SnowWinWidth,global.SnowWinHeight); DisplayDimensions(); if (prevw != global.SnowWinWidth || prevh != global.SnowWinHeight) { // if(global.X11cairo) // let op if (!global.Trans) { HandleX11Cairo(); RestartDisplay(); } prevw = global.SnowWinWidth; prevh = global.SnowWinHeight; SetWindowScale(); } return TRUE; } int do_draw_all(gpointer widget) { if (Flags.Done) return FALSE; P("do_draw_all %d %p\n",counter++,(void *)widget); // this will result in a call off on_draw_event(): gtk_widget_queue_draw(GTK_WIDGET(widget)); return TRUE; } // handle callbacks for things whose timings depend on cpufactor void HandleCpuFactor() { static guint fallen_id=0; // re-add things whose timing is dependent on cpufactor if (Flags.CpuLoad <= 0) global.cpufactor = 1; else global.cpufactor = 100.0/Flags.CpuLoad; if (fallen_id) g_source_remove(fallen_id); fallen_id = add_to_mainloop(PRIORITY_DEFAULT, time_fallen, do_fallen); P("handlecpufactor %f %f %d\n",oldcpufactor,cpufactor,counter++); add_to_mainloop(PRIORITY_HIGH, 0.2 , do_initsnow); // remove flakes restart_do_draw_all(); } void restart_do_draw_all() { if (global.Trans) { if (draw_all_id) g_source_remove(draw_all_id); draw_all_id = add_to_mainloop1(PRIORITY_HIGH, time_draw_all, do_draw_all, TransA); P("started do_draw_all %d %p %f\n",draw_all_id, (void *)TransA, time_draw_all); } else { if (drawit_id) g_source_remove(drawit_id); drawit_id = add_to_mainloop1(PRIORITY_HIGH, time_draw_all, do_drawit, CairoDC); P("started do_drawit %d %p %f\n",drawit_id, (void *)CairoDC, time_draw_all); } } int do_stopafter(void *d) { Flags.Done = 1; printf("Halting because of flag -stopafter\n"); return FALSE; (void)d; } xsnow-3.3.2/src/wmctrl.h0000644000175000017500000000251614140766434012103 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include "xsnow.h" extern int GetCurrentWorkspace(); extern int GetWindows(WinInfo **w, int *nw); extern Window FindWindowWithName(Display *dsp, const char* needle); extern WinInfo *FindWindow(WinInfo *windows, int nwin, Window id); extern void printwindows(Display *dpy,WinInfo *windows, int nwin); extern int GetProperty32(Display *display, Window window, const char *atomname, const char *needle, int *props, const int nprops); xsnow-3.3.2/src/loadmeasure.c0000644000175000017500000000446514140766434013074 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include "debug.h" #include "loadmeasure.h" #include "ui.h" #include "utils.h" #include "clocks.h" #include "xsnow.h" #include "flags.h" static int do_loadmeasure(void *); int loadmeasure_ui() { // nothing to do return 0; } void loadmeasure_draw() { // nothing to draw // } void loadmeasure_init() { add_to_mainloop(PRIORITY_DEFAULT, time_measure, do_loadmeasure); } // changes background color of ui if load to high int do_loadmeasure(void *d) { double tnow = wallclock(); static double tprev; static int count = 0; static int status = 0; if (tnow-tprev > 1.2*time_measure) //if (tnow-tprev > 0.9*time_measure) // for testing purposes count++; else count --; P(" %d %d %f %f\n",count,status,time_measure,tnow-tprev); if (count > 10) { if (status == 0) { P("pink %d %d %f %f\n",count,status,time_measure,tnow-tprev); printf("system is too busy, suggest to lower 'cpu load' in 'settings'\n"); printf(" or have a look at 'snow': 'Intensity', 'Max # of flakes', ...\n"); printf(" or specify a smaller number of birds in 'birds'\n"); if(!Flags.NoMenu) ui_background(1); status = 1; } count = 0; } if (count < -10) { if (status == 1) { P("white %d %d %f %f\n",count,status,time_measure,tnow-tprev); if(!Flags.NoMenu) ui_background(0); status = 0; } count = 0; } tprev = tnow; return TRUE; (void)d; } xsnow-3.3.2/src/loadmeasure.h0000644000175000017500000000167614140766434013102 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern int loadmeasure_ui(void); extern void loadmeasure_draw(void); extern void loadmeasure_init(void); xsnow-3.3.2/src/birds.c0000644000175000017500000006044314140766434011674 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ // #include #include #include #include #include #include #include "Santa.h" #include "birds.h" #include "clocks.h" #include "debug.h" #include "doitb.h" #include "flags.h" #include "birdglobals.h" #include "hashtable.h" #include "ixpm.h" #include "kdtree.h" #include "mainstub.h" #include "pixmaps.h" #include "ui.h" #include "utils.h" #include "windows.h" #define NWINGS 8 #define NBIRDPIXBUFS (3*NWINGS) #define LEAVE_IF_INACTIVE\ if (!Flags.ShowBirds || blobals.freeze || !WorkspaceActive()) return TRUE /* Surface to store current scribbles */ static GdkPixbuf *bird_pixbufs[NBIRDPIXBUFS]; static cairo_surface_t *attrsurface = NULL; static int Nbirds; // is copied from Flags.Nbirds in init_birds. We cannot have that // // Nbirds is changed outside init_birds typedef struct _Birdtype { float x,y,z; // position, meters // x: horizontal // y: in/out screen // z: vertical float sx,sy,sz; // velocity, m/sec int ix,iy,iz,iw,ih; // pixels // ix .. in pixels, used to store previous screen parameters int wingstate, orient; int drawable; // is in drawable range // comes in handy at erasing a bird: int prevx, prevy, prevw, prevh, prevdrawable; } BirdType; struct _blobals blobals; static void attrbird2surface(void); static void birds_init_color(void); static void birds_set_attraction_point_relative(float x, float y, float z); static void birds_set_scale(void); static void birds_set_speed(void); static void clear_flags(void); static int do_change_attr(void *); static int do_update_pos_birds(void *); static int do_wings(void *); static int do_update_speed_birds(void *); static int do_main_window(void *); static void init_bird_pixbufs(const char *color); static void main_window(void); static void normalize_speed(BirdType *bird, float speed); static void prefxyz(BirdType *bird, float d, float e, float x, float y, float z, float *prefx, float *prefy, float *prefz); static void r2i(BirdType *bird); static void i2r(BirdType *bird); static int attrbird_erase(int force); static void init_birds(int start); static float time_update_pos_birds = 0.01; static float time_update_speed_birds = 0.20; static float time_wings = 0.10; static struct kdtree *kd = NULL; static BirdType *birds = NULL; static BirdType attrbird; void birds_ui() { UIDO(ShowBirds , birds_erase(1); attrbird_erase(1); ); UIDO(BirdsOnly , ClearScreen(); ); UIDO(Neighbours , ); UIDO(Anarchy , ); UIDO(PrefDistance , ); UIDO(ViewingDistance , attrbird2surface(); ); UIDO(BirdsSpeed , birds_set_speed(); ); UIDO(AttrFactor , ); UIDO(DisWeight , ); UIDO(FollowWeight , ); UIDO(BirdsScale , birds_set_scale(); ); UIDO(ShowAttrPoint , attrbird_erase(1); ); UIDOS(BirdsColor , birds_init_color(); ClearScreen();); UIDO(Nbirds , int start = OldFlags.Nbirds; if (Flags.Nbirds <= 0) Flags.Nbirds = 1; if (Flags.Nbirds > NBIRDS_MAX) Flags.Nbirds = NBIRDS_MAX; init_birds(start);); UIDO(FollowSanta, if (!Flags.FollowSanta) birds_set_attraction_point_relative(0.5, 0.5, 0.5);); if(Flags.BirdsRestart) { Flags.BirdsRestart = 0; init_birds(0); birds_set_attraction_point_relative(0.5, 0.5, 0.5); P("Changes: %d\n",Flags.Changes); } } static void normalize_speed(BirdType *bird, float speed) { float v2 = sq3(bird->sx, bird->sy, bird->sz); if (fabsf(v2) < 1.0e-10) v2 = blobals.meanspeed; float a = speed/sqrtf(v2); bird->sx *= a; bird->sy *= a; bird->sz *= a; } static float scale(float y) { float s; if (y != 0) { s = 0.005*(100-Flags.ViewingDistance)*blobals.maxy/y; } else s = 1.0e6; P("scale:%f\n",s); return s; } //#define CO_REAL // given bird, compute screen coordinates ix and iz, and depth iy void r2i(BirdType *bird) { if(bird->y > Flags.ViewingDistance/8) { bird->drawable = 1; float f = scale(bird->y); P("%f %d %f\n",blobals.maxy,Flags.ViewingDistance,f); #ifdef CO_REAL // classical camera obscura, inverted image: float x = f*(blobals.xc-bird->x) + blobals.xc; float z = f*(blobals.zc-bird->z) + blobals.zc; #else // alternative camera obscura, not inverted image: float x = f*(bird->x-blobals.xc) + blobals.xc; float z = f*(bird->z-blobals.zc) + blobals.zc; #endif bird->ix = blobals.ax*x; bird->iy = blobals.ay*bird->y; bird->iz = blobals.az*z; } else { bird->drawable = 0; } P("r2i %d %d\n",counter++,bird->drawable); } // given bird, x,iy, z given ix, iz and y static void i2r(BirdType *bird) { float f = scale(bird->y); #ifdef CO_REAL bird->x = (blobals.ax*blobals.xc - bird->ix)/(blobals.ax*f) + blobals.xc; bird->z = (blobals.az*blobals.zc - bird->iz)/(blobals.az*f) + blobals.zc; #else bird->x = (bird->ix - blobals.ax*blobals.xc)/(blobals.ax*f) + blobals.xc; bird->z = (bird->iz - blobals.az*blobals.zc)/(blobals.az*f) + blobals.zc; #endif bird->iy = blobals.ay*bird->y; } // given: // bird // distance d // optimal distance e // coordinates of other bird x,y,z // compute optimal coordinates for bird: prefx, prefy, prefz void prefxyz(BirdType *bird, float d, float e, float x, float y, float z, float *prefx, float *prefy, float *prefz) { *prefx = e*(bird->x-x)/d + x; *prefy = e*(bird->y-y)/d + y; *prefz = e*(bird->z-z)/d + z; P("%f %f - %f %f %f, %f %f %f, %f %f %f\n", d,e, bird->x, bird->y, bird->z, x,y,z, *prefx, *prefy, *prefz ); } // create a attraction point surface in attrsurface // is called when user changes drawing scale // and when attraction point is changed void attrbird2surface() { if(attrsurface) cairo_surface_destroy(attrsurface); r2i(&attrbird); float f = scale(attrbird.y)*4.0e-6*blobals.bird_scale*Flags.BirdsScale*blobals.maxix; P("attrbird2surface %d %f\n",counter++,f); attrsurface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,2*f+2,2*f+2); cairo_t *cr = cairo_create(attrsurface); cairo_set_source_rgba(cr,0.914,0.592,0.04,0.6); cairo_arc(cr,f+1,f+1,f,0,2*M_PI); cairo_fill(cr); cairo_destroy(cr); } void birds_set_scale() { attrbird2surface(); } int do_update_speed_birds(void *d) { if (Flags.Done) return FALSE; LEAVE_IF_INACTIVE; P("do_update_speed_birds %d\n",counter); kd_free(kd); kd = kd_create(3); int i; for (i=0; ix, bird->y, bird->z, bird); } int sumnum = 0; float summeandist = 0; for (i=0; ix,bird->y,bird->z,blobals.range); float sumsx = 0; float sumsy = 0; float sumsz = 0; float sumprefx = 0; float sumprefy = 0; float sumprefz = 0; float sumdist = 0; int num = 0; while (!kd_res_end(result)) { float x,y,z; BirdType *b = (BirdType *)kd_res_item3f(result, &x, &y, &z); kd_res_next(result); if (bird == b) continue; num++; // sum the speeds of neighbour birds: sumsx += b->sx; sumsy += b->sy; sumsz += b->sz; float dist = sqrtf((bird->x-x)*(bird->x-x)+ (bird->y-y)*(bird->y-y)+(bird->z-z)*(bird->z-z)); float prefx=0, prefy=0, prefz=0; P("prefxyz %f\n",dist); if (dist > 1e-6) prefxyz(bird, dist, Flags.PrefDistance, x, y, z, &prefx, &prefy, &prefz); sumprefx += prefx; sumprefy += prefy; sumprefz += prefz; sumdist += dist; } kd_res_free(result); // meanprefx,y,z: mean optimal coordinates with respect to other birds float meanprefx, meanprefy, meanprefz, meandist; P("num: %d\n",num); if (num > 0) { meanprefx = sumprefx / num; meanprefy = sumprefy / num; meanprefz = sumprefz / num; meandist = sumdist / num; summeandist += meandist; P("prefx - x ... %f %f %f %f\n",meanprefx - bird->x, meanprefy - bird->y, meanprefz - bird->z, meandist); } sumnum +=num; // adjust speed to other birds, p is weight for own speed if (num > 0) { int p = (100-Flags.FollowWeight)*0.1; bird->sx = (sumsx + p*bird->sx)/(p+1+num); bird->sy = (sumsy + p*bird->sy)/(p+1+num); bird->sz = (sumsz + p*bird->sz)/(p+1+num); } // adjust speed to obtain desired distance to other birds if (num > 0) { float q = Flags.DisWeight*0.4; bird->sx += q*(meanprefx - bird->x); bird->sy += q*(meanprefy - bird->y); bird->sz += q*(meanprefz - bird->z); P("%d %f %f %f, %f %f %f\n",i,meanprefx,meanprefy,meanprefz,bird->x,bird->y,bird->z); } // attraction of center: float dx = attrbird.x - bird->x; float dy = attrbird.y - bird->y; float dz = attrbird.z - bird->z; float f = Flags.AttrFactor*0.01f*0.05f; bird->sx += f*dx; bird->sy += f*dy; bird->sz += f*dz; // limit vertical speed const float phs = 0.8; float hs = sqrtf(sq2(bird->sx, bird->sy)); if (fabs(bird->sz) > phs*hs) bird->sz = fsignf(bird->sz)*phs*hs; // randomize: { const float p = 0.4; // 0<=p<=1 the higher the more random bird->sx += bird->sx*p*drand48(); bird->sy += bird->sy*p*drand48(); bird->sz += bird->sz*p*drand48(); } normalize_speed(bird,blobals.meanspeed*(0.9+drand48()*0.2)); } float meannum = (float)sumnum/(float)Nbirds; blobals.mean_distance = summeandist/Nbirds; P("meannum %f %f\n",meannum,blobals.range); if (meannum < Flags.Neighbours) { if (blobals.range < 0.1) blobals.range = 0.1; if (meannum < Nbirds-1) blobals.range *=1.1; if (blobals.range > blobals.maxrange) blobals.range /=1.1; } else blobals.range /=1.1; return TRUE; (void)d; } int do_update_pos_birds(void *d) { if (Flags.Done) return FALSE; LEAVE_IF_INACTIVE; P("do_update_pos_birds %d %d\n",Nbirds,counter++); double dt; dt = time_update_pos_birds; P("%f\n",dt); int i; for (i=0; ix += dt*bird->sx; bird->y += dt*bird->sy; bird->z += dt*bird->sz; } return TRUE; (void)d; } int birds_draw(cairo_t *cr) { P("birds_draw %d\n",counter++); LEAVE_IF_INACTIVE; P("drawing birds %d\n",counter++); int before; int i; for (before=0; before<2; before++) { if(before && Flags.FollowSanta && !Flags.BirdsOnly) { static int prevSantasize = -1; Santa_draw(cr); attrbird.ix = global.SantaX+global.SantaWidth/2; attrbird.iz = global.SantaY+global.SantaHeight/2; switch(Flags.SantaSize) { case 0: attrbird.y = blobals.maxy*1.5; break; case 1: attrbird.y = blobals.maxy*1.0; break; default: attrbird.y = blobals.maxy*0.5; break; } i2r(&attrbird); P("santasize: %d %d %d %f\n",prevSantasize,Flags.SantaSize,Flags.ViewingDistance,scale(attrbird.y)); if (prevSantasize != Flags.SantaSize) { P("iy: %d %d\n",prevSantasize,Flags.SantaSize); prevSantasize = Flags.SantaSize; attrbird2surface(); } } if(before && Flags.ShowAttrPoint) { r2i(&attrbird); P("attrbird %f %f %f %d %d %d\n",attrbird.x,attrbird.y,attrbird.z,attrbird.ix,attrbird.iy,attrbird.iz); int mx = cairo_image_surface_get_width(attrsurface); int mz = cairo_image_surface_get_height(attrsurface); P("mx: %d mz: %d\n",mx,mz); cairo_set_source_surface (cr, attrsurface, attrbird.ix-mx/2, attrbird.iz-mz/2); my_cairo_paint_with_alpha(cr,ALPHA); attrbird.prevx = attrbird.ix-mx/2; attrbird.prevy = attrbird.iz-mz/2; attrbird.prevw = mx; attrbird.prevh = mz; //#define TESTBIRDS #ifdef TESTBIRDS { // show the three types of birds flying in the centre // useful at creating bird xpm's static BirdType testbird; testbird = birds[0]; testbird.x = attrbird.x; testbird.y = attrbird.y; testbird.z = attrbird.z; int i; int centerbird = 0; for (i=0; i<3; i++) { GdkPixbuf *bird_pixbuf = bird_pixbufs[testbird.wingstate+i*NWINGS]; int iw = 400; int ih = (float)iw*gdk_pixbuf_get_height(bird_pixbuf)/ (float)gdk_pixbuf_get_width(bird_pixbuf); GdkPixbuf *pixbuf = 0; const GdkInterpType interpolation = GDK_INTERP_HYPER; if(iw < 1)iw = 1; if(ih < 1)ih = 1; pixbuf = gdk_pixbuf_scale_simple(bird_pixbuf,iw,ih,interpolation); cairo_surface_t *surface = gdk_cairo_surface_create_from_pixbuf (pixbuf, 0, NULL); r2i(&testbird); cairo_set_source_surface (cr, surface, testbird.ix +(i-centerbird)*(iw+20), testbird.iz); my_cairo_paint_with_alpha(cr,ALPHA); g_clear_object(&pixbuf); cairo_surface_destroy(surface); } } #endif } for (i=0; iy > attrbird.y) continue; } else // behind attraction point { if (bird->y <= attrbird.y) continue; } // draw: r2i(bird); P("%d %f %f %f %d %d %d %d\n",i,bird->x,bird->y,bird->z,bird->ix,bird->iy,bird->iz,bird->drawable); bird->prevdrawable = bird->drawable; if (bird->drawable) { float p = scale(bird->y); cairo_surface_t *surface; int iw,ih,nw; nw = bird->wingstate; int orient = 0*NWINGS; float sxz = fabsf(bird->sx); float sy = fabs(bird->sy); if (sxz > 1.73*sy) orient = 2*NWINGS; // 1*NWINGS else if (sy > 1.73*sxz) orient = 0*NWINGS; else orient = 0*NWINGS; // canonical: // if (sxz > 1.73*sy) // orient = 1*NWINGS; // aside // *** // ********* // ********* // ********* // *** // // else if(sy > 1.73*sxz) // orient = 0*NWINGS // front // ** // ******************** // ** // else // orient = 2*NWINGS // oblique // *** // ************* // *** // P("%f %f %d\n",sxz,bird->sy,orient); GdkPixbuf *bird_pixbuf = bird_pixbufs[nw+orient]; iw = p*blobals.bird_scale*Flags.BirdsScale*6.0e-6*blobals.maxix; P("%d %d\n",Flags.BirdsScale,blobals.maxix); ih = (float)iw*gdk_pixbuf_get_height(bird_pixbuf)/ (float)gdk_pixbuf_get_width(bird_pixbuf); // do not draw very large birds (would be bad for cache use) // and do not draw vanishing small birds if (ih > blobals.maxiz*0.2 || ih <=0) // iw is always larger than ih, we don't have to check iw { P("ih: %d %d\n",ih,blobals.maxiz); continue; } const GdkInterpType interpolation = GDK_INTERP_HYPER; // since we are caching the surfaces, we go for the highest quality // logarithmic caching const double k = log(1.2); // should be log(1.05) ... log(1.5). The higher, the less cache will be used unsigned int key = ((unsigned int)(log(iw)/k)<<8) + nw + orient; if (!table_get(key)) { static int table_counter = 0; static double cache = 0; table_counter++; cache += iw*ih; P("Entries: %d Cache: %.0f MB width: %d Wing: %d orient: %d\n",table_counter,cache*4.0e-6,iw,nw,orient/8); if(iw < 1)iw = 1; if(ih < 1)ih = 1; GdkPixbuf *pixbuf = gdk_pixbuf_scale_simple(bird_pixbuf,iw,ih,interpolation); table_insert(key,gdk_cairo_surface_create_from_pixbuf (pixbuf, 0, NULL)); g_clear_object(&pixbuf); } surface = (cairo_surface_t*) table_get(key); int mx = cairo_image_surface_get_width(surface); int mz = cairo_image_surface_get_height(surface); cairo_set_source_surface (cr, surface, bird->ix-mx/2, bird->iz-mz/2); my_cairo_paint_with_alpha(cr,ALPHA); bird->prevx = bird->ix-mx/2; bird->prevy = bird->iz-mz/2; bird->prevw = mx; bird->prevh = mz; P("draw: %d %d\n",bird->ix-mx/2,bird->iz-mz/2); } else { static int skipped = 0; skipped++; P("skipped: %d %d\n",skipped,bird->drawable); } } // i-loop } // before-loop return TRUE; } int birds_erase(int force) { if(global.IsDouble) return TRUE; if(!force) LEAVE_IF_INACTIVE; P("birds_erase %d\n",counter++); int i; for (i=0; iprevdrawable && bird->prevw != 0 && bird->prevh != 0) { P("birds_erase xclear %d\n",counter++); myXClearArea(global.display,global.SnowWin, bird->prevx, bird->prevy, bird->prevw, bird->prevh, global.xxposures); } } P("clearattr: %d %d %d %d\n", attrbird.prevx, attrbird.prevy, attrbird.prevw, attrbird.prevh); attrbird_erase(0); return TRUE; } int attrbird_erase(int force) { if(global.IsDouble) return TRUE; if (!force) LEAVE_IF_INACTIVE; static int px = -10000; static int py = -10000; static int pw = -10000; if(force || (attrbird.prevw && ( attrbird.prevx != px || attrbird.prevy!= py || attrbird.prevw != pw))) { P("erase attrbird\n"); px = attrbird.prevx; py = attrbird.prevy; pw = attrbird.prevw; myXClearArea(global.display,global.SnowWin, px, py, pw, attrbird.prevh, global.xxposures); } return TRUE; } void init_birds(int start) { int i; if(!global.IsDouble) birds_erase(1); P("nbirds: %d %d\n",start,Flags.Nbirds); // Bbirds+1 to prevent allocating zero bytes: birds = (BirdType *)realloc(birds,sizeof(BirdType)*(Flags.Nbirds+1)); if (kd) kd_free(kd); kd = kd_create(3); Nbirds = Flags.Nbirds; for (i=start; ix = drand48()*blobals.maxx; bird->y = drand48()*blobals.maxy; bird->z = drand48()*blobals.maxz; double r = drand48(); if (r > 0.75) bird->x += blobals.maxx; else if (r > 0.50) bird->x -= blobals.maxx; else if (r > 0.25) bird->y += blobals.maxy; else bird->y -= blobals.maxy; bird->iw = 1; bird->ih = 1; r2i(bird); bird->sx = (0.5-drand48()); P("init %f\n",bird->sx); bird->sy = (0.5-drand48()); bird->sz = (0.5-drand48()); normalize_speed(bird,blobals.meanspeed); P("speed1: %d %f\n",i,sqrtf(sq3(bird->sx,bird->sy,bird->sz))); bird->drawable = 1; bird->wingstate = drand48()*NWINGS; bird->prevdrawable = 0; bird->prevw = 0; bird->prevh = 0; bird->prevx = 0; bird->prevy = 0; kd_insert3f(kd, bird->x, bird->y, bird->z, NULL); } } static int do_wings(void *d) { if (Flags.Done) return FALSE; LEAVE_IF_INACTIVE; int i; for (i=0; iwingstate++; if (bird->wingstate >= NWINGS) bird->wingstate = 0; } return TRUE; (void)d; } float birds_get_range() { return blobals.range; } float birds_get_mean_dist() { return blobals.mean_distance; } void birds_set_attraction_point_relative(float x, float y, float z) { attrbird.x = blobals.maxx*x; attrbird.y = blobals.maxy*y; attrbird.z = blobals.maxz*z; } void clear_flags() { #define DOITB(what,type) \ blobals.what ## _changed = 0; DOITALLB(); #include "undefall.inc" #define DOITB(what) \ blobals.what ## _requested = 0; BUTTONALL(); #include "undefall.inc" } void birds_set_speed() { blobals.meanspeed = Flags.BirdsSpeed*0.01*blobals.maxx*0.05; P("%f\n",blobals.meanspeed); } int do_main_window(void *d) { (void) d; if (blobals.maxix != global.SnowWinWidth || blobals.maxiz != global.SnowWinHeight) { P("do_main_window\n"); main_window(); do_change_attr(NULL); } return TRUE; } static void main_window() { blobals.maxix = global.SnowWinWidth; blobals.maxiz = global.SnowWinHeight; blobals.maxiy = (blobals.maxix+blobals.maxiz)/2; P("%d %d %d\n",blobals.maxix,blobals.maxiy,blobals.maxiz); blobals.maxz = blobals.maxx*(float)blobals.maxiz/(float)blobals.maxix; blobals.maxy = blobals.maxx*(float)blobals.maxiy/(float)blobals.maxix; blobals.xc = (blobals.maxx-blobals.ox)/2; blobals.zc = (blobals.maxz-blobals.oz)/2; blobals.ax = blobals.maxix/blobals.maxx; blobals.ay = blobals.maxiy/blobals.maxy; blobals.az = blobals.maxiz/blobals.maxz; P("drawing window: %d %d %d %f %f %f\n", blobals.maxix, blobals.maxiy, blobals.maxiz, blobals.maxx, blobals.maxy,blobals.maxz); } void birds_init_color() { int i; for (i=0; i. #-# */ #pragma once /* name of button will be Button.NStars * glade: * id will be stars-NStars * name of call back will be button_stars_NStars */ #define xsnow_snow 1 #define xsnow_santa 2 #define xsnow_scenery 3 #define xsnow_celestials 4 #define xsnow_birds 5 #define xsnow_settings 6 /* code type name modifier */ #define ALL_TOGGLES \ BUTTON(togglecode ,xsnow_birds ,BirdsOnly ,1 ) \ BUTTON(togglecode ,xsnow_birds ,FollowSanta ,1 ) \ BUTTON(togglecode ,xsnow_birds ,ShowAttrPoint ,1 ) \ BUTTON(togglecode ,xsnow_birds ,ShowBirds ,1 ) \ BUTTON(togglecode ,xsnow_settings ,AllWorkspaces ,1 ) \ BUTTON(togglecode ,xsnow_settings ,BelowAll ,1 ) \ BUTTON(togglecode ,xsnow_settings ,BelowConfirm ,0 ) \ BUTTON(togglecode ,xsnow_settings ,ThemeXsnow ,1 ) \ BUTTON(togglecode ,xsnow_celestials ,NoMeteorites ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_celestials ,Halo ,1 ) \ BUTTON(togglecode ,xsnow_celestials ,Moon ,1 ) \ BUTTON(togglecode ,xsnow_santa ,NoSanta ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_snow ,BlowSnow ,1 ) \ BUTTON(togglecode ,xsnow_snow ,NoFluffy ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_snow ,NoKeepSBot ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_snow ,NoKeepSWin ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_snow ,NoKeepSnowOnTrees ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_snow ,NoSnowFlakes ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_celestials ,Stars ,1 ) \ BUTTON(togglecode ,xsnow_scenery ,NoTrees ,-1 ) /*i*/ \ BUTTON(togglecode ,xsnow_scenery ,Overlap ,1 ) \ BUTTON(togglecode ,xsnow_celestials ,NoWind ,-1 ) /*i*/ \ #define ALL_SCALES \ BUTTON(scalecode ,xsnow_birds ,Anarchy ,1 ) \ BUTTON(scalecode ,xsnow_birds ,AttrFactor ,1 ) \ BUTTON(scalecode ,xsnow_birds ,BirdsScale ,1 ) \ BUTTON(scalecode ,xsnow_birds ,BirdsSpeed ,1 ) \ BUTTON(scalecode ,xsnow_birds ,DisWeight ,1 ) \ BUTTON(scalecode ,xsnow_birds ,FollowWeight ,1 ) \ BUTTON(scalecode ,xsnow_birds ,Nbirds ,1 ) \ BUTTON(scalecode ,xsnow_birds ,Neighbours ,1 ) \ BUTTON(scalecode ,xsnow_birds ,PrefDistance ,1 ) \ BUTTON(scalecode ,xsnow_birds ,ViewingDistance ,1 ) \ BUTTON(scalecode ,xsnow_settings ,CpuLoad ,1 ) \ BUTTON(scalecode ,xsnow_settings ,OffsetS ,-1 ) /*i*/ \ BUTTON(scalecode ,xsnow_settings ,OffsetY ,-1 ) /*i*/ \ BUTTON(scalecode ,xsnow_settings ,Transparency ,1 ) \ BUTTON(scalecode ,xsnow_settings ,Scale ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,HaloBright ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,MoonSize ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,MoonSpeed ,1 ) \ BUTTON(scalecode ,xsnow_santa ,SantaSpeedFactor ,1 ) \ BUTTON(scalecode ,xsnow_snow ,BlowOffFactor ,1 ) \ BUTTON(scalecode ,xsnow_snow ,FlakeCountMax ,1 ) \ BUTTON(scalecode ,xsnow_snow ,MaxOnTrees ,1 ) \ BUTTON(scalecode ,xsnow_snow ,MaxScrSnowDepth ,1 ) \ BUTTON(scalecode ,xsnow_snow ,MaxWinSnowDepth ,1 ) \ BUTTON(scalecode ,xsnow_snow ,SnowFlakesFactor ,1 ) \ BUTTON(scalecode ,xsnow_snow ,SnowSize ,1 ) \ BUTTON(scalecode ,xsnow_snow ,SnowSpeedFactor ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,NStars ,1 ) \ BUTTON(scalecode ,xsnow_scenery ,DesiredNumberOfTrees ,1 ) \ BUTTON(scalecode ,xsnow_scenery ,TreeFill ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,WhirlFactor ,1 ) \ BUTTON(scalecode ,xsnow_celestials ,WindTimer ,1 ) \ #define ALL_COLORS \ BUTTON(colorcode ,xsnow_birds ,BirdsColor ,1 ) \ BUTTON(colorcode ,xsnow_snow ,SnowColor ,1 ) \ BUTTON(colorcode ,xsnow_scenery ,TreeColor ,1 ) \ #define BUTTON(code, type, name, m) code(type,name,m) #define ALL_BUTTONS \ ALL_TOGGLES \ ALL_SCALES \ ALL_COLORS xsnow-3.3.2/src/scenery.h0000644000175000017500000000175614140766434012250 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include extern void scenery_init(void); extern void scenery_ui(void); extern void EraseTrees(void); extern int scenery_draw(cairo_t *cr); xsnow-3.3.2/src/kdtree.c0000644000175000017500000005052614140766434012050 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* This file is part of ``kdtree'', a library for working with kd-trees. Copyright (C) 2007-2011 John Tsiombikas Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* single nearest neighbor search written by Tamas Nepusz */ #define USE_LIST_NODE_ALLOCATOR #define NO_ALLOCA #ifdef HAVE_CONFIG_H #include #endif #include #include #ifndef NO_ALLOCA #ifdef HAVE_ALLOCA_H #include #endif #endif #include #include #include #include "kdtree.h" #if defined(WIN32) || defined(__WIN32__) #include #endif #ifdef USE_LIST_NODE_ALLOCATOR #ifndef NO_PTHREADS #include #else #ifndef I_WANT_THREAD_BUGS #error "You are compiling with the fast list node allocator, with pthreads disabled! This WILL break if used from multiple threads." #endif /* I want thread bugs */ #endif /* pthread support */ #endif /* use list node allocator */ struct kdhyperrect { int dim; double *min, *max; /* minimum/maximum coords */ }; struct kdnode { double *pos; int dir; void *data; struct kdnode *left, *right; /* negative/positive side */ }; struct res_node { struct kdnode *item; double dist_sq; struct res_node *next; }; struct kdtree { int dim; struct kdnode *root; struct kdhyperrect *rect; void (*destr)(void*); }; struct kdres { struct kdtree *tree; struct res_node *rlist, *riter; int size; }; #define SQ(x) ((x) * (x)) static void clear_rec(struct kdnode *node, void (*destr)(void*)); static int insert_rec(struct kdnode **node, const double *pos, void *data, int dir, int dim); static int rlist_insert(struct res_node *list, struct kdnode *item, double dist_sq); static void clear_results(struct kdres *set); static struct kdhyperrect* hyperrect_create(int dim, const double *min, const double *max); static void hyperrect_free(struct kdhyperrect *rect); static struct kdhyperrect* hyperrect_duplicate(const struct kdhyperrect *rect); static void hyperrect_extend(struct kdhyperrect *rect, const double *pos); static double hyperrect_dist_sq(struct kdhyperrect *rect, const double *pos); #ifdef USE_LIST_NODE_ALLOCATOR static struct res_node *alloc_resnode(void); static void free_resnode(struct res_node*); #else #define alloc_resnode() (res_node*) malloc(sizeof(struct res_node)) #define free_resnode(n) free(n) #endif struct kdtree *kd_create(int k) { struct kdtree *tree; if(!(tree = (struct kdtree *)malloc(sizeof *tree))) { return NULL; } tree->dim = k; tree->root = NULL; tree->destr = NULL; tree->rect = NULL; return tree; } void kd_free(struct kdtree *tree) { if(tree) { kd_clear(tree); free(tree); } } static void clear_rec(struct kdnode *node, void (*destr)(void*)) { if(!node) return; clear_rec(node->left, destr); clear_rec(node->right, destr); if(destr) { destr(node->data); } free(node->pos); free(node); } void kd_clear(struct kdtree *tree) { clear_rec(tree->root, tree->destr); tree->root = NULL; if (tree->rect) { hyperrect_free(tree->rect); tree->rect = NULL; } } void kd_data_destructor(struct kdtree *tree, void (*destr)(void*)) { tree->destr = destr; } static int insert_rec(struct kdnode **nptr, const double *pos, void *data, int dir, int dim) { int new_dir; struct kdnode *node; if(!*nptr) { if(!(node = (struct kdnode *)malloc(sizeof *node))) { return -1; } assert(dim>0); if(!(node->pos = (double *)malloc(dim * sizeof *node->pos))) { free(node); return -1; } memcpy(node->pos, pos, dim * sizeof *node->pos); node->data = data; node->dir = dir; node->left = node->right = NULL; *nptr = node; return 0; } node = *nptr; new_dir = (node->dir + 1) % dim; if(pos[node->dir] < node->pos[node->dir]) { return insert_rec(&(*nptr)->left, pos, data, new_dir, dim); } return insert_rec(&(*nptr)->right, pos, data, new_dir, dim); } int kd_insert(struct kdtree *tree, const double *pos, void *data) { if (insert_rec(&tree->root, pos, data, 0, tree->dim)) { return -1; } if (tree->rect == NULL) { tree->rect = hyperrect_create(tree->dim, pos, pos); } else { hyperrect_extend(tree->rect, pos); } return 0; } int kd_insertf(struct kdtree *tree, const float *pos, void *data) { static double sbuf[16]; double *bptr, *buf = NULL; int res, dim = tree->dim; assert(dim>0); if(dim > 16) { #ifndef NO_ALLOCA if(dim <= 256) bptr = buf = (double *)alloca(dim * sizeof *bptr); else #endif if(!(bptr = buf = (double *)malloc(dim * sizeof *bptr))) { return -1; } } else { bptr = buf = sbuf; } while(dim-- > 0) { *bptr++ = *pos++; } res = kd_insert(tree, buf, data); #ifndef NO_ALLOCA if(tree->dim > 256) #else if(tree->dim > 16) #endif free(buf); return res; } int kd_insert3(struct kdtree *tree, double x, double y, double z, void *data) { double buf[3]; buf[0] = x; buf[1] = y; buf[2] = z; return kd_insert(tree, buf, data); } int kd_insert3f(struct kdtree *tree, float x, float y, float z, void *data) { double buf[3]; buf[0] = x; buf[1] = y; buf[2] = z; return kd_insert(tree, buf, data); } static int find_nearest(struct kdnode *node, const double *pos, double range, struct res_node *list, int ordered, int dim) { double dist_sq, dx; int i, ret, added_res = 0; if(!node) return 0; dist_sq = 0; for(i=0; ipos[i] - pos[i]); } if(dist_sq <= SQ(range)) { if(rlist_insert(list, node, ordered ? dist_sq : -1.0) == -1) { return -1; } added_res = 1; } dx = pos[node->dir] - node->pos[node->dir]; ret = find_nearest(dx <= 0.0 ? node->left : node->right, pos, range, list, ordered, dim); if(ret >= 0 && fabs(dx) < range) { added_res += ret; ret = find_nearest(dx <= 0.0 ? node->right : node->left, pos, range, list, ordered, dim); } if(ret == -1) { return -1; } added_res += ret; return added_res; } #if 0 static int find_nearest_n(struct kdnode *node, const double *pos, double range, int num, struct rheap *heap, int dim) { double dist_sq, dx; int i, ret, added_res = 0; if(!node) return 0; /* if the photon is close enough, add it to the result heap */ dist_sq = 0; for(i=0; ipos[i] - pos[i]); } if(dist_sq <= range_sq) { if(heap->size >= num) { /* get furthest element */ struct res_node *maxelem = rheap_get_max(heap); /* and check if the new one is closer than that */ if(maxelem->dist_sq > dist_sq) { rheap_remove_max(heap); if(rheap_insert(heap, node, dist_sq) == -1) { return -1; } added_res = 1; range_sq = dist_sq; } } else { if(rheap_insert(heap, node, dist_sq) == -1) { return =1; } added_res = 1; } } /* find signed distance from the splitting plane */ dx = pos[node->dir] - node->pos[node->dir]; ret = find_nearest_n(dx <= 0.0 ? node->left : node->right, pos, range, num, heap, dim); if(ret >= 0 && fabs(dx) < range) { added_res += ret; ret = find_nearest_n(dx <= 0.0 ? node->right : node->left, pos, range, num, heap, dim); } } #endif static void kd_nearest_i(struct kdnode *node, const double *pos, struct kdnode **result, double *result_dist_sq, struct kdhyperrect* rect) { int dir = node->dir; int i; double dummy, dist_sq; struct kdnode *nearer_subtree, *farther_subtree; double *nearer_hyperrect_coord, *farther_hyperrect_coord; /* Decide whether to go left or right in the tree */ dummy = pos[dir] - node->pos[dir]; if (dummy <= 0) { nearer_subtree = node->left; farther_subtree = node->right; nearer_hyperrect_coord = rect->max + dir; farther_hyperrect_coord = rect->min + dir; } else { nearer_subtree = node->right; farther_subtree = node->left; nearer_hyperrect_coord = rect->min + dir; farther_hyperrect_coord = rect->max + dir; } if (nearer_subtree) { /* Slice the hyperrect to get the hyperrect of the nearer subtree */ dummy = *nearer_hyperrect_coord; *nearer_hyperrect_coord = node->pos[dir]; /* Recurse down into nearer subtree */ kd_nearest_i(nearer_subtree, pos, result, result_dist_sq, rect); /* Undo the slice */ *nearer_hyperrect_coord = dummy; } /* Check the distance of the point at the current node, compare it * with our best so far */ dist_sq = 0; for(i=0; i < rect->dim; i++) { dist_sq += SQ(node->pos[i] - pos[i]); } if (dist_sq < *result_dist_sq) { *result = node; *result_dist_sq = dist_sq; } if (farther_subtree) { /* Get the hyperrect of the farther subtree */ dummy = *farther_hyperrect_coord; *farther_hyperrect_coord = node->pos[dir]; /* Check if we have to recurse down by calculating the closest * point of the hyperrect and see if it's closer than our * minimum distance in result_dist_sq. */ if (hyperrect_dist_sq(rect, pos) < *result_dist_sq) { /* Recurse down into farther subtree */ kd_nearest_i(farther_subtree, pos, result, result_dist_sq, rect); } /* Undo the slice on the hyperrect */ *farther_hyperrect_coord = dummy; } } struct kdres *kd_nearest(struct kdtree *kd, const double *pos) { struct kdhyperrect *rect; struct kdnode *result; struct kdres *rset; double dist_sq; int i; if (!kd) return NULL; if (!kd->rect) return NULL; /* Allocate result set */ if(!(rset = (struct kdres *)malloc(sizeof *rset))) { return NULL; } if(!(rset->rlist = alloc_resnode())) { free(rset); return NULL; } rset->rlist->next = NULL; rset->tree = kd; /* Duplicate the bounding hyperrectangle, we will work on the copy */ if (!(rect = hyperrect_duplicate(kd->rect))) { kd_res_free(rset); return NULL; } /* Our first guesstimate is the root node */ result = kd->root; dist_sq = 0; for (i = 0; i < kd->dim; i++) dist_sq += SQ(result->pos[i] - pos[i]); /* Search for the nearest neighbour recursively */ kd_nearest_i(kd->root, pos, &result, &dist_sq, rect); /* Free the copy of the hyperrect */ hyperrect_free(rect); /* Store the result */ if (result) { if (rlist_insert(rset->rlist, result, -1.0) == -1) { kd_res_free(rset); return NULL; } rset->size = 1; kd_res_rewind(rset); return rset; } else { kd_res_free(rset); return NULL; } } struct kdres *kd_nearestf(struct kdtree *tree, const float *pos) { static double sbuf[16]; double *bptr, *buf = NULL; int dim = tree->dim; struct kdres *res; assert(dim>0); if(dim > 16) { #ifndef NO_ALLOCA if(dim <= 256) bptr = buf = (double *)alloca(dim * sizeof *bptr); else #endif if(!(bptr = buf = (double *)malloc(dim * sizeof *bptr))) { return NULL; } } else { bptr = buf = sbuf; } while(dim-- > 0) { *bptr++ = *pos++; } res = kd_nearest(tree, buf); #ifndef NO_ALLOCA if(tree->dim > 256) #else if(tree->dim > 16) #endif free(buf); return res; } struct kdres *kd_nearest3(struct kdtree *tree, double x, double y, double z) { double pos[3]; pos[0] = x; pos[1] = y; pos[2] = z; return kd_nearest(tree, pos); } struct kdres *kd_nearest3f(struct kdtree *tree, float x, float y, float z) { double pos[3]; pos[0] = x; pos[1] = y; pos[2] = z; return kd_nearest(tree, pos); } /* ---- nearest N search ---- */ /* static kdres *kd_nearest_n(struct kdtree *kd, const double *pos, int num) { int ret; struct kdres *rset; if(!(rset = malloc(sizeof *rset))) { return 0; } if(!(rset->rlist = alloc_resnode())) { free(rset); return 0; } rset->rlist->next = 0; rset->tree = kd; if((ret = find_nearest_n(kd->root, pos, range, num, rset->rlist, kd->dim)) == -1) { kd_res_free(rset); return 0; } rset->size = ret; kd_res_rewind(rset); return rset; }*/ struct kdres *kd_nearest_range(struct kdtree *kd, const double *pos, double range) { int ret; struct kdres *rset; if(!(rset = (struct kdres *)malloc(sizeof *rset))) { return NULL; } if(!(rset->rlist = alloc_resnode())) { free(rset); return NULL; } rset->rlist->next = NULL; rset->tree = kd; if((ret = find_nearest(kd->root, pos, range, rset->rlist, 0, kd->dim)) == -1) { kd_res_free(rset); return NULL; } rset->size = ret; kd_res_rewind(rset); return rset; } struct kdres *kd_nearest_rangef(struct kdtree *kd, const float *pos, float range) { static double sbuf[16]; double *bptr, *buf = NULL; int dim = kd->dim; struct kdres *res; assert(dim>0); if(dim > 16) { #ifndef NO_ALLOCA if(dim <= 256) bptr = buf = (double *)alloca(dim * sizeof *bptr); else #endif if(!(bptr = buf = (double *)malloc(dim * sizeof *bptr))) { return NULL; } } else { bptr = buf = sbuf; } while(dim-- > 0) { *bptr++ = *pos++; } res = kd_nearest_range(kd, buf, range); #ifndef NO_ALLOCA if(kd->dim > 256) #else if(kd->dim > 16) #endif free(buf); return res; } struct kdres *kd_nearest_range3(struct kdtree *tree, double x, double y, double z, double range) { double buf[3]; buf[0] = x; buf[1] = y; buf[2] = z; return kd_nearest_range(tree, buf, range); } struct kdres *kd_nearest_range3f(struct kdtree *tree, float x, float y, float z, float range) { double buf[3]; buf[0] = x; buf[1] = y; buf[2] = z; return kd_nearest_range(tree, buf, range); } void kd_res_free(struct kdres *rset) { clear_results(rset); free_resnode(rset->rlist); free(rset); } int kd_res_size(struct kdres *set) { return (set->size); } void kd_res_rewind(struct kdres *rset) { rset->riter = rset->rlist->next; } int kd_res_end(struct kdres *rset) { return rset->riter == NULL; } int kd_res_next(struct kdres *rset) { rset->riter = rset->riter->next; return rset->riter != NULL; } void *kd_res_item(struct kdres *rset, double *pos) { if(rset->riter) { if(pos) { memcpy(pos, rset->riter->item->pos, rset->tree->dim * sizeof *pos); } return rset->riter->item->data; } return NULL; } void *kd_res_itemf(struct kdres *rset, float *pos) { if(rset->riter) { if(pos) { int i; for(i=0; itree->dim; i++) { pos[i] = rset->riter->item->pos[i]; } } return rset->riter->item->data; } return NULL; } void *kd_res_item3(struct kdres *rset, double *x, double *y, double *z) { if(rset->riter) { if(x) *x = rset->riter->item->pos[0]; if(y) *y = rset->riter->item->pos[1]; if(z) *z = rset->riter->item->pos[2]; return rset->riter->item->data; } return NULL; } void *kd_res_item3f(struct kdres *rset, float *x, float *y, float *z) { if(rset->riter) { if(x) *x = rset->riter->item->pos[0]; if(y) *y = rset->riter->item->pos[1]; if(z) *z = rset->riter->item->pos[2]; return rset->riter->item->data; } return NULL; } void *kd_res_item_data(struct kdres *set) { return kd_res_item(set, NULL); } /* ---- hyperrectangle helpers ---- */ static struct kdhyperrect* hyperrect_create(int dim, const double *min, const double *max) { assert(dim>0); size_t size = dim * sizeof(double); struct kdhyperrect* rect = NULL; if (!(rect = (struct kdhyperrect *)malloc(sizeof(struct kdhyperrect)))) { return NULL; } rect->dim = dim; if (!(rect->min = (double *)malloc(size))) { free(rect); return NULL; } if (!(rect->max = (double *)malloc(size))) { free(rect->min); free(rect); return NULL; } memcpy(rect->min, min, size); memcpy(rect->max, max, size); return rect; } static void hyperrect_free(struct kdhyperrect *rect) { free(rect->min); free(rect->max); free(rect); } static struct kdhyperrect* hyperrect_duplicate(const struct kdhyperrect *rect) { return hyperrect_create(rect->dim, rect->min, rect->max); } static void hyperrect_extend(struct kdhyperrect *rect, const double *pos) { int i; for (i=0; i < rect->dim; i++) { if (pos[i] < rect->min[i]) { rect->min[i] = pos[i]; } if (pos[i] > rect->max[i]) { rect->max[i] = pos[i]; } } } static double hyperrect_dist_sq(struct kdhyperrect *rect, const double *pos) { int i; double result = 0; for (i=0; i < rect->dim; i++) { if (pos[i] < rect->min[i]) { result += SQ(rect->min[i] - pos[i]); } else if (pos[i] > rect->max[i]) { result += SQ(rect->max[i] - pos[i]); } } return result; } /* ---- static helpers ---- */ #ifdef USE_LIST_NODE_ALLOCATOR /* special list node allocators. */ static struct res_node *free_nodes; #ifndef NO_PTHREADS static pthread_mutex_t alloc_mutex = PTHREAD_MUTEX_INITIALIZER; #endif static struct res_node *alloc_resnode(void) { struct res_node *node; #ifndef NO_PTHREADS pthread_mutex_lock(&alloc_mutex); #endif if(!free_nodes) { node = (struct res_node *)malloc(sizeof *node); } else { node = free_nodes; free_nodes = free_nodes->next; node->next = NULL; } #ifndef NO_PTHREADS pthread_mutex_unlock(&alloc_mutex); #endif return node; } static void free_resnode(struct res_node *node) { #ifndef NO_PTHREADS pthread_mutex_lock(&alloc_mutex); #endif node->next = free_nodes; free_nodes = node; #ifndef NO_PTHREADS pthread_mutex_unlock(&alloc_mutex); #endif } #endif /* list node allocator or not */ /* inserts the item. if dist_sq is >= 0, then do an ordered insert */ /* TODO make the ordering code use heapsort */ static int rlist_insert(struct res_node *list, struct kdnode *item, double dist_sq) { struct res_node *rnode; if(!(rnode = alloc_resnode())) { return -1; } rnode->item = item; rnode->dist_sq = dist_sq; if(dist_sq >= 0.0) { while(list->next && list->next->dist_sq < dist_sq) { list = list->next; } } rnode->next = list->next; list->next = rnode; return 0; } static void clear_results(struct kdres *rset) { struct res_node *tmp, *node = rset->rlist->next; while(node) { tmp = node; node = node->next; free_resnode(tmp); } rset->rlist->next = NULL; } xsnow-3.3.2/src/scenery.c0000644000175000017500000003133514140766434012237 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #define DEFAULTTREETYPE 2 #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive()) #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "debug.h" #include "scenery.h" #include "windows.h" #include "utils.h" #include "ixpm.h" #include "flags.h" #include "pixmaps.h" #include "fallensnow.h" #include "csvpos.h" #include "treesnow.h" static int do_initbaum(void *); static void ReInitTree0(void); static void InitTreePixmaps(void); static void RedrawTrees(void); static cairo_surface_t *tree_surface(int flip, const char **xpm, float scale); static void create_tree_surfaces(void); static void create_tree_dimensions(int tt); static int compartrees(const void *a, const void *b); static void setTreeScale(void); static int NtreeTypes = 0; static int TreeRead = 0; static char **TreeXpm = NULL; static Pixmap TreePixmap[MAXTREETYPE+1][2]; static Pixmap TreeMaskPixmap[MAXTREETYPE+1][2]; static int TreeWidth[MAXTREETYPE+1], TreeHeight[MAXTREETYPE+1]; static int *TreeType = NULL; static int NTrees = 0; // actual number of trees static int Newtrees = 1; // switch to determine if trees are to be repositioned static Treeinfo **Trees = NULL; static float treeScale = 1.0; static const float LocalScale = 0.7; // correction scale: if scenery is always too smnall, enlarge this and vice versa static float MinScale = 0.6; // scale for items with low y-coordinate void scenery_init() { P("treecolor: %s\n",Flags.TreeColor); setTreeScale(); P("treeScale: %f\n",treeScale); //global.TreeRegion = XCreateRegion(); global.TreeRegion = cairo_region_create(); InitTreePixmaps(); add_to_mainloop(PRIORITY_DEFAULT, time_initbaum, do_initbaum); } void setTreeScale() { treeScale = LocalScale*0.01*Flags.Scale*global.WindowScale; } int compartrees(const void *a, const void *b) { Treeinfo *ta = *(Treeinfo **)a; Treeinfo *tb = *(Treeinfo **)b; P("compartrees %d %d %d %d\n",ta->y, tb->y, ta->h, tb->h); return ta->y + ta->h*ta->scale - tb->y - tb->h*tb->scale; } int scenery_draw(cairo_t *cr) { int i; if(Flags.NoTrees) return TRUE; for (i=0; iy+tree->h); cairo_set_source_surface (cr, tree->surface, tree->x, tree->y); my_cairo_paint_with_alpha(cr,ALPHA); } return TRUE; } void scenery_ui() { UIDOS(TreeType , RedrawTrees();); UIDO (DesiredNumberOfTrees , RedrawTrees();); UIDO (TreeFill , RedrawTrees();); UIDO (NoTrees , if(!global.IsDouble) RedrawTrees();); UIDOS(TreeColor , ReInitTree0();); UIDO (Overlap , RedrawTrees();); static int prev = 100; if(ScaleChanged(&prev)) { setTreeScale(); RedrawTrees(); } } void RedrawTrees() { Newtrees = 1; // this signals initbaum to recreate the trees reinit_treesnow_region(); ClearScreen(); } void EraseTrees() { RedrawTrees(); } cairo_surface_t *tree_surface(int flip, const char **xpm, float scale) { P("xpm[2]: %s\n",xpm[2]); GdkPixbuf *pixbuf, *pixbuf1; pixbuf1 = gdk_pixbuf_new_from_xpm_data((const char **)xpm); if (flip) { pixbuf = gdk_pixbuf_flip(pixbuf1,1); g_clear_object(&pixbuf1); } else pixbuf = pixbuf1; int w,h; sscanf(xpm[0],"%d %d",&w,&h); P("tree_surface: %d %d %f\n",w,h,scale); w *= scale; h *= scale; if (w < 1) w = 1; if (h < 1) h = 1; if (w == 1 && h == 1) h = 2; GdkPixbuf *pixbufscaled = gdk_pixbuf_scale_simple(pixbuf,w,h,GDK_INTERP_HYPER); cairo_surface_t *surface = gdk_cairo_surface_create_from_pixbuf (pixbufscaled, 0, NULL); g_clear_object(&pixbuf); g_clear_object(&pixbufscaled); return surface; } void create_tree_dimensions(int tt) { sscanf(xpmtrees[tt][0],"%d %d",&TreeWidth[tt],&TreeHeight[tt]); } // fallen snow and trees must have been initialized // tree coordinates and so are recalculated here, in anticipation // of a changed window size // The function returns immediately if Newtrees==0, otherwize an attempt // is done to place the DesiredNumberOfTrees int do_initbaum(void *d) { (void)d; if (Flags.Done) return FALSE; P("%d initbaum %d %d\n",global.counter++,Newtrees, Flags.NoTrees); static int count = 0; if(global.RemoveFluff && count++ > 2) global.RemoveFluff = 0; if (Flags.NoTrees || Newtrees == 0) return TRUE; Newtrees = 0; int i,h,w; for (i=0; i=0 && tmptreetype[i]<=MAXTREETYPE) { int j; int unique = 1; // investigate if this is already contained in TreeType. // if so, do not use it. Note that this algorithm is not // good scalable, when ntemp is large (100 ...) one should // consider an algorithm involving qsort() // for (j=0; j= Flags.DesiredNumberOfTrees) break; int tt = TreeType[randint(NtreeTypes)]; w = TreeWidth[tt]; h = TreeHeight[tt]; int y1 = global.SnowWinHeight - global.MaxScrSnowDepth - h*treeScale; int y2 = global.SnowWinHeight*(1.0 - 0.01*Flags.TreeFill); if (y2>y1) y1=y2+1; int x = randint(global.SnowWinWidth-w*treeScale); int y = y1 - randint(y1-y2); float myScale = (1-MinScale)*(y - y2)/(y1 - y2) + MinScale; P("%d myScale: %d %d %d %f\n",global.counter++,y,y1,y2,myScale); myScale *=treeScale; cairo_rectangle_int_t grect = {x-1,y-1,myScale*w+2,myScale*h+2}; cairo_region_overlap_t in = cairo_region_contains_rectangle(global.TreeRegion,&grect); // no overlap considerations if: if(!global.IsDouble || !Flags.Overlap) if (in == CAIRO_REGION_OVERLAP_IN || in == CAIRO_REGION_OVERLAP_PART) { P("skiptree\n"); continue; } int flop = (drand48()>0.5); Treeinfo *tree = (Treeinfo *)malloc(sizeof(Treeinfo)); tree->x = x; tree->y = y; tree->w = w; tree->h = h; tree->type = tt; tree->rev = flop; tree->scale = myScale; tree->surface = NULL; P("tree: %d %d %d %d %d %p\n",tree->x, tree->y, tree->type, tree->rev, NTrees,(void *)tree); cairo_region_t *r; switch(tt) { case -SOMENUMBER: r = gregionfromxpm((const char **)TreeXpm,tree->rev,tree->scale); break; default: r = gregionfromxpm(xpmtrees[tt],tree->rev,tree->scale); break; } cairo_region_translate(r,x,y); cairo_region_union(global.TreeRegion,r); cairo_region_destroy(r); NTrees++; Trees = (Treeinfo **)realloc(Trees,NTrees*sizeof(Treeinfo*)); Trees[NTrees-1] = tree; } // sort using y+h values of trees, so that higher trees are painted first P("%d qsort: %d %ld\n",counter++,NTrees,sizeof(*Trees)); qsort(Trees,NTrees,sizeof(*Trees),compartrees); create_tree_surfaces(); ReInitTree0(); global.OnTrees = 0; return TRUE; } void create_tree_surfaces() { int i; for (i=0; isurface) cairo_surface_destroy(tree->surface); if(TreeRead) tree->surface = tree_surface(tree->rev, (const char **)TreeXpm,tree->scale); else tree->surface = tree_surface(tree->rev, (const char **)xpmtrees[tree->type],tree->scale); } } void InitTreePixmaps() { XpmAttributes attributes; attributes.valuemask = XpmDepth; attributes.depth = global.SnowWinDepth; char *path = NULL; FILE *f = HomeOpen("xsnow/pixmaps/tree.xpm","r",&path); if (f) { // there seems to be a local definition of tree // set TreeType to some number, so we can respond accordingly TreeType = (int *)realloc(TreeType,sizeof(*TreeType)); NtreeTypes = 1; TreeRead = 1; int rc = XpmReadFileToData(path,&TreeXpm); if(rc == XpmSuccess) { int i; for(i=0; i<2; i++) { iXpmCreatePixmapFromData(global.display, global.SnowWin, (const char **)TreeXpm, &TreePixmap[0][i], &TreeMaskPixmap[0][i], &attributes,i); create_tree_dimensions(0); } sscanf(*TreeXpm,"%d %d", &TreeWidth[0],&TreeHeight[0]); P("treexpm %d %d\n",TreeWidth[0],TreeHeight[0]); printf("using external tree: %s\n",path); if (!Flags.NoMenu) printf("Disabling menu.\n"); Flags.NoMenu = 1; } else { printf("Invalid external xpm for tree given: %s\n",path); exit(1); } fclose(f); } else { int i; for(i=0; i<2; i++) { int tt; for (tt=0; tt<=MAXTREETYPE; tt++) { iXpmCreatePixmapFromData(global.display, global.SnowWin, xpmtrees[tt], &TreePixmap[tt][i],&TreeMaskPixmap[tt][i],&attributes,i); sscanf(xpmtrees[tt][0],"%d %d",&TreeWidth[tt],&TreeHeight[tt]); create_tree_dimensions(tt); } } } if(path) free(path); global.OnTrees = 0; } // // apply TreeColor to xpmtree[0] and xpmtree[1] void ReInitTree0() { P("Reinittree0 %s\n",Flags.TreeColor); XpmAttributes attributes; attributes.valuemask = XpmDepth; attributes.depth = global.SnowWinDepth; int i; int n = TreeHeight[0]+3; char **xpmtmp = (char **)malloc(n*sizeof(char *)); int j; for (j=0; j<2; j++) xpmtmp[j] = strdup(xpmtrees[0][j]); xpmtmp[2] = strdup(". c "); xpmtmp[2] = (char *)realloc(xpmtmp[2],strlen(xpmtmp[2])+strlen(Flags.TreeColor)+1); strcat(xpmtmp[2],Flags.TreeColor); for(j=3; jtype %d\n",tree->type); if (tree->type == 0) { tree->surface = tree_surface(tree->rev,(const char **)xpmtmp,tree->scale); } } for (j=0; j. #-# */ #pragma once #ifdef __cplusplus extern "C" { #endif extern void table_insert(unsigned int key,void *value); extern void *table_get(unsigned int key); extern void table_clear(void(*destroy)(void *p)); extern void set_insert(void *key); extern void set_erase(void *key); extern int set_count(void *key); extern void set_clear(void); extern void set_begin(void); extern void *set_next(void); extern unsigned int set_size(void); #ifdef __cplusplus } #endif xsnow-3.3.2/src/ixpm.h0000644000175000017500000000264714140766434011555 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include extern int iXpmCreatePixmapFromData(Display *display, Drawable d, const char **data, Pixmap *p,Pixmap *s, XpmAttributes *attr, int flop); extern Region regionfromxpm(const char **data, int flop, float scale); cairo_region_t *gregionfromxpm(const char **data, int flop, float scale); extern void xpm_set_color(char **data, char ***out, int *lines, const char *color); extern void xpm_destroy(char **data); extern int xpmtobits(char *xpm[],unsigned char **bitsreturn, int *wreturn, int *hreturn, int *lreturn); extern void xpm_print(char **xpm); xsnow-3.3.2/src/ixpm.c0000644000175000017500000002251414140766434011543 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "ixpm.h" #include "debug.h" #include "utils.h" // from the xpm package: static void xpmCreatePixmapFromImage( Display *display, Drawable d, XImage *ximage, Pixmap *pixmap_return) { GC gc; XGCValues values; *pixmap_return = XCreatePixmap(display, d, ximage->width, ximage->height, ximage->depth); /* set fg and bg in case we have an XYBitmap */ values.foreground = 1; values.background = 0; gc = XCreateGC(display, *pixmap_return, GCForeground | GCBackground, &values); XPutImage(display, *pixmap_return, gc, ximage, 0, 0, 0, 0, ximage->width, ximage->height); XFreeGC(display, gc); } void paintit(XImage *img, long int color) { int x,y; for (y=0; yheight; y++) for (x=0; xwidth; x++) { XPutPixel(img, x,y,color); } } // reverse characters in string, characters taken in chunks of l // if you know what I mean static void strrevert(char*s, size_t l) { assert(l>0); size_t n = strlen(s)/l; size_t i; char *c = (char *)malloc(l*sizeof(*c)); char *a = s; char *b = s+strlen(s)-l; for (i=0; i0); idata = (char **)malloc(lines*sizeof(*idata)); for (i=0; i (size_t)cpp + 6) { sscanf(xpm[i]+cpp,"%*s %100s",s); if(!strcasecmp(s,"none")) { free(code); code = strndup(xpm[i],cpp); break; } } } int y; unsigned char c = 0; int j = 0; if (is_little_endian()) for (y=0; y>= 1; if (cpp*x + cpp <= l) { if (strncmp(s+cpp*x,code,cpp)) c |= 0x80; } k++; if (k == 8) { bits[j++] = c; k = 0; } } if (k) bits[j++] = c>>(8-k); } else for (y=0; y0); *out = (char**)malloc(sizeof(char *)*(n+3)); char **x = *out; int j; for (j=0; j<2; j++) x[j] = strdup(data[j]); x[2] = (char *)malloc(5+strlen(color)); x[2][0] = '\0'; strcat(x[2],". c "); strcat(x[2],color); P("c: [%s]\n",x[2]); for (j=3; j&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : games_PROGRAMS = xsnow$(EXEEXT) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(man6dir)" \ "$(DESTDIR)$(appicondir)" "$(DESTDIR)$(desktopdir)" PROGRAMS = $(games_PROGRAMS) am_xsnow_OBJECTS = xsnow-clocks.$(OBJEXT) xsnow-ixpm.$(OBJEXT) \ xsnow-main.$(OBJEXT) xsnow-fallensnow.$(OBJEXT) \ xsnow-wmctrl.$(OBJEXT) xsnow-docs.$(OBJEXT) \ xsnow-pixmaps.$(OBJEXT) xsnow-windows.$(OBJEXT) \ xsnow-flags.$(OBJEXT) xsnow-csvpos.$(OBJEXT) \ xsnow-dsimple.$(OBJEXT) xsnow-clientwin.$(OBJEXT) \ xsnow-ui.$(OBJEXT) xsnow-mainstub.$(OBJEXT) \ xsnow-birds.$(OBJEXT) xsnow-kdtree.$(OBJEXT) \ xsnow-hashtable.$(OBJEXT) xsnow-Santa.$(OBJEXT) \ xsnow-utils.$(OBJEXT) xsnow-scenery.$(OBJEXT) \ xsnow-snow.$(OBJEXT) xsnow-meteo.$(OBJEXT) \ xsnow-wind.$(OBJEXT) xsnow-stars.$(OBJEXT) \ xsnow-blowoff.$(OBJEXT) xsnow-treesnow.$(OBJEXT) \ xsnow-loadmeasure.$(OBJEXT) xsnow-moon.$(OBJEXT) \ xsnow-transwindow.$(OBJEXT) nodist_xsnow_OBJECTS = xsnow_OBJECTS = $(am_xsnow_OBJECTS) $(nodist_xsnow_OBJECTS) am__DEPENDENCIES_1 = xsnow_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/xsnow-Santa.Po \ ./$(DEPDIR)/xsnow-birds.Po ./$(DEPDIR)/xsnow-blowoff.Po \ ./$(DEPDIR)/xsnow-clientwin.Po ./$(DEPDIR)/xsnow-clocks.Po \ ./$(DEPDIR)/xsnow-csvpos.Po ./$(DEPDIR)/xsnow-docs.Po \ ./$(DEPDIR)/xsnow-dsimple.Po ./$(DEPDIR)/xsnow-fallensnow.Po \ ./$(DEPDIR)/xsnow-flags.Po ./$(DEPDIR)/xsnow-hashtable.Po \ ./$(DEPDIR)/xsnow-ixpm.Po ./$(DEPDIR)/xsnow-kdtree.Po \ ./$(DEPDIR)/xsnow-loadmeasure.Po ./$(DEPDIR)/xsnow-main.Po \ ./$(DEPDIR)/xsnow-mainstub.Po ./$(DEPDIR)/xsnow-meteo.Po \ ./$(DEPDIR)/xsnow-moon.Po ./$(DEPDIR)/xsnow-pixmaps.Po \ ./$(DEPDIR)/xsnow-scenery.Po ./$(DEPDIR)/xsnow-snow.Po \ ./$(DEPDIR)/xsnow-stars.Po ./$(DEPDIR)/xsnow-transwindow.Po \ ./$(DEPDIR)/xsnow-treesnow.Po ./$(DEPDIR)/xsnow-ui.Po \ ./$(DEPDIR)/xsnow-utils.Po ./$(DEPDIR)/xsnow-wind.Po \ ./$(DEPDIR)/xsnow-windows.Po ./$(DEPDIR)/xsnow-wmctrl.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(xsnow_SOURCES) $(nodist_xsnow_SOURCES) DIST_SOURCES = $(xsnow_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man6dir = $(mandir)/man6 NROFF = nroff MANS = $(man6_MANS) DATA = $(appicon_DATA) $(desktop_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ X11_CFLAGS = @X11_CFLAGS@ X11_LIBS = @X11_LIBS@ XMKMF = @XMKMF@ XML_CFLAGS = @XML_CFLAGS@ XML_LIBS = @XML_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# SUBDIRS = Pixmaps gamesdir = $(exec_prefix)/games xsnow_CPPFLAGS = $(XML_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS) xsnow_LDADD = $(XML_LIBS) $(GTK_LIBS) $(X11_LIBS) xsnow_SOURCES = clocks.c ixpm.c main.c fallensnow.c wmctrl.c docs.c \ clocks.h ixpm.h docs.h fallensnow.h pixmaps.h \ pixmaps.c version.h wmctrl.h xsnow.h windows.c windows.h\ flags.c flags.h csvpos.c csvpos.h \ dsimple.c dsimple.h clientwin.c clientwin.h \ test1.sh xsnow.desktop \ doit.h ui.c ui.h ui.xml \ debug.h \ mainstub.cpp mainstub.h \ birds.c kdtree.c birds.h kdtree.h birdglobals.h doitb.h \ hashtable.cpp hashtable.h \ Santa.c Santa.h utils.c utils.h \ scenery.c scenery.h snow.c snow.h \ meteo.c meteo.h wind.c wind.h \ stars.c stars.h blowoff.c blowoff.h \ treesnow.c treesnow.h loadmeasure.c loadmeasure.h \ snow_includes.h vroot.h \ moon.c moon.h buttons.h undefall.inc \ transwindow.c transwindow.h nodist_xsnow_SOURCES = ui_xml.h snow_includes.h BUILT_SOURCES = ui_xml.h snow_includes.h EXTRA_DIST = gen_snow_includes.sh gen_ui_xml.sh TESTS = test1.sh desktopdir = $(datadir)/applications desktop_DATA = xsnow.desktop appicondir = $(datadir)/pixmaps appicon_DATA = Pixmaps/xsnow.svg man6_MANS = xsnow.6 CLEANFILES = xsnow.6 ui_xml.h snow_includes.h .deps/* xsnow_out_2 xsnow_out_3 all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .cpp .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-gamesPROGRAMS: $(games_PROGRAMS) @$(NORMAL_INSTALL) @list='$(games_PROGRAMS)'; test -n "$(gamesdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(gamesdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(gamesdir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(gamesdir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(gamesdir)$$dir" || exit $$?; \ } \ ; done uninstall-gamesPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(games_PROGRAMS)'; test -n "$(gamesdir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(gamesdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(gamesdir)" && rm -f $$files clean-gamesPROGRAMS: -test -z "$(games_PROGRAMS)" || rm -f $(games_PROGRAMS) xsnow$(EXEEXT): $(xsnow_OBJECTS) $(xsnow_DEPENDENCIES) $(EXTRA_xsnow_DEPENDENCIES) @rm -f xsnow$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(xsnow_OBJECTS) $(xsnow_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-Santa.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-birds.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-blowoff.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-clientwin.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-clocks.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-csvpos.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-docs.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-dsimple.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-fallensnow.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-flags.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-hashtable.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-ixpm.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-kdtree.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-loadmeasure.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-main.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-mainstub.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-meteo.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-moon.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-pixmaps.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-scenery.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-snow.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-stars.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-transwindow.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-treesnow.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-ui.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-utils.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-wind.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-windows.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsnow-wmctrl.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` xsnow-clocks.o: clocks.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-clocks.o -MD -MP -MF $(DEPDIR)/xsnow-clocks.Tpo -c -o xsnow-clocks.o `test -f 'clocks.c' || echo '$(srcdir)/'`clocks.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-clocks.Tpo $(DEPDIR)/xsnow-clocks.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='clocks.c' object='xsnow-clocks.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-clocks.o `test -f 'clocks.c' || echo '$(srcdir)/'`clocks.c xsnow-clocks.obj: clocks.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-clocks.obj -MD -MP -MF $(DEPDIR)/xsnow-clocks.Tpo -c -o xsnow-clocks.obj `if test -f 'clocks.c'; then $(CYGPATH_W) 'clocks.c'; else $(CYGPATH_W) '$(srcdir)/clocks.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-clocks.Tpo $(DEPDIR)/xsnow-clocks.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='clocks.c' object='xsnow-clocks.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-clocks.obj `if test -f 'clocks.c'; then $(CYGPATH_W) 'clocks.c'; else $(CYGPATH_W) '$(srcdir)/clocks.c'; fi` xsnow-ixpm.o: ixpm.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-ixpm.o -MD -MP -MF $(DEPDIR)/xsnow-ixpm.Tpo -c -o xsnow-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-ixpm.Tpo $(DEPDIR)/xsnow-ixpm.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xsnow-ixpm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c xsnow-ixpm.obj: ixpm.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-ixpm.obj -MD -MP -MF $(DEPDIR)/xsnow-ixpm.Tpo -c -o xsnow-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-ixpm.Tpo $(DEPDIR)/xsnow-ixpm.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xsnow-ixpm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` xsnow-main.o: main.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-main.o -MD -MP -MF $(DEPDIR)/xsnow-main.Tpo -c -o xsnow-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-main.Tpo $(DEPDIR)/xsnow-main.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xsnow-main.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c xsnow-main.obj: main.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-main.obj -MD -MP -MF $(DEPDIR)/xsnow-main.Tpo -c -o xsnow-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-main.Tpo $(DEPDIR)/xsnow-main.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xsnow-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` xsnow-fallensnow.o: fallensnow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-fallensnow.o -MD -MP -MF $(DEPDIR)/xsnow-fallensnow.Tpo -c -o xsnow-fallensnow.o `test -f 'fallensnow.c' || echo '$(srcdir)/'`fallensnow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-fallensnow.Tpo $(DEPDIR)/xsnow-fallensnow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fallensnow.c' object='xsnow-fallensnow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-fallensnow.o `test -f 'fallensnow.c' || echo '$(srcdir)/'`fallensnow.c xsnow-fallensnow.obj: fallensnow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-fallensnow.obj -MD -MP -MF $(DEPDIR)/xsnow-fallensnow.Tpo -c -o xsnow-fallensnow.obj `if test -f 'fallensnow.c'; then $(CYGPATH_W) 'fallensnow.c'; else $(CYGPATH_W) '$(srcdir)/fallensnow.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-fallensnow.Tpo $(DEPDIR)/xsnow-fallensnow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fallensnow.c' object='xsnow-fallensnow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-fallensnow.obj `if test -f 'fallensnow.c'; then $(CYGPATH_W) 'fallensnow.c'; else $(CYGPATH_W) '$(srcdir)/fallensnow.c'; fi` xsnow-wmctrl.o: wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-wmctrl.o -MD -MP -MF $(DEPDIR)/xsnow-wmctrl.Tpo -c -o xsnow-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-wmctrl.Tpo $(DEPDIR)/xsnow-wmctrl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xsnow-wmctrl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c xsnow-wmctrl.obj: wmctrl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-wmctrl.obj -MD -MP -MF $(DEPDIR)/xsnow-wmctrl.Tpo -c -o xsnow-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-wmctrl.Tpo $(DEPDIR)/xsnow-wmctrl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xsnow-wmctrl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` xsnow-docs.o: docs.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-docs.o -MD -MP -MF $(DEPDIR)/xsnow-docs.Tpo -c -o xsnow-docs.o `test -f 'docs.c' || echo '$(srcdir)/'`docs.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-docs.Tpo $(DEPDIR)/xsnow-docs.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='docs.c' object='xsnow-docs.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-docs.o `test -f 'docs.c' || echo '$(srcdir)/'`docs.c xsnow-docs.obj: docs.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-docs.obj -MD -MP -MF $(DEPDIR)/xsnow-docs.Tpo -c -o xsnow-docs.obj `if test -f 'docs.c'; then $(CYGPATH_W) 'docs.c'; else $(CYGPATH_W) '$(srcdir)/docs.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-docs.Tpo $(DEPDIR)/xsnow-docs.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='docs.c' object='xsnow-docs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-docs.obj `if test -f 'docs.c'; then $(CYGPATH_W) 'docs.c'; else $(CYGPATH_W) '$(srcdir)/docs.c'; fi` xsnow-pixmaps.o: pixmaps.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-pixmaps.o -MD -MP -MF $(DEPDIR)/xsnow-pixmaps.Tpo -c -o xsnow-pixmaps.o `test -f 'pixmaps.c' || echo '$(srcdir)/'`pixmaps.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-pixmaps.Tpo $(DEPDIR)/xsnow-pixmaps.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pixmaps.c' object='xsnow-pixmaps.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-pixmaps.o `test -f 'pixmaps.c' || echo '$(srcdir)/'`pixmaps.c xsnow-pixmaps.obj: pixmaps.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-pixmaps.obj -MD -MP -MF $(DEPDIR)/xsnow-pixmaps.Tpo -c -o xsnow-pixmaps.obj `if test -f 'pixmaps.c'; then $(CYGPATH_W) 'pixmaps.c'; else $(CYGPATH_W) '$(srcdir)/pixmaps.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-pixmaps.Tpo $(DEPDIR)/xsnow-pixmaps.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pixmaps.c' object='xsnow-pixmaps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-pixmaps.obj `if test -f 'pixmaps.c'; then $(CYGPATH_W) 'pixmaps.c'; else $(CYGPATH_W) '$(srcdir)/pixmaps.c'; fi` xsnow-windows.o: windows.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-windows.o -MD -MP -MF $(DEPDIR)/xsnow-windows.Tpo -c -o xsnow-windows.o `test -f 'windows.c' || echo '$(srcdir)/'`windows.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-windows.Tpo $(DEPDIR)/xsnow-windows.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='windows.c' object='xsnow-windows.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-windows.o `test -f 'windows.c' || echo '$(srcdir)/'`windows.c xsnow-windows.obj: windows.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-windows.obj -MD -MP -MF $(DEPDIR)/xsnow-windows.Tpo -c -o xsnow-windows.obj `if test -f 'windows.c'; then $(CYGPATH_W) 'windows.c'; else $(CYGPATH_W) '$(srcdir)/windows.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-windows.Tpo $(DEPDIR)/xsnow-windows.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='windows.c' object='xsnow-windows.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-windows.obj `if test -f 'windows.c'; then $(CYGPATH_W) 'windows.c'; else $(CYGPATH_W) '$(srcdir)/windows.c'; fi` xsnow-flags.o: flags.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-flags.o -MD -MP -MF $(DEPDIR)/xsnow-flags.Tpo -c -o xsnow-flags.o `test -f 'flags.c' || echo '$(srcdir)/'`flags.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-flags.Tpo $(DEPDIR)/xsnow-flags.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='flags.c' object='xsnow-flags.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-flags.o `test -f 'flags.c' || echo '$(srcdir)/'`flags.c xsnow-flags.obj: flags.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-flags.obj -MD -MP -MF $(DEPDIR)/xsnow-flags.Tpo -c -o xsnow-flags.obj `if test -f 'flags.c'; then $(CYGPATH_W) 'flags.c'; else $(CYGPATH_W) '$(srcdir)/flags.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-flags.Tpo $(DEPDIR)/xsnow-flags.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='flags.c' object='xsnow-flags.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-flags.obj `if test -f 'flags.c'; then $(CYGPATH_W) 'flags.c'; else $(CYGPATH_W) '$(srcdir)/flags.c'; fi` xsnow-csvpos.o: csvpos.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-csvpos.o -MD -MP -MF $(DEPDIR)/xsnow-csvpos.Tpo -c -o xsnow-csvpos.o `test -f 'csvpos.c' || echo '$(srcdir)/'`csvpos.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-csvpos.Tpo $(DEPDIR)/xsnow-csvpos.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='csvpos.c' object='xsnow-csvpos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-csvpos.o `test -f 'csvpos.c' || echo '$(srcdir)/'`csvpos.c xsnow-csvpos.obj: csvpos.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-csvpos.obj -MD -MP -MF $(DEPDIR)/xsnow-csvpos.Tpo -c -o xsnow-csvpos.obj `if test -f 'csvpos.c'; then $(CYGPATH_W) 'csvpos.c'; else $(CYGPATH_W) '$(srcdir)/csvpos.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-csvpos.Tpo $(DEPDIR)/xsnow-csvpos.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='csvpos.c' object='xsnow-csvpos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-csvpos.obj `if test -f 'csvpos.c'; then $(CYGPATH_W) 'csvpos.c'; else $(CYGPATH_W) '$(srcdir)/csvpos.c'; fi` xsnow-dsimple.o: dsimple.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-dsimple.o -MD -MP -MF $(DEPDIR)/xsnow-dsimple.Tpo -c -o xsnow-dsimple.o `test -f 'dsimple.c' || echo '$(srcdir)/'`dsimple.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-dsimple.Tpo $(DEPDIR)/xsnow-dsimple.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dsimple.c' object='xsnow-dsimple.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-dsimple.o `test -f 'dsimple.c' || echo '$(srcdir)/'`dsimple.c xsnow-dsimple.obj: dsimple.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-dsimple.obj -MD -MP -MF $(DEPDIR)/xsnow-dsimple.Tpo -c -o xsnow-dsimple.obj `if test -f 'dsimple.c'; then $(CYGPATH_W) 'dsimple.c'; else $(CYGPATH_W) '$(srcdir)/dsimple.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-dsimple.Tpo $(DEPDIR)/xsnow-dsimple.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dsimple.c' object='xsnow-dsimple.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-dsimple.obj `if test -f 'dsimple.c'; then $(CYGPATH_W) 'dsimple.c'; else $(CYGPATH_W) '$(srcdir)/dsimple.c'; fi` xsnow-clientwin.o: clientwin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-clientwin.o -MD -MP -MF $(DEPDIR)/xsnow-clientwin.Tpo -c -o xsnow-clientwin.o `test -f 'clientwin.c' || echo '$(srcdir)/'`clientwin.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-clientwin.Tpo $(DEPDIR)/xsnow-clientwin.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='clientwin.c' object='xsnow-clientwin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-clientwin.o `test -f 'clientwin.c' || echo '$(srcdir)/'`clientwin.c xsnow-clientwin.obj: clientwin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-clientwin.obj -MD -MP -MF $(DEPDIR)/xsnow-clientwin.Tpo -c -o xsnow-clientwin.obj `if test -f 'clientwin.c'; then $(CYGPATH_W) 'clientwin.c'; else $(CYGPATH_W) '$(srcdir)/clientwin.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-clientwin.Tpo $(DEPDIR)/xsnow-clientwin.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='clientwin.c' object='xsnow-clientwin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-clientwin.obj `if test -f 'clientwin.c'; then $(CYGPATH_W) 'clientwin.c'; else $(CYGPATH_W) '$(srcdir)/clientwin.c'; fi` xsnow-ui.o: ui.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-ui.o -MD -MP -MF $(DEPDIR)/xsnow-ui.Tpo -c -o xsnow-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-ui.Tpo $(DEPDIR)/xsnow-ui.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xsnow-ui.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c xsnow-ui.obj: ui.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-ui.obj -MD -MP -MF $(DEPDIR)/xsnow-ui.Tpo -c -o xsnow-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-ui.Tpo $(DEPDIR)/xsnow-ui.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xsnow-ui.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` xsnow-birds.o: birds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-birds.o -MD -MP -MF $(DEPDIR)/xsnow-birds.Tpo -c -o xsnow-birds.o `test -f 'birds.c' || echo '$(srcdir)/'`birds.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-birds.Tpo $(DEPDIR)/xsnow-birds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='birds.c' object='xsnow-birds.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-birds.o `test -f 'birds.c' || echo '$(srcdir)/'`birds.c xsnow-birds.obj: birds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-birds.obj -MD -MP -MF $(DEPDIR)/xsnow-birds.Tpo -c -o xsnow-birds.obj `if test -f 'birds.c'; then $(CYGPATH_W) 'birds.c'; else $(CYGPATH_W) '$(srcdir)/birds.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-birds.Tpo $(DEPDIR)/xsnow-birds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='birds.c' object='xsnow-birds.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-birds.obj `if test -f 'birds.c'; then $(CYGPATH_W) 'birds.c'; else $(CYGPATH_W) '$(srcdir)/birds.c'; fi` xsnow-kdtree.o: kdtree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-kdtree.o -MD -MP -MF $(DEPDIR)/xsnow-kdtree.Tpo -c -o xsnow-kdtree.o `test -f 'kdtree.c' || echo '$(srcdir)/'`kdtree.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-kdtree.Tpo $(DEPDIR)/xsnow-kdtree.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kdtree.c' object='xsnow-kdtree.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-kdtree.o `test -f 'kdtree.c' || echo '$(srcdir)/'`kdtree.c xsnow-kdtree.obj: kdtree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-kdtree.obj -MD -MP -MF $(DEPDIR)/xsnow-kdtree.Tpo -c -o xsnow-kdtree.obj `if test -f 'kdtree.c'; then $(CYGPATH_W) 'kdtree.c'; else $(CYGPATH_W) '$(srcdir)/kdtree.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-kdtree.Tpo $(DEPDIR)/xsnow-kdtree.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kdtree.c' object='xsnow-kdtree.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-kdtree.obj `if test -f 'kdtree.c'; then $(CYGPATH_W) 'kdtree.c'; else $(CYGPATH_W) '$(srcdir)/kdtree.c'; fi` xsnow-Santa.o: Santa.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-Santa.o -MD -MP -MF $(DEPDIR)/xsnow-Santa.Tpo -c -o xsnow-Santa.o `test -f 'Santa.c' || echo '$(srcdir)/'`Santa.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-Santa.Tpo $(DEPDIR)/xsnow-Santa.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Santa.c' object='xsnow-Santa.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-Santa.o `test -f 'Santa.c' || echo '$(srcdir)/'`Santa.c xsnow-Santa.obj: Santa.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-Santa.obj -MD -MP -MF $(DEPDIR)/xsnow-Santa.Tpo -c -o xsnow-Santa.obj `if test -f 'Santa.c'; then $(CYGPATH_W) 'Santa.c'; else $(CYGPATH_W) '$(srcdir)/Santa.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-Santa.Tpo $(DEPDIR)/xsnow-Santa.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='Santa.c' object='xsnow-Santa.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-Santa.obj `if test -f 'Santa.c'; then $(CYGPATH_W) 'Santa.c'; else $(CYGPATH_W) '$(srcdir)/Santa.c'; fi` xsnow-utils.o: utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-utils.o -MD -MP -MF $(DEPDIR)/xsnow-utils.Tpo -c -o xsnow-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-utils.Tpo $(DEPDIR)/xsnow-utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xsnow-utils.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c xsnow-utils.obj: utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-utils.obj -MD -MP -MF $(DEPDIR)/xsnow-utils.Tpo -c -o xsnow-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-utils.Tpo $(DEPDIR)/xsnow-utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xsnow-utils.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` xsnow-scenery.o: scenery.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-scenery.o -MD -MP -MF $(DEPDIR)/xsnow-scenery.Tpo -c -o xsnow-scenery.o `test -f 'scenery.c' || echo '$(srcdir)/'`scenery.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-scenery.Tpo $(DEPDIR)/xsnow-scenery.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scenery.c' object='xsnow-scenery.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-scenery.o `test -f 'scenery.c' || echo '$(srcdir)/'`scenery.c xsnow-scenery.obj: scenery.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-scenery.obj -MD -MP -MF $(DEPDIR)/xsnow-scenery.Tpo -c -o xsnow-scenery.obj `if test -f 'scenery.c'; then $(CYGPATH_W) 'scenery.c'; else $(CYGPATH_W) '$(srcdir)/scenery.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-scenery.Tpo $(DEPDIR)/xsnow-scenery.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scenery.c' object='xsnow-scenery.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-scenery.obj `if test -f 'scenery.c'; then $(CYGPATH_W) 'scenery.c'; else $(CYGPATH_W) '$(srcdir)/scenery.c'; fi` xsnow-snow.o: snow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-snow.o -MD -MP -MF $(DEPDIR)/xsnow-snow.Tpo -c -o xsnow-snow.o `test -f 'snow.c' || echo '$(srcdir)/'`snow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-snow.Tpo $(DEPDIR)/xsnow-snow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='snow.c' object='xsnow-snow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-snow.o `test -f 'snow.c' || echo '$(srcdir)/'`snow.c xsnow-snow.obj: snow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-snow.obj -MD -MP -MF $(DEPDIR)/xsnow-snow.Tpo -c -o xsnow-snow.obj `if test -f 'snow.c'; then $(CYGPATH_W) 'snow.c'; else $(CYGPATH_W) '$(srcdir)/snow.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-snow.Tpo $(DEPDIR)/xsnow-snow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='snow.c' object='xsnow-snow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-snow.obj `if test -f 'snow.c'; then $(CYGPATH_W) 'snow.c'; else $(CYGPATH_W) '$(srcdir)/snow.c'; fi` xsnow-meteo.o: meteo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-meteo.o -MD -MP -MF $(DEPDIR)/xsnow-meteo.Tpo -c -o xsnow-meteo.o `test -f 'meteo.c' || echo '$(srcdir)/'`meteo.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-meteo.Tpo $(DEPDIR)/xsnow-meteo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='meteo.c' object='xsnow-meteo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-meteo.o `test -f 'meteo.c' || echo '$(srcdir)/'`meteo.c xsnow-meteo.obj: meteo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-meteo.obj -MD -MP -MF $(DEPDIR)/xsnow-meteo.Tpo -c -o xsnow-meteo.obj `if test -f 'meteo.c'; then $(CYGPATH_W) 'meteo.c'; else $(CYGPATH_W) '$(srcdir)/meteo.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-meteo.Tpo $(DEPDIR)/xsnow-meteo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='meteo.c' object='xsnow-meteo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-meteo.obj `if test -f 'meteo.c'; then $(CYGPATH_W) 'meteo.c'; else $(CYGPATH_W) '$(srcdir)/meteo.c'; fi` xsnow-wind.o: wind.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-wind.o -MD -MP -MF $(DEPDIR)/xsnow-wind.Tpo -c -o xsnow-wind.o `test -f 'wind.c' || echo '$(srcdir)/'`wind.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-wind.Tpo $(DEPDIR)/xsnow-wind.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wind.c' object='xsnow-wind.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-wind.o `test -f 'wind.c' || echo '$(srcdir)/'`wind.c xsnow-wind.obj: wind.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-wind.obj -MD -MP -MF $(DEPDIR)/xsnow-wind.Tpo -c -o xsnow-wind.obj `if test -f 'wind.c'; then $(CYGPATH_W) 'wind.c'; else $(CYGPATH_W) '$(srcdir)/wind.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-wind.Tpo $(DEPDIR)/xsnow-wind.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wind.c' object='xsnow-wind.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-wind.obj `if test -f 'wind.c'; then $(CYGPATH_W) 'wind.c'; else $(CYGPATH_W) '$(srcdir)/wind.c'; fi` xsnow-stars.o: stars.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-stars.o -MD -MP -MF $(DEPDIR)/xsnow-stars.Tpo -c -o xsnow-stars.o `test -f 'stars.c' || echo '$(srcdir)/'`stars.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-stars.Tpo $(DEPDIR)/xsnow-stars.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stars.c' object='xsnow-stars.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-stars.o `test -f 'stars.c' || echo '$(srcdir)/'`stars.c xsnow-stars.obj: stars.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-stars.obj -MD -MP -MF $(DEPDIR)/xsnow-stars.Tpo -c -o xsnow-stars.obj `if test -f 'stars.c'; then $(CYGPATH_W) 'stars.c'; else $(CYGPATH_W) '$(srcdir)/stars.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-stars.Tpo $(DEPDIR)/xsnow-stars.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stars.c' object='xsnow-stars.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-stars.obj `if test -f 'stars.c'; then $(CYGPATH_W) 'stars.c'; else $(CYGPATH_W) '$(srcdir)/stars.c'; fi` xsnow-blowoff.o: blowoff.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-blowoff.o -MD -MP -MF $(DEPDIR)/xsnow-blowoff.Tpo -c -o xsnow-blowoff.o `test -f 'blowoff.c' || echo '$(srcdir)/'`blowoff.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-blowoff.Tpo $(DEPDIR)/xsnow-blowoff.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='blowoff.c' object='xsnow-blowoff.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-blowoff.o `test -f 'blowoff.c' || echo '$(srcdir)/'`blowoff.c xsnow-blowoff.obj: blowoff.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-blowoff.obj -MD -MP -MF $(DEPDIR)/xsnow-blowoff.Tpo -c -o xsnow-blowoff.obj `if test -f 'blowoff.c'; then $(CYGPATH_W) 'blowoff.c'; else $(CYGPATH_W) '$(srcdir)/blowoff.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-blowoff.Tpo $(DEPDIR)/xsnow-blowoff.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='blowoff.c' object='xsnow-blowoff.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-blowoff.obj `if test -f 'blowoff.c'; then $(CYGPATH_W) 'blowoff.c'; else $(CYGPATH_W) '$(srcdir)/blowoff.c'; fi` xsnow-treesnow.o: treesnow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-treesnow.o -MD -MP -MF $(DEPDIR)/xsnow-treesnow.Tpo -c -o xsnow-treesnow.o `test -f 'treesnow.c' || echo '$(srcdir)/'`treesnow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-treesnow.Tpo $(DEPDIR)/xsnow-treesnow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='treesnow.c' object='xsnow-treesnow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-treesnow.o `test -f 'treesnow.c' || echo '$(srcdir)/'`treesnow.c xsnow-treesnow.obj: treesnow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-treesnow.obj -MD -MP -MF $(DEPDIR)/xsnow-treesnow.Tpo -c -o xsnow-treesnow.obj `if test -f 'treesnow.c'; then $(CYGPATH_W) 'treesnow.c'; else $(CYGPATH_W) '$(srcdir)/treesnow.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-treesnow.Tpo $(DEPDIR)/xsnow-treesnow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='treesnow.c' object='xsnow-treesnow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-treesnow.obj `if test -f 'treesnow.c'; then $(CYGPATH_W) 'treesnow.c'; else $(CYGPATH_W) '$(srcdir)/treesnow.c'; fi` xsnow-loadmeasure.o: loadmeasure.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-loadmeasure.o -MD -MP -MF $(DEPDIR)/xsnow-loadmeasure.Tpo -c -o xsnow-loadmeasure.o `test -f 'loadmeasure.c' || echo '$(srcdir)/'`loadmeasure.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-loadmeasure.Tpo $(DEPDIR)/xsnow-loadmeasure.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='loadmeasure.c' object='xsnow-loadmeasure.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-loadmeasure.o `test -f 'loadmeasure.c' || echo '$(srcdir)/'`loadmeasure.c xsnow-loadmeasure.obj: loadmeasure.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-loadmeasure.obj -MD -MP -MF $(DEPDIR)/xsnow-loadmeasure.Tpo -c -o xsnow-loadmeasure.obj `if test -f 'loadmeasure.c'; then $(CYGPATH_W) 'loadmeasure.c'; else $(CYGPATH_W) '$(srcdir)/loadmeasure.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-loadmeasure.Tpo $(DEPDIR)/xsnow-loadmeasure.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='loadmeasure.c' object='xsnow-loadmeasure.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-loadmeasure.obj `if test -f 'loadmeasure.c'; then $(CYGPATH_W) 'loadmeasure.c'; else $(CYGPATH_W) '$(srcdir)/loadmeasure.c'; fi` xsnow-moon.o: moon.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-moon.o -MD -MP -MF $(DEPDIR)/xsnow-moon.Tpo -c -o xsnow-moon.o `test -f 'moon.c' || echo '$(srcdir)/'`moon.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-moon.Tpo $(DEPDIR)/xsnow-moon.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='moon.c' object='xsnow-moon.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-moon.o `test -f 'moon.c' || echo '$(srcdir)/'`moon.c xsnow-moon.obj: moon.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-moon.obj -MD -MP -MF $(DEPDIR)/xsnow-moon.Tpo -c -o xsnow-moon.obj `if test -f 'moon.c'; then $(CYGPATH_W) 'moon.c'; else $(CYGPATH_W) '$(srcdir)/moon.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-moon.Tpo $(DEPDIR)/xsnow-moon.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='moon.c' object='xsnow-moon.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-moon.obj `if test -f 'moon.c'; then $(CYGPATH_W) 'moon.c'; else $(CYGPATH_W) '$(srcdir)/moon.c'; fi` xsnow-transwindow.o: transwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-transwindow.o -MD -MP -MF $(DEPDIR)/xsnow-transwindow.Tpo -c -o xsnow-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-transwindow.Tpo $(DEPDIR)/xsnow-transwindow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xsnow-transwindow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c xsnow-transwindow.obj: transwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsnow-transwindow.obj -MD -MP -MF $(DEPDIR)/xsnow-transwindow.Tpo -c -o xsnow-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-transwindow.Tpo $(DEPDIR)/xsnow-transwindow.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xsnow-transwindow.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsnow-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` xsnow-mainstub.o: mainstub.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xsnow-mainstub.o -MD -MP -MF $(DEPDIR)/xsnow-mainstub.Tpo -c -o xsnow-mainstub.o `test -f 'mainstub.cpp' || echo '$(srcdir)/'`mainstub.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-mainstub.Tpo $(DEPDIR)/xsnow-mainstub.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mainstub.cpp' object='xsnow-mainstub.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xsnow-mainstub.o `test -f 'mainstub.cpp' || echo '$(srcdir)/'`mainstub.cpp xsnow-mainstub.obj: mainstub.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xsnow-mainstub.obj -MD -MP -MF $(DEPDIR)/xsnow-mainstub.Tpo -c -o xsnow-mainstub.obj `if test -f 'mainstub.cpp'; then $(CYGPATH_W) 'mainstub.cpp'; else $(CYGPATH_W) '$(srcdir)/mainstub.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-mainstub.Tpo $(DEPDIR)/xsnow-mainstub.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='mainstub.cpp' object='xsnow-mainstub.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xsnow-mainstub.obj `if test -f 'mainstub.cpp'; then $(CYGPATH_W) 'mainstub.cpp'; else $(CYGPATH_W) '$(srcdir)/mainstub.cpp'; fi` xsnow-hashtable.o: hashtable.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xsnow-hashtable.o -MD -MP -MF $(DEPDIR)/xsnow-hashtable.Tpo -c -o xsnow-hashtable.o `test -f 'hashtable.cpp' || echo '$(srcdir)/'`hashtable.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-hashtable.Tpo $(DEPDIR)/xsnow-hashtable.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hashtable.cpp' object='xsnow-hashtable.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xsnow-hashtable.o `test -f 'hashtable.cpp' || echo '$(srcdir)/'`hashtable.cpp xsnow-hashtable.obj: hashtable.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xsnow-hashtable.obj -MD -MP -MF $(DEPDIR)/xsnow-hashtable.Tpo -c -o xsnow-hashtable.obj `if test -f 'hashtable.cpp'; then $(CYGPATH_W) 'hashtable.cpp'; else $(CYGPATH_W) '$(srcdir)/hashtable.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsnow-hashtable.Tpo $(DEPDIR)/xsnow-hashtable.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='hashtable.cpp' object='xsnow-hashtable.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xsnow_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xsnow-hashtable.obj `if test -f 'hashtable.cpp'; then $(CYGPATH_W) 'hashtable.cpp'; else $(CYGPATH_W) '$(srcdir)/hashtable.cpp'; fi` install-man6: $(man6_MANS) @$(NORMAL_INSTALL) @list1='$(man6_MANS)'; \ list2=''; \ test -n "$(man6dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man6dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man6dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.6[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man6dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man6dir)" || exit $$?; }; \ done; } uninstall-man6: @$(NORMAL_UNINSTALL) @list='$(man6_MANS)'; test -n "$(man6dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir) install-appiconDATA: $(appicon_DATA) @$(NORMAL_INSTALL) @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(appicondir)'"; \ $(MKDIR_P) "$(DESTDIR)$(appicondir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appicondir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(appicondir)" || exit $$?; \ done uninstall-appiconDATA: @$(NORMAL_UNINSTALL) @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ done uninstall-desktopDATA: @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? test1.sh.log: test1.sh @p='test1.sh'; \ b='test1.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(appicondir)" "$(DESTDIR)$(desktopdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-recursive clean-am: clean-gamesPROGRAMS clean-generic mostlyclean-am distclean: distclean-recursive -rm -f ./$(DEPDIR)/xsnow-Santa.Po -rm -f ./$(DEPDIR)/xsnow-birds.Po -rm -f ./$(DEPDIR)/xsnow-blowoff.Po -rm -f ./$(DEPDIR)/xsnow-clientwin.Po -rm -f ./$(DEPDIR)/xsnow-clocks.Po -rm -f ./$(DEPDIR)/xsnow-csvpos.Po -rm -f ./$(DEPDIR)/xsnow-docs.Po -rm -f ./$(DEPDIR)/xsnow-dsimple.Po -rm -f ./$(DEPDIR)/xsnow-fallensnow.Po -rm -f ./$(DEPDIR)/xsnow-flags.Po -rm -f ./$(DEPDIR)/xsnow-hashtable.Po -rm -f ./$(DEPDIR)/xsnow-ixpm.Po -rm -f ./$(DEPDIR)/xsnow-kdtree.Po -rm -f ./$(DEPDIR)/xsnow-loadmeasure.Po -rm -f ./$(DEPDIR)/xsnow-main.Po -rm -f ./$(DEPDIR)/xsnow-mainstub.Po -rm -f ./$(DEPDIR)/xsnow-meteo.Po -rm -f ./$(DEPDIR)/xsnow-moon.Po -rm -f ./$(DEPDIR)/xsnow-pixmaps.Po -rm -f ./$(DEPDIR)/xsnow-scenery.Po -rm -f ./$(DEPDIR)/xsnow-snow.Po -rm -f ./$(DEPDIR)/xsnow-stars.Po -rm -f ./$(DEPDIR)/xsnow-transwindow.Po -rm -f ./$(DEPDIR)/xsnow-treesnow.Po -rm -f ./$(DEPDIR)/xsnow-ui.Po -rm -f ./$(DEPDIR)/xsnow-utils.Po -rm -f ./$(DEPDIR)/xsnow-wind.Po -rm -f ./$(DEPDIR)/xsnow-windows.Po -rm -f ./$(DEPDIR)/xsnow-wmctrl.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-appiconDATA install-desktopDATA \ install-gamesPROGRAMS install-man install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-man6 install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f ./$(DEPDIR)/xsnow-Santa.Po -rm -f ./$(DEPDIR)/xsnow-birds.Po -rm -f ./$(DEPDIR)/xsnow-blowoff.Po -rm -f ./$(DEPDIR)/xsnow-clientwin.Po -rm -f ./$(DEPDIR)/xsnow-clocks.Po -rm -f ./$(DEPDIR)/xsnow-csvpos.Po -rm -f ./$(DEPDIR)/xsnow-docs.Po -rm -f ./$(DEPDIR)/xsnow-dsimple.Po -rm -f ./$(DEPDIR)/xsnow-fallensnow.Po -rm -f ./$(DEPDIR)/xsnow-flags.Po -rm -f ./$(DEPDIR)/xsnow-hashtable.Po -rm -f ./$(DEPDIR)/xsnow-ixpm.Po -rm -f ./$(DEPDIR)/xsnow-kdtree.Po -rm -f ./$(DEPDIR)/xsnow-loadmeasure.Po -rm -f ./$(DEPDIR)/xsnow-main.Po -rm -f ./$(DEPDIR)/xsnow-mainstub.Po -rm -f ./$(DEPDIR)/xsnow-meteo.Po -rm -f ./$(DEPDIR)/xsnow-moon.Po -rm -f ./$(DEPDIR)/xsnow-pixmaps.Po -rm -f ./$(DEPDIR)/xsnow-scenery.Po -rm -f ./$(DEPDIR)/xsnow-snow.Po -rm -f ./$(DEPDIR)/xsnow-stars.Po -rm -f ./$(DEPDIR)/xsnow-transwindow.Po -rm -f ./$(DEPDIR)/xsnow-treesnow.Po -rm -f ./$(DEPDIR)/xsnow-ui.Po -rm -f ./$(DEPDIR)/xsnow-utils.Po -rm -f ./$(DEPDIR)/xsnow-wind.Po -rm -f ./$(DEPDIR)/xsnow-windows.Po -rm -f ./$(DEPDIR)/xsnow-wmctrl.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-appiconDATA uninstall-desktopDATA \ uninstall-gamesPROGRAMS uninstall-man uninstall-man: uninstall-man6 .MAKE: $(am__recursive_targets) all check check-am install install-am \ install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-TESTS check-am clean \ clean-gamesPROGRAMS clean-generic cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ install-am install-appiconDATA install-data install-data-am \ install-desktopDATA install-dvi install-dvi-am install-exec \ install-exec-am install-gamesPROGRAMS install-html \ install-html-am install-info install-info-am install-man \ install-man6 install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \ uninstall uninstall-am uninstall-appiconDATA \ uninstall-desktopDATA uninstall-gamesPROGRAMS uninstall-man \ uninstall-man6 .PRECIOUS: Makefile ui_xml.h: ui.xml @echo "Creating $@ from $<" $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) snow_includes.h: Pixmaps @echo "Creating $@" $(top_srcdir)/src/gen_snow_includes.sh $(top_srcdir) xsnow.6: xsnow ./xsnow -manpage > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: xsnow-3.3.2/src/snow.c0000644000175000017500000005442014140766434011555 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include #include "debug.h" #include "xsnow.h" #include "pixmaps.h" #include "windows.h" #include "hashtable.h" #include "flags.h" #include "ixpm.h" #include "snow.h" #include "utils.h" #include "clocks.h" #include "wind.h" #include "fallensnow.h" #include "scenery.h" #include "ui.h" #include "blowoff.h" #include "treesnow.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive() || Flags.NoSnowFlakes) #define EXTRA_FLAKES 300 #define add_flake_to_mainloop(f) add_to_mainloop1(PRIORITY_HIGH,time_snowflakes,(GSourceFunc)do_UpdateSnowFlake,f) //static cairo_surface_t **snow_surfaces; static float FlakesPerSecond; static int KillFlakes = 0; // 1: signal to flakes to kill themselves, and do not generate flakes static float SnowSpeedFactor; static SnowMap *snowPix; static char ***xsnow_xpm = NULL; static int NFlakeTypesVintage; static int MaxFlakeTypes; static int do_genflakes(void *); static void InitFlake(Snow *flake); static void InitFlakesPerSecond(void); static void InitSnowColor(void); static void InitSnowSpeedFactor(void); static int do_show_flakecount(void *); static void init_snow_pix(void); static void EraseSnowFlake1(Snow *flake); static void DelFlake(Snow *flake); static void genxpmflake(char ***xpm, int w, int h); static void add_random_flakes(int n); static void SetSnowSize(void); static int do_UpdateSnowFlake(Snow *flake); static int do_SwitchFlakes(void *); static const float LocalScale = 0.8; void snow_init() { int i; MaxFlakeTypes = 0; while(snow_xpm[MaxFlakeTypes]) MaxFlakeTypes++; NFlakeTypesVintage = MaxFlakeTypes; add_random_flakes(EXTRA_FLAKES); // will change MaxFlakeTypes // and create xsnow_xpm, containing // vintage and new flakes snowPix = (SnowMap *)malloc(MaxFlakeTypes*sizeof(SnowMap)); P("MaxFlakeTypes: %d\n",MaxFlakeTypes); for (i=0; iwidth = w; rp->height = h; char **x; int lines; xpm_set_color(xsnow_xpm[flake], &x, &lines, Flags.SnowColor); GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data((const char **)x); if (w<1) w=1; if (h<1) h=1; if (w == 1 && h == 1) h = 2; GdkPixbuf *pixbufscaled = gdk_pixbuf_scale_simple(pixbuf,w,h,GDK_INTERP_HYPER); xpm_destroy(x); if (rp->surface) cairo_surface_destroy(rp->surface); rp->surface = gdk_cairo_surface_create_from_pixbuf (pixbufscaled, 0, NULL); g_clear_object(&pixbuf); g_clear_object(&pixbufscaled); } } int snow_draw(cairo_t *cr) { if (Flags.NoSnowFlakes) return TRUE; P("snow_draw %d\n",counter++); set_begin(); Snow *flake; while( (flake = (Snow *)set_next()) ) { P("snow_draw %d %f\n",counter++,ALPHA); //cairo_set_source_surface (cr, snow_surfaces[flake->whatFlake], flake->rx, flake->ry); cairo_set_source_surface (cr, snowPix[flake->whatFlake].surface, flake->rx, flake->ry); double alpha = ALPHA; if (flake->fluff) alpha *= (1-flake->flufftimer/flake->flufftime); if (alpha < 0) alpha = 0; if (global.IsDouble || !(flake->freeze || flake->fluff)) my_cairo_paint_with_alpha(cr,alpha); flake->ix = lrint(flake->rx); flake->iy = lrint(flake->ry); } return TRUE; } int snow_erase(int force) { if (!force && Flags.NoSnowFlakes) return TRUE; set_begin(); Snow *flake; int n = 0; while( (flake = (Snow *)set_next()) ) { EraseSnowFlake1(flake); n++; } P("snow_erase %d %d\n",counter++,n); return TRUE; } int do_genflakes(void *d) { if (Flags.Done) return FALSE; #define RETURN do {Prevtime = TNow; return TRUE;} while (0) static double Prevtime; static double sumdt; static int first_run = 1; double TNow = wallclock(); if (KillFlakes) RETURN; if (NOTACTIVE) RETURN; if (first_run) { first_run = 0; Prevtime = wallclock(); sumdt = 0; } double dt = TNow - Prevtime; // after suspend or sleep dt could have a strange value if (dt < 0 || dt > 10*time_genflakes) RETURN; int desflakes = lrint((dt+sumdt)*FlakesPerSecond); P("desflakes: %lf %lf %d %lf %d\n",dt,sumdt,desflakes,FlakesPerSecond,global.FlakeCount); if(desflakes == 0) // save dt for use next time: happens with low snowfall rate sumdt += dt; else sumdt = 0; int i; for(i=0; ifreeze || flake->fluff) && global.RemoveFluff) { P("removefluff\n"); DelFlake(flake); EraseSnowFlake1(flake); return FALSE; } double FlakesDT = time_snowflakes; float NewX = flake->rx + (flake->vx*FlakesDT)*SnowSpeedFactor; float NewY = flake->ry + (flake->vy*FlakesDT)*SnowSpeedFactor; // handle fluff and KillFlakes if (KillFlakes || (flake->fluff && flake->flufftimer > flake->flufftime)) { DelFlake(flake); EraseSnowFlake1(flake); return FALSE; } if (flake->fluff) { if (!flake->freeze) { flake->rx = NewX; flake->ry = NewY; } flake->flufftimer += FlakesDT; return TRUE; } int fckill = global.FlakeCount - global.FluffCount >= Flags.FlakeCountMax; if ( (fckill && !flake->cyclic && drand48() > 0.3) || // high probability to remove blown-off flake (fckill && drand48() > 0.9) // low probability to remove other flakes ) { fluffify(flake,0.51); return TRUE; } // // update speed in x Direction // if (!Flags.NoWind) { flake->vx += FlakesDT*flake->wsens*(global.NewWind - flake->vx)/flake->m; static float speedxmaxes[] = {100.0, 300.0, 600.0,}; float speedxmax = speedxmaxes[global.Wind]; if(flake->vx > speedxmax) flake->vx = speedxmax; if(flake->vx < -speedxmax) flake->vx = -speedxmax; } flake->vy += INITIALYSPEED * (drand48()-0.4)*0.1 ; if (flake->vy > flake->ivy*1.5) flake->vy = flake->ivy*1.5; if (flake->freeze) { return TRUE; } int flakew = snowPix[flake->whatFlake].width; int flakeh = snowPix[flake->whatFlake].height; if(flake->cyclic) { if (NewX < -flakew) NewX += global.SnowWinWidth-1; if (NewX >= global.SnowWinWidth) NewX -= global.SnowWinWidth; } else if (NewX < 0 || NewX >= global.SnowWinWidth) { // not-cyclic flakes die when going left or right out of the window DelFlake(flake); return FALSE; } // remove flake if it falls below bottom of screen: if (NewY >= global.SnowWinHeight) { DelFlake(flake); return FALSE; } int nx = lrintf(NewX); int ny = lrintf(NewY); if (!flake->fluff) { // determine if non-fluffy-flake touches the fallen snow, // if so: make the flake inactive. // the bottom pixels of the snowflake are at y = NewY + (height of flake) // the bottompixels are at x values NewX .. NewX+(width of flake)-1 FallenSnow *fsnow = global.FsnowFirst; int found = 0; // investigate if flake is in a not-hidden fallensnowarea on current workspace while(fsnow && !found) { if(!fsnow->win.hidden) if(fsnow->win.id == 0 ||(fsnow->win.ws == global.CWorkSpace || fsnow->win.sticky)) { if (nx >= fsnow->x && nx <= fsnow->x + fsnow->w && ny < fsnow->y+2) { int i; int istart = nx - fsnow->x; int imax = istart + flakew; if (istart < 0) istart = 0; if (imax > fsnow->w) imax = fsnow->w; for (i = istart; i < imax; i++) if (ny > fsnow->y - fsnow->acth[i] - 1) { if(fsnow->acth[i] < fsnow->h/2) UpdateFallenSnowPartial(fsnow,nx - fsnow->x, flakew); if(HandleFallenSnow(fsnow)) { // always erase flake, but repaint it on top of // the correct position on fsnow (if !NoFluffy)) if (Flags.NoFluffy) { } else { // x-value: NewX; // y-value of top of fallen snow: fsnow->y - fsnow->acth[i] //flake->rx = NewX; //flake->ry = fsnow->y - 0.5*fsnow->acth[i] - 0.8*drand48()*flakeh ; fluffify(flake,0.1); } if (flake->fluff) return TRUE; else { DelFlake(flake); return FALSE; } } found = 1; break; } } } fsnow = fsnow->next; } } int x = lrintf(flake->rx); int y = lrintf(flake->ry); if(global.Wind !=2 && !Flags.NoKeepSnowOnTrees && !Flags.NoTrees) { // check if flake is touching or in gSnowOnTreesRegion // if so: remove it cairo_rectangle_int_t grec = {x,y,flakew,flakeh}; cairo_region_overlap_t in = cairo_region_contains_rectangle(global.gSnowOnTreesRegion,&grec); if (in == CAIRO_REGION_OVERLAP_PART || in == CAIRO_REGION_OVERLAP_IN) { P("part or in\n"); if (Flags.NoFluffy) { DelFlake(flake); return FALSE; } else { fluffify(flake,0.4); flake->freeze=1; return TRUE; } } // check if flake is touching TreeRegion. If so: add snow to // gSnowOnTreesRegion. cairo_rectangle_int_t grect = {x,y,flakew,flakeh}; in = cairo_region_contains_rectangle(global.TreeRegion,&grect); if (in == CAIRO_REGION_OVERLAP_PART) { // so, part of the flake is in TreeRegion. // For each bottom pixel of the flake: // find out if bottompixel is in TreeRegion // if so: // move upwards until pixel is not in TreeRegion // That pixel will be designated as snow-on-tree // Only one snow-on-tree pixel has to be found. int i; int found = 0; int xfound,yfound; for(i=0; i= y; j--) { //int in = XRectInRegion(global.TreeRegion,xbot,j,1,1); cairo_rectangle_int_t grect = {xbot,j,1,1}; cairo_region_overlap_t in = cairo_region_contains_rectangle(global.TreeRegion,&grect); //if (in != RectangleIn) if (in != CAIRO_REGION_OVERLAP_IN) { // pixel (xbot,j) is snow-on-tree found = 1; cairo_rectangle_int_t grec; grec.x = xbot; int p = 1+drand48()*3; grec.y = j-p+1; grec.width = p; grec.height = p; cairo_region_union_rectangle(global.gSnowOnTreesRegion,&grec); if(Flags.BlowSnow && global.OnTrees < Flags.MaxOnTrees) { global.SnowOnTrees[global.OnTrees].x = grec.x; global.SnowOnTrees[global.OnTrees].y = grec.y; global.OnTrees++; //P("%d %d %d\n",global.OnTrees,rec.x,rec.y); } xfound = grec.x; yfound = grec.y; break; } } } // do not erase: this gives bad effects in fvwm-like desktops if(found) { flake->freeze = 1; fluffify(flake,0.6); Snow *newflake; if(Flags.VintageFlakes) newflake = MakeFlake(0); else newflake = MakeFlake(-1); newflake->freeze = 1; newflake->rx = xfound; newflake->ry = yfound-snowPix[1].height*0.3f; fluffify(newflake,8); return TRUE; } } } flake->rx = NewX; flake->ry = NewY; return TRUE; } // creates snowflake from type (0 whatFlake = type; InitFlake(flake); add_flake_to_mainloop(flake); return flake; } void EraseSnowFlake1(Snow *flake) { P("Erasesnowflake1\n"); if(global.IsDouble) return; int x = flake->ix-1; int y = flake->iy-1; int flakew = snowPix[flake->whatFlake].width+2; int flakeh = snowPix[flake->whatFlake].height+2; myXClearArea(global.display, global.SnowWin, x, y, flakew, flakeh, global.xxposures); } // a call to this function must be followed by 'return FALSE' to remove this // flake from the g_timeout callback void DelFlake(Snow *flake) { if (flake->fluff) global.FluffCount--; set_erase(flake); free(flake); global.FlakeCount--; } void InitFlake(Snow *flake) { int flakew = snowPix[flake->whatFlake].width; int flakeh = snowPix[flake->whatFlake].height; flake->rx = randint(global.SnowWinWidth - flakew); flake->ry = -randint(global.SnowWinHeight/10)-flakeh; flake->cyclic = 1; flake->fluff = 0; flake->flufftimer = 0; flake->flufftime = 0; flake->m = drand48()+0.1; if(Flags.NoWind) flake->vx = 0; else flake->vx = randint(global.NewWind)/2; flake->ivy = INITIALYSPEED * sqrt(flake->m); flake->vy = flake->ivy; flake->wsens = drand48()*MAXWSENS; flake->testing = 0; flake->freeze = 0; set_insert(flake); // will be picked up by snow_draw() P("wsens: %f\n",flake->wsens); } void InitFlakesPerSecond() { FlakesPerSecond = global.SnowWinWidth*0.0015*Flags.SnowFlakesFactor* 0.001*FLAKES_PER_SEC_PER_PIXEL*SnowSpeedFactor; P("snowflakesfactor: %d %f %f\n",Flags.SnowFlakesFactor,FlakesPerSecond,SnowSpeedFactor); } void InitSnowColor() { init_snow_pix(); } void InitSnowSpeedFactor() { if (Flags.SnowSpeedFactor < 10) SnowSpeedFactor = 0.01*10; else SnowSpeedFactor = 0.01*Flags.SnowSpeedFactor; SnowSpeedFactor *= SNOWSPEED; } int do_initsnow(void *d) { P("initsnow %d %d\n",global.FlakeCount,counter++); if (Flags.Done) return FALSE; // first, kill all snowflakes KillFlakes = 1; // if FlakeCount != 0, there are still some flakes if (global.FlakeCount > 0) return TRUE; // signal that flakes may be generated KillFlakes = 0; return FALSE; // stop callback (void)d; } int do_show_flakecount(void *d) { if (Flags.Done) return FALSE; if (!Flags.NoMenu) ui_show_nflakes(global.FlakeCount); return TRUE; (void)d; } // generate random xpm for flake with dimensions wxh // the flake will be rotated, so the w and h of the resulting xpm will // be different from the input w and h. void genxpmflake(char ***xpm, int w, int h) { P("%d genxpmflake %d %d\n",counter++,w,h); const char c='.'; // imposed by xpm_set_color int nmax = w*h; float *x, *y; x = (float *)malloc(nmax*sizeof(float)); y = (float *)malloc(nmax*sizeof(float)); int i,j; float w2 = 0.5*w; float h2 = 0.5*h; y[0] = -w2; x[0] = -h2; // to have at least one pixel in the centre int n = 1; for (i=0; i h2) yy = h - yy; float py = 2*yy/h; for (j=0; j w2) xx = w - xx; float px = 2*xx/w; float p = 1.1-(px*py); //printf("%d %d %f %f %f %f %f\n",j,i,y,x,px,py,p); if (drand48() > p ) { if (n xmax) xmax = xa[i]; if (ya[i] < ymin) ymin = ya[i]; if (ya[i] > ymax) ymax = ya[i]; } int nw = ceilf(xmax - xmin + 1); int nh = ceilf(ymax - ymin + 1); // for some reason, drawing of cairo_surfaces derived from 1x1 xpm slow down // the x server terribly. So, to be sure, I demand that none of // the dimensions is 1, and that the width is a multiple of 8. // Btw: genxpmflake rotates and compresses the original wxh xpm, // and sometimes that results in an xpm with both dimensions one. // Now, suddenly, nw doesn't seem to matter any more? //nw = ((nw-1)/8+1)*8; //nw = ((nw-1)/32+1)*32; P("%d nw nh: %d %d\n",counter++,nw,nh); // Ah! nh should be 2 at least ... // nw is not important // // Ok, I tried some things, and it seems that if both nw and nh are 1, // then we have trouble. // Some pages on the www point in the same direction. if (nw == 1 && nh == 1) nh = 2; assert(nh>0); P("allocating %d\n",(nh+3)*sizeof(char*)); *xpm = (char **)malloc((nh+3)*sizeof(char*)); char **X = *xpm; X[0] = (char *)malloc(80*sizeof(char)); snprintf(X[0],80,"%d %d 2 1",nw,nh); X[1] = strdup(" c None"); X[2] = (char *)malloc(80*sizeof(char)); snprintf(X[2],80,"%c c black",c); int offset = 3; P("allocating %d\n",nw+1); assert(nw>=0); for (i=0; ifluff) return; flake->fluff = 1; flake->flufftimer = 0; if (t > 0.01) flake->flufftime = t; else flake->flufftime = 0.01; global.FluffCount ++; } int do_SwitchFlakes(void *d) { (void)d; static int prev = 0; if (Flags.VintageFlakes != prev) { P("SwitchFlakes\n"); set_begin(); Snow *flake; while( (flake = (Snow *)set_next()) ) { if (Flags.VintageFlakes) { flake->whatFlake = drand48()*NFlakeTypesVintage; } else { flake->whatFlake = NFlakeTypesVintage + drand48()*(MaxFlakeTypes - NFlakeTypesVintage); } } prev = Flags.VintageFlakes; } return TRUE; } void printflake(Snow *flake) { printf("flake: %p rx: %6.0f ry: %6.0f fluff: %d freeze: %d ftr: %8.3f ft: %8.3f\n", (void *)flake,flake->rx,flake->ry,flake->fluff,flake->freeze,flake->flufftimer,flake->flufftime); } xsnow-3.3.2/src/meteo.c0000644000175000017500000000674014140766434011702 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include #include "debug.h" #include "flags.h" #include "windows.h" #include "clocks.h" #include "snow.h" #include "meteo.h" #include "utils.h" #include "xsnow.h" #define NOTACTIVE \ (Flags.BirdsOnly || !WorkspaceActive()) static int do_emeteorite(gpointer data); static int do_meteorite(void *); static GdkRGBA color; static const char *MeteoColor = "orange"; static MeteoMap meteorite; void meteo_init() { if (!gdk_rgba_parse(&color, MeteoColor)) gdk_rgba_parse(&color,"rgb(255,165,0)"); add_to_mainloop1(PRIORITY_DEFAULT, time_emeteorite, do_emeteorite, NULL); add_to_mainloop (PRIORITY_DEFAULT, time_meteorite, do_meteorite); } void meteo_ui() { UIDO(NoMeteorites , ); } void meteo_draw(cairo_t *cr) { P("meteo_draw %d %d\n",counter++,meteorite.active); if (!meteorite.active) return; cairo_save(cr); cairo_set_source_rgba(cr,color.red, color.green, color.blue, ALPHA); cairo_set_line_width(cr,2); cairo_set_antialias(cr,CAIRO_ANTIALIAS_DEFAULT); cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND); cairo_move_to(cr,meteorite.x1,meteorite.y1); cairo_line_to(cr,meteorite.x2,meteorite.y2); cairo_stroke(cr); cairo_restore(cr); } void meteo_erase() { do_emeteorite(NULL); } int do_emeteorite(gpointer data) { (void)data; if (Flags.Done) return FALSE; if (!meteorite.active || NOTACTIVE || Flags.NoMeteorites) return TRUE; if (wallclock() - meteorite.starttime > 0.3) { if (!global.IsDouble) { int x = meteorite.x1; int y = meteorite.y1; int w = meteorite.x2 - x; int h = meteorite.y2 - y; if (w<0) { x += w; w = -w; } if (h<0) { y += h; h = -h; } x -= 1; y -= 1; w += 2; h += 2; myXClearArea(global.display,global.SnowWin,x,y,w,h,global.xxposures); } meteorite.active = 0; } return TRUE; } int do_meteorite(void *d) { (void)d; P("do_meteorite %d\n",counter++); if (Flags.Done) return FALSE; if (NOTACTIVE) return TRUE; if (meteorite.active) return TRUE; if(Flags.NoMeteorites) return TRUE; if (drand48() > 0.2) return TRUE; meteorite.x1 = randint(global.SnowWinWidth); meteorite.y1 = randint(global.SnowWinHeight/4); meteorite.x2 = meteorite.x1 + global.SnowWinWidth/10 - randint(global.SnowWinWidth/5); if (meteorite.x2 == meteorite.x1) meteorite.x2 +=5; meteorite.y2 = meteorite.y1 + global.SnowWinHeight/5 - randint(global.SnowWinHeight/5); if (meteorite.y2 == meteorite.y1) meteorite.y2 +=5; meteorite.active = 1; meteorite.starttime = wallclock(); return TRUE; } xsnow-3.3.2/src/moon.h0000644000175000017500000000177214140766434011546 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include extern int moon_draw(cairo_t *cr); extern void moon_init(void); extern void moon_ui(void); extern int moon_erase(int force); xsnow-3.3.2/src/snow_includes.h0000644000175000017500000000225714140766444013452 00000000000000#pragma once /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include "../src/Pixmaps/flake0.xpm" #include "../src/Pixmaps/flake1.xpm" #include "../src/Pixmaps/flake2.xpm" #include "../src/Pixmaps/flake3.xpm" #include "../src/Pixmaps/flake4.xpm" #include "../src/Pixmaps/flake5.xpm" #include "../src/Pixmaps/flake6.xpm" #define SNOW_ALL \ SNOW(0) \ SNOW(1) \ SNOW(2) \ SNOW(3) \ SNOW(4) \ SNOW(5) \ SNOW(6) \ xsnow-3.3.2/src/csvpos.c0000644000175000017500000000323214140766434012077 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #include #include #include #include "csvpos.h" // given s like "9,2,0" fill k with 9,2,0, set n to 3. // all values positive, if negative 0 is inserted // k is allocated in csvpos, free it with free(3) void csvpos(char *s, int **k, int *n) { char *p = s; char *q; (*n) = 0; (*k) = (int *)malloc(sizeof(**k)); while (p) { q = p; int i = strtol(p, &q, 0); if (p == q) break; if (i<0) i = 0; (*n)++; (*k) = (int *)realloc(*k,sizeof(**k)*(*n)); (*k)[(*n)-1] = i; p = strchr(p,','); if(p) p++; } } void vsc(char **s, int *k, int n) { *s = strdup(""); int i; char p[256]; int l = strlen(*s); for (i=0; i. #-# root="${1:-..}" out="snow_includes.h" echo "#pragma once" > "$out" echo "/* -""copyright-" >> "$out" echo "*/" >> "$out" ls "$root/src/Pixmaps"/flake*.xpm | sed "s/^/#include \"/;s/$/\"/" >> "$out" echo "#define SNOW_ALL \\" >> "$out" for i in $(seq `ls "$root/src/Pixmaps"/flake*.xpm | wc -l`) ; do printf 'SNOW(%d) \\\n' `expr $i - 1` ; done >> "$out" echo >> "$out" if [ -x "$root/addcopyright.sh" ] ; then "$root/addcopyright.sh" "$out" ; fi xsnow-3.3.2/src/kdtree.h0000644000175000017500000001436114140766434012052 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* This file is part of ``kdtree'', a library for working with kd-trees. Copyright (C) 2007-2011 John Tsiombikas Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #pragma once #ifdef __cplusplus extern "C" { #endif struct kdtree; struct kdres; /* create a kd-tree for "k"-dimensional data */ extern struct kdtree *kd_create(int k); /* free the struct kdtree */ extern void kd_free(struct kdtree *tree); /* remove all the elements from the tree */ extern void kd_clear(struct kdtree *tree); /* if called with non-null 2nd argument, the function provided * will be called on data pointers (see kd_insert) when nodes * are to be removed from the tree. */ extern void kd_data_destructor(struct kdtree *tree, void (*destr)(void*)); /* insert a node, specifying its position, and optional data */ extern int kd_insert(struct kdtree *tree, const double *pos, void *data); extern int kd_insertf(struct kdtree *tree, const float *pos, void *data); extern int kd_insert3(struct kdtree *tree, double x, double y, double z, void *data); extern int kd_insert3f(struct kdtree *tree, float x, float y, float z, void *data); /* Find the nearest node from a given point. * * This function returns a pointer to a result set with at most one element. */ extern struct kdres *kd_nearest(struct kdtree *tree, const double *pos); extern struct kdres *kd_nearestf(struct kdtree *tree, const float *pos); extern struct kdres *kd_nearest3(struct kdtree *tree, double x, double y, double z); extern struct kdres *kd_nearest3f(struct kdtree *tree, float x, float y, float z); /* Find the N nearest nodes from a given point. * * This function returns a pointer to a result set, with at most N elements, * which can be manipulated with the kd_res_* functions. * The returned pointer can be null as an indication of an error. Otherwise * a valid result set is always returned which may contain 0 or more elements. * The result set must be deallocated with kd_res_free after use. */ /* extern struct kdres *kd_nearest_n(struct kdtree *tree, const double *pos, int num); extern struct kdres *kd_nearest_nf(struct kdtree *tree, const float *pos, int num); extern struct kdres *kd_nearest_n3(struct kdtree *tree, double x, double y, double z); extern struct kdres *kd_nearest_n3f(struct kdtree *tree, float x, float y, float z); */ /* Find any nearest nodes from a given point within a range. * * This function returns a pointer to a result set, which can be manipulated * by the kd_res_* functions. * The returned pointer can be null as an indication of an error. Otherwise * a valid result set is always returned which may contain 0 or more elements. * The result set must be deallocated with kd_res_free after use. */ extern struct kdres *kd_nearest_range(struct kdtree *tree, const double *pos, double range); extern struct kdres *kd_nearest_rangef(struct kdtree *tree, const float *pos, float range); extern struct kdres *kd_nearest_range3(struct kdtree *tree, double x, double y, double z, double range); extern struct kdres *kd_nearest_range3f(struct kdtree *tree, float x, float y, float z, float range); /* frees a result set returned by kd_nearest_range() */ extern void kd_res_free(struct kdres *set); /* returns the size of the result set (in elements) */ extern int kd_res_size(struct kdres *set); /* rewinds the result set iterator */ extern void kd_res_rewind(struct kdres *set); /* returns non-zero if the set iterator reached the end after the last element */ extern int kd_res_end(struct kdres *set); /* advances the result set iterator, returns non-zero on success, zero if * there are no more elements in the result set. */ extern int kd_res_next(struct kdres *set); /* returns the data pointer (can be null) of the current result set item * and optionally sets its position to the pointers(s) if not null. */ extern void *kd_res_item(struct kdres *set, double *pos); extern void *kd_res_itemf(struct kdres *set, float *pos); extern void *kd_res_item3(struct kdres *set, double *x, double *y, double *z); extern void *kd_res_item3f(struct kdres *set, float *x, float *y, float *z); /* equivalent to kd_res_item(set, 0) */ extern void *kd_res_item_data(struct kdres *set); #ifdef __cplusplus } #endif xsnow-3.3.2/src/windows.h0000644000175000017500000000272314140766434012265 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include #include extern void windows_ui(void); extern void windows_draw(void); extern void windows_init(void); extern int WorkspaceActive(void); // defined in main.c extern int DetermineWindow(Window *xtrans, char **xtransname, GtkWidget **gtrans,const char *transname, int *IsDesktop); extern void InitDisplayDimensions(void); extern void DestroyWindow(Window w); extern void setabove(GtkWindow *w); extern void DisplayDimensions(void); extern Window XWinInfo(char **name); extern void UpdateFallenSnowRegions(void); xsnow-3.3.2/src/blowoff.h0000644000175000017500000000172614140766434012233 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once extern void blowoff_init(void); extern void blowoff_draw(void); extern void blowoff_ui(void); extern int BlowOff(void); xsnow-3.3.2/src/treesnow.h0000644000175000017500000000204214140766434012433 00000000000000 /* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ #pragma once #include extern void reinit_treesnow_region(void); extern void InitSnowOnTrees(void); extern void treesnow_init(void); extern void treesnow_draw(cairo_t *cr); extern void treesnow_ui(void); xsnow-3.3.2/src/wmctrl.c0000644000175000017500000004232714140766434012102 00000000000000/* -copyright- #-# #-# xsnow: let it snow on your desktop #-# Copyright (C) 1984,1988,1990,1993-1995,2000-2001 Rick Jansen #-# 2019,2020,2021 Willem Vermin #-# #-# This program is free software: you can redistribute it and/or modify #-# it under the terms of the GNU General Public License as published by #-# the Free Software Foundation, either version 3 of the License, or #-# (at your option) any later version. #-# #-# This program is distributed in the hope that it will be useful, #-# but WITHOUT ANY WARRANTY; without even the implied warranty of #-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-# GNU General Public License for more details. #-# #-# You should have received a copy of the GNU General Public License #-# along with this program. If not, see . #-# */ /* * This works with EWHM/NetWM compatible X Window managers, * so enlightenment (for example) is a problem. * In enlightenment there is no way to tell if a window is minimized, * and on which workspace the focus is. * There would be one advantage of enlightenment: you can tell easily * if a window is on the screen (minimized or not) by looking at __E_WINDOW_MAPPED */ #include #include #include #include #include #include #include "wmctrl.h" #include "windows.h" #include "dsimple.h" #include "debug.h" #include "vroot.h" static void FindWindows(Display *display,Window window, long unsigned int *nwindows,Window **windows); static void FindWindows_r(Display *display,Window window,long unsigned int *nwindows,Window **windows); /* this one is not needed any more, but I keep the source */ void FindWindows(Display *display,Window window,long unsigned int *nwindows,Window **windows) { *nwindows = 0; *windows = NULL; FindWindows_r(display,window,nwindows,windows); int i; for (i=0; i<(int)(*nwindows); i++) P("window: %#lx\n",(*windows)[i]); } void FindWindows_r(Display *display,Window window,long unsigned int *nwindows,Window **windows) { Window root,parent,*children; unsigned int nchildren; int i; static int generations = 0; XQueryTree(display,window,&root,&parent,&children,&nchildren); ++(*nwindows); *windows = (Window *)realloc(*windows,(*nwindows)*sizeof(Window *)); (*windows)[*nwindows-1] = window; if (nchildren) { Window *child; ++generations; for (i = 0, child = children; i < (int)nchildren; ++i, ++child) FindWindows_r(display,*child,nwindows,windows); --generations; XFree(children); } return; } int GetCurrentWorkspace() { Atom type; int format; unsigned long nitems,b; unsigned char *properties; int r; Display *getdisplay; static Atom atom_net_desktop_viewport; static Atom atom_net_current_desktop; static Atom atom_win_workspace; int firstcall = 1; if (firstcall) { firstcall = 0; getdisplay = global.display; atom_net_desktop_viewport = XInternAtom(getdisplay, "_NET_DESKTOP_VIEWPORT" ,False); atom_net_current_desktop = XInternAtom(getdisplay, "_NET_CURRENT_DESKTOP" ,False); atom_win_workspace = XInternAtom(getdisplay, "_WIN_WORKSPACE" ,False); } P("GetCurrentWorkspace %p %d\n",(void *)getdisplay,counter++); if (global.IsCompiz) { P("compiz\n"); properties = NULL; XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_net_desktop_viewport, 0, 2, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if (type != XA_CARDINAL || nitems != 2) { r = -1; } else { // we have the x-y coordinates of the workspace, we hussle this // into one long number: r = ((long *)properties)[0]+(((long *)properties)[1]<<16); } if(properties) XFree(properties); } else { properties = NULL; XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_net_current_desktop, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); P("type: %ld %ld\n",type,XA_CARDINAL); P("properties: %d %d %d %ld\n",properties[0],properties[1],format,nitems); if(type != XA_CARDINAL) { P("and again %ld ...\n",type); if(properties) XFree(properties); XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_win_workspace, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); } if(type != XA_CARDINAL) { if (global.IsWayland) // in Wayland, the actual number of current workspace can only // be obtained if user has done some workspace-switching // we return zero if the workspace number cannot be determined r = 0; else r = -1; r = 0; // second thought: always return 0 here // so things will run in enlightenment also // more or less ;-) } else r = *(long *)properties; // see man XGetWindowProperty if(properties) XFree(properties); } P("wmctrl: nitems: %ld ws: %d\n",nitems,r); return r; } int GetWindows(WinInfo **windows, int *nwin) { Atom type; int format; unsigned long b; unsigned char *properties = NULL; (*windows) = NULL; static Display *getdisplay;; Window *children; long unsigned int nchildren; static Atom atom_gtk_frame_extents; static Atom atom_net_client_list; static Atom atom_net_frame_extents; static Atom atom_net_showing_desktop; static Atom atom_net_wm_desktop; static Atom atom_net_wm_state; static Atom atom_net_wm_window_type; static Atom atom_win_client_list; static Atom atom_win_workspace; static Atom atom_wm_state; static int firstcall = 1; if(firstcall) { firstcall = 0; getdisplay = global.display; atom_gtk_frame_extents = XInternAtom(getdisplay, "_GTK_FRAME_EXTENTS" ,False); atom_net_client_list = XInternAtom(getdisplay, "_NET_CLIENT_LIST" ,False); atom_net_frame_extents = XInternAtom(getdisplay, "_NET_FRAME_EXTENTS" ,False); atom_net_showing_desktop = XInternAtom(getdisplay, "_NET_SHOWING_DESKTOP" ,False); atom_net_wm_desktop = XInternAtom(getdisplay, "_NET_WM_DESKTOP" ,False); atom_net_wm_state = XInternAtom(getdisplay, "_NET_WM_STATE" ,False); atom_net_wm_window_type = XInternAtom(getdisplay, "_NET_WM_WINDOW_TYPE" ,False); atom_win_client_list = XInternAtom(getdisplay, "_WIN_CLIENT_LIST" ,False); atom_win_workspace = XInternAtom(getdisplay, "_WIN_WORKSPACE" ,False); atom_wm_state = XInternAtom(getdisplay, "WM_STATE" ,False); } XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_net_client_list, 0, 1000000, False, AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); if(type == XA_WINDOW) { P("_NET_CLIENT_LIST succeeded\n"); } else { P("No _NET_CLIENT_LIST, trying _WIN_CLIENT_LIST\n"); if(children) { XFree(children); children = NULL; } XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_win_client_list, 0, 1000000, False, AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); if(type == XA_WINDOW) { P("_WIN_CLIENT_LIST succeeded\n"); } } if(type != XA_WINDOW) { P("No _WIN_CLIENT_LIST, trying XQueryTree\n"); if(children) { XFree(children); children = NULL; } if(0) { FindWindows(getdisplay,RootWindow(getdisplay,DefaultScreen(getdisplay)),&nchildren,(Window **)&properties); } else { Window dummy; unsigned int n; XQueryTree(getdisplay,DefaultRootWindow(getdisplay),&dummy,&dummy,&children,&n); nchildren = n; } } P("----------------------------------------- nchildren: %ld\n",nchildren); (*nwin) = nchildren; (*windows) = NULL; if(nchildren>0) (*windows) = (WinInfo *)malloc(nchildren*sizeof(WinInfo)); WinInfo *w = (*windows); int k = 0; // and yet another check if window is hidden (needed e.g. in KDE/plasma after 'hide all windows') int globalhidden = 0; { P("hidden3 %d %#lx\n",counter++,w->id); if (atom_net_showing_desktop) { Atom type; unsigned long nitems, b; int format; unsigned char *properties = NULL; P("hidden3 try _NET_SHOWING_DESKTOP\n"); XGetWindowProperty(getdisplay, global.Rootwindow, atom_net_showing_desktop, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32 && nitems >=1) { if(*(long*) properties == 1) globalhidden = 1; P("hidden3 hidden:%d\n",globalhidden); } if(properties) XFree(properties); } } unsigned long i; for (i=0; iid = children[i]; XWindowAttributes winattr; XGetWindowAttributes(getdisplay, w->id, &winattr); x0 = winattr.x; y0 = winattr.y; w->w = winattr.width; w->h = winattr.height; depth = winattr.depth; P("%d %#lx %d %d %d %d %d\n",counter++,w->id,x0,y0,w->w,w->h,depth); // if this window is showing nothing, we ignore it: if (depth == 0) continue; Window child_return; XTranslateCoordinates(getdisplay, w->id, global.Rootwindow, 0, 0, &xr, &yr, &child_return); w->xa = xr - x0; w->ya = yr - y0; P("%d %#lx %d %d %d %d %d\n",counter++,w->id,w->xa,w->ya,w->w,w->h,depth); XTranslateCoordinates(getdisplay, w->id, global.SnowWin, 0, 0, &(w->x), &(w->y), &child_return); enum{NET,GTK}; Atom type; int format; unsigned long nitems,b; unsigned char *properties = NULL; XGetWindowProperty(getdisplay, w->id, atom_net_wm_desktop, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(type != XA_CARDINAL) { if(properties) XFree(properties); properties = NULL; XGetWindowProperty(getdisplay, w->id, atom_win_workspace, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &b, &properties); } if(properties) { w->ws = *(long*) properties; if(properties) XFree(properties); } else w->ws = 0; // maybe this window is sticky: w->sticky = 0; properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if (type == XA_ATOM) { int i; for(i=0; (unsigned long)iid); w->sticky = 1; if(s) XFree(s); break; } if(s) XFree(s); } } // another sticky test, needed in KDE en LXDE: if (w->ws == -1) w->sticky = 1; if(properties) XFree(properties); // check if window is a "dock". w->dock = 0; properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_window_type, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32) { int i; for(i=0; (unsigned long)iid, counter++); w->dock = 1; if(s) XFree(s); break; } if(s) XFree(s); } } if(properties) XFree(properties); // check if window is hidden w->hidden = globalhidden; if(!w->hidden) { if (winattr.map_state != IsViewable) { P("map_state: %#lx %d\n",w->id,winattr.map_state); w->hidden = 1; } } // another check on hidden if (!w->hidden) { properties = NULL; nitems = 0; XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, AnyPropertyType, &type, &format, &nitems, &b, &properties); if(format == 32) { unsigned long i; for (i=0; i